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
Hi,
I have been using the bcdata package for a while now and it's awesome!!
I regularly retrieve a filtered version of the forest tenure harvest authority polygons data, but this week an error message is returned:
And the same error was returned along with some warnings (this code was copied directly from the bcdc_get_record('cff7b8f7-6897-444f-8c53-4bb93c7e9f8b') output):
Error: Can't find columns name, type in .data.
Call rlang::last_error() to see a backtrace.
In addition: Warning messages:
1: In xpath_search(x$node, x$doc, xpath = xpath, nsMap = ns, num_results = Inf) :
Undefined namespace prefix [1219]
2: Unknown or uninitialised column: 'type'.
3: Unknown or uninitialised column: 'nillable'.
Thanks for the report. Your usage of bcdata is correct and nothing has changed with the package. Rather this is an issue with data in the catalogue. It has been reported though I do not have any timeline when this particular WFS record will be available again.
Hi,
I have been using the bcdata package for a while now and it's awesome!!
I regularly retrieve a filtered version of the forest tenure harvest authority polygons data, but this week an error message is returned:
I also tried to download the entire dataset (not ideal because it's so big):
And the same error was returned along with some warnings (this code was copied directly from the
bcdc_get_record('cff7b8f7-6897-444f-8c53-4bb93c7e9f8b')
output):I checked the data bc webpage (https://catalogue.data.gov.bc.ca/dataset/forest-tenure-harvesting-authority-polygons) and noticed that the wms download returns a 404 error rather than an xml as would be expected. Maybe related?
Any help would be appreciated!!
Thanks!
The text was updated successfully, but these errors were encountered: