-
Notifications
You must be signed in to change notification settings - Fork 371
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
cartopy unable to pull files from offline data directory #1072
Comments
Looks like something changed along the way and there is no longer a This is really a question best suited for StackOverflow, but happy to help if I can be of assistance. |
It's the reverse, I think, in that #1037 added the prefix to the path that Cartopy used, because it was inconsistent with what NE provides. But with 0.16.0, you did have to rename things. |
Thank you for replies,
|
Description
cartopy tries to pull data from internet while running/generating plot. As the machine has no access to internet, the download fails.
I was a query on similar issue at stack overflow
So i tried setting -
cartopy.config['data_dir']='/home/user/.local/share/cartopy'
cartopy.config['pre_existing_data_dir']='/home/user/.local/share/cartopy'
and copied the relevant zip file at -
, here are few lines from code -
Traceback
Full environment definition
Operating system
SLES 12
Cartopy version
0.16.0
please let me know if further information is required.
The text was updated successfully, but these errors were encountered: