-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in path_to_connection()
: ! does not exist in current working directory
#339
Comments
Thanks for reporting this! This was also reported in another issue (#335 (comment)), but will track it here since that was a separate problem. I'll investigate, it may be a leftover hiccup from the outage that happened earlier. |
The issue is that the GetCapabilities request is returning a completely empty response: https://openmaps.gov.bc.ca/geo/pub/wfs?request=GetCapabilities&version=2.0.0. We use this to determine the maximum number of records. We've had issues with this request endpoint before so I will add a workaround for when it fails, but will also open a ticket with the Mapping Services team. |
@CameronCosgrove would you like to try again with the development version? Install with: remotes::install_github("bcgov/[email protected]") |
@ateucher Yes this works! Bcdata is a core package for lots of my processing so I am very appreciative of your rapid fix :) The only change with this dev version is that I get a new message when I run bcdc_query_geodata() But the data outputs look the same. Many thanks! |
Excellent, thanks for confirming! Yes that's the message indicating that it couldn't get information about the download limit size. I'll make the message a bit clearer... |
Is there any way I can subscribe to this ticket? I'd prefer not to implement a similar workaround for python bcdata if this is going to be resolved short term. |
I can see if I can add you - but I just got a response saying it is now back up (as you noted). I also suggested they add it to uptime as per #340 |
Don't worry about it, I created my own. |
My bcdata code has unexpectedly stopped working and no longer can download data from the BC data catalogue.
Running the example code provided in the package documentation throws an error in the
path_to_connection()
function.Do you have any idea what is causing this behaviour? All my R and Rstudio options are default, and this code worked perfectly a few weeks ago.
Thanks for this package!
Error in
path_to_connection()
:! does not exist in current working directory ('\SFP.IDIR.BCGOV/U109/CCOSGROV$').
The text was updated successfully, but these errors were encountered: