NCPP / ocgis

OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Other
70 stars 21 forks source link

aggregate not working with rotated pole and no subset geometry #339

Closed bekozi closed 10 years ago

bekozi commented 10 years ago

who: Nils Hempelmann

Coordinate transformations were not being triggered when aggregate=True and geom=None. This resulted in numpy output attempting a back transform to rotated pole without the forward transform.

bekozi commented 10 years ago

Fixed.