-
Notifications
You must be signed in to change notification settings - Fork 447
Closed
Labels
Area: ProjectionsPertains to projecting coordinates between coordinate systemsPertains to projecting coordinates between coordinate systemsType: FeatureNew functionalityNew functionality
Milestone
Description
What should we add?
Canada's HRDPS model is on a rotated latitude longitude grid. The following returns an error:
ds = # load grib file with xarray/cfgrib
ds = ds.metpy.parse_cf()
ds.metpy_crs.item().to_cartopy()
# OUT
# ValueError: Unhandled projection: rotated_latitude_longitudeIs the solution to this simply adding the ccrs.RotatedPole projection in metpy/plots/mapping.py?
MetPy/src/metpy/plots/mapping.py
Line 87 in 0b93500
| raise ValueError(f'Unhandled projection: {self.name}') from None |
HRDPS GRIB2 Data:
https://dd.weather.gc.ca/model_hrdps/continental/2.5km/00/000/
Reference
Metadata
Metadata
Assignees
Labels
Area: ProjectionsPertains to projecting coordinates between coordinate systemsPertains to projecting coordinates between coordinate systemsType: FeatureNew functionalityNew functionality