You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importBC_data() and listBC_stations() are throwing the same error on R 4.2.1, Windows (BC Gov workstation) and Mac OS (personal). The nature of the error is unclear to me.
library(envair)
PG_data <- importBC_data('Prince George Plaza 400',2010:2012)
airzones was updated on NULL
Error in wk_handle.wk_wkb(wkb, s2_geography_writer(oriented = oriented, :
Loop 0 is not valid: Edge 441 has duplicate vertex with edge 446
the listBC_stations() now calculates the airzone based on the lat, long. It is possible that there are some incorrect or invalid lat/long on our database. Try re-installing bcmaps.
Let me know if it still stops data retrieval.
importBC_data()
andlistBC_stations()
are throwing the same error on R 4.2.1, Windows (BC Gov workstation) and Mac OS (personal). The nature of the error is unclear to me.The text was updated successfully, but these errors were encountered: