-
Notifications
You must be signed in to change notification settings - Fork 4
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
egib layers #102
base: master
Are you sure you want to change the base?
egib layers #102
Conversation
The package assumes that if function returns a spatial object without saving it to disk, it takes the name |
TODO:
|
Could you add yourself as contributor ( |
If there are counties with the same name, the function returns an error: egib_layer_download(county = "grodziski")
#> Error in layers[[1]] : subscript out of bounds |
Done for multiple counties (and the same layer for all of them), |
I think you should update gsapijaszko:master, then the changes will be visible in this PR. |
I also think that we should mention in the docs about setting timeout in case the servers turn out to be VERY slow. https://gdal.org/en/latest/user/configoptions.html -- |
New commit is on the way, took me a while to test it. Regarding the timeout options - yesterday I have started a vignette for EGiB, have a Troubleshooting section. I will check the links and add a few words when needed. The issue is not with time-out, rather few of the servers are not responding at all, either they returns a garbage instead of proper XML. G. |
Added
egib_layers
andegib_layer_download()
.