Skip to content
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

Support albers_conical_equal_area projection #1343

Closed
rsignell-usgs opened this issue Mar 26, 2020 · 0 comments · Fixed by #1344
Closed

Support albers_conical_equal_area projection #1343

rsignell-usgs opened this issue Mar 26, 2020 · 0 comments · Fixed by #1344
Labels
Area: Projections Pertains to projecting coordinates between coordinate systems Type: Feature New functionality
Milestone

Comments

@rsignell-usgs
Copy link
Contributor

rsignell-usgs commented Mar 26, 2020

This attempt to get a Cartopy crs from a CF-compliant dataset:

import xarray as xr
import metpy
url = 'http://geoport.usgs.esipfed.org/thredds/dodsC/sand/usgs/users/rsignell/data/testing/albers.nc'
ds = xr.open_dataset(url)
ds = ds.metpy.parse_cf()
crs = ds['facies_class'].metpy.cartopy_crs

yields:

ValueError: Unhandled projection: albers_conical_equal_area
@rsignell-usgs rsignell-usgs added the Type: Feature New functionality label Mar 26, 2020
@dopplershift dopplershift added the Area: Projections Pertains to projecting coordinates between coordinate systems label Mar 26, 2020
@dopplershift dopplershift modified the milestone: 1.0 Mar 26, 2020
@dopplershift dopplershift added this to the 1.0 milestone Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Projections Pertains to projecting coordinates between coordinate systems Type: Feature New functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants