Skip to content

DOC: Use pyproj to generate 2D latlon & fix cartopy UTM CRS #5805

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

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

snowman2
Copy link
Contributor

@snowman2 snowman2 commented Sep 21, 2021

  • Passes pre-commit run --all-files

Using pyproj should be more efficient & simpler to use.

With latest cartopy, I get this error with 18N:

CRSError: Invalid projection: +proj=utm +ellps=WGS84 +units=m +zone=18N +no_defs +type=crs: (Internal Proj Error: proj_create: Error 1027 (Invalid value for an argument): utm: Invalid value for zone)

Removing N fixes the issue.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 21, 2021

Unit Test Results

         6 files  ±0           6 suites  ±0   57m 28s ⏱️ ±0s
16 227 tests ±0  14 492 ✔️ ±0  1 735 💤 ±0  0 ❌ ±0 
90 558 runs  ±0  82 384 ✔️ ±0  8 174 💤 ±0  0 ❌ ±0 

Results for commit bfff7f1. ± Comparison against base commit bfff7f1.

♻️ This comment has been updated with latest results.

@snowman2 snowman2 mentioned this pull request Sep 22, 2021
2 tasks
@dcherian
Copy link
Contributor

Thanks @snowman2

@dcherian dcherian merged commit bfff7f1 into pydata:main Sep 23, 2021
@snowman2 snowman2 deleted the plot_examples branch September 23, 2021 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants