mundialis / openeo-addons

openEO related GRASS GIS addons
2 stars 1 forks source link

g.region.bbox: enforce axis order with easting as 1. axis #5

Closed metzm closed 3 years ago

metzm commented 3 years ago

bbox coordinates need to be transformed from the given CRS to the CRS of the current GRASS location. This PR enforces that the axis order is easting, northing, and requires GDAL 3+.

metzm commented 3 years ago

@mmacata A substantial rewrite with the 2. commit, thus the re-request for review.