Skip to content

Commit

Permalink
specify traditional coordinate order in crs2transform (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiemvanderdeure authored Sep 20, 2024
1 parent 4014096 commit 7fece42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/RastersArchGDALExt/cellsize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function cellsize(dims::Tuple{<:XDim, <:YDim})
]))
for xb in xbnds, yb in ybnds]
else
areas = ArchGDAL.crs2transform(crs(dims), EPSG(4326)) do transform
areas = ArchGDAL.crs2transform(crs(dims), EPSG(4326), order = :trad) do transform
[_area_from_coords(
transform,
GI.LinearRing([
Expand Down

0 comments on commit 7fece42

Please sign in to comment.