You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using focal statistics with GeoTIFFs in EPSG:4326, I used the lnglat_to_meters to convert the coordinates to meters. However, when doing this I get a negative cellsize_y, which causes downstream issues.
Is there any issue with using return cellsize_x, np.abs(cellsize_y) to address this, or will their be ramifications I'm not accounting for?
The text was updated successfully, but these errors were encountered:
chase-dwelle
added a commit
to chase-dwelle/xarray-spatial
that referenced
this issue
Aug 31, 2020
I'm using focal statistics with GeoTIFFs in EPSG:4326, I used the
lnglat_to_meters
to convert the coordinates to meters. However, when doing this I get a negativecellsize_y
, which causes downstream issues.Is there any issue with using
return cellsize_x, np.abs(cellsize_y)
to address this, or will their be ramifications I'm not accounting for?The text was updated successfully, but these errors were encountered: