yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
141 stars 27 forks source link

Parse GeoFormatTypes EPSG with 2 codes #374

Closed evetion closed 11 months ago

evetion commented 1 year ago

To be merged after #372 and https://github.com/JuliaGeo/GeoFormatTypes.jl/pull/22

evetion commented 11 months ago

Not currently no. It would be a compound CRS, and you can lookup the individual codes. Like the test examples, it would be a combination of a 2D CRS and a vertical one, making it 3d. Some of those combinations are common, and have their own code: 4326+3855 == 9518.

Maybe the Proj.identify function could help with this, but it doesn't yet know about the EPSG{2} convention.