-
-
Notifications
You must be signed in to change notification settings - Fork 77
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 when specifying cartopy projection settings #40
Comments
Try taking out the space after "-98,". The opts magic parser is not as powerful as Python's. |
Yes, that's probably the answer. Linked to holoviz/holoviews#270 and holoviz/holoviews#874 |
We should investigate whether there is a simple fix for this. The parser can be a bit hairy to fiddle with but there may be something easy we can do. |
ResidentMario
changed the title
Error when specifying
Error when specifying cartopy projection settings
Oct 4, 2016
cartopy
projection settings
Closing since this is a known issue in holoviews. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When projection settings are passed to
cartopy
inline with thegeoviews
settings shebang, multi-parameter setting specifications will fail to work correctly.For instance, here's a minimum working example:
Here's a minimum non-working example:
The latter will raise a Warning that this combination of parameters has been ignored, and the resultant map will be centered on the default axis (0,0) instead of the desired one, (-98, 39).
The text was updated successfully, but these errors were encountered: