Skip to content

Commit

Permalink
WIP PROJ6 support (#118)
Browse files Browse the repository at this point in the history
PROJ6 support

- Convert lowercase epsg to uppercase EPSG
- Axis order of a CRS is no longer always easting, northing, it can also be northing, easting, e.g. EPSG:4326. If source and target CRS are available, axis order is adjusted using proj_normalize_for_visualization() to easting, northing if needed.
- Previously, GRASS did conversions of degress to/from radians and meters from/to map units. Now PROJ6+ might do these conversions itself, or not. GRASS is now doing the conversions only if needed.
- In PROJ6+, there can be several different operations to transform coordinates from one CRS to another CRS. If more than one operation is available, information is provided about these different operations. The current region is used by PROJ to select an appropriate operation.
  • Loading branch information
metzm committed Oct 29, 2019
1 parent 1496ee1 commit 66b4ea2
Show file tree
Hide file tree
Showing 2 changed files with 852 additions and 68 deletions.
Loading

0 comments on commit 66b4ea2

Please sign in to comment.