Alan D. Snow

Results 400 comments of Alan D. Snow

With #296 resolved, I believe this is resolved as well.

> I think this is related, but in this case these "4D arrays" are degenerate in z and t, they are really 2D grids with a time stamp. This specific...

Related: https://github.com/xarray-contrib/xvec

Closing because this PR has become stale. Feel free to re-open or submit a new PR if you would like to contribute this feature.

https://pyproj4.github.io/pyproj/stable/build_crs_cf.html

https://corteva.github.io/rioxarray/stable/getting_started/crs_management.html

Since pyproj listed the enumeration values (https://github.com/pyproj4/pyproj/pull/1227) will this break anything if the values are changed? If so, it may be worth waiting for PROJ 10. If not, PROJ 9.2...

The signature of the function is determined by PROJ: https://github.com/OSGeo/PROJ/blob/356e255022cea47bf242bc9e6345a1e87ab1031d/src/proj.h#L383 https://github.com/pyproj4/pyproj/blob/24a7b7f2f05839761c3a6c23de860948a1a9d0f1/pyproj/proj.pxi#L29 I remember trying to make it use `noexcept` and moving on when it didn't work with some things I...