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

Introduce `importUSER` for setting SRS from custom strings. #372

Closed evetion closed 1 year ago

evetion commented 1 year ago

Now we can do:

julia> p = ArchGDAL.importUSER("EPSG:4326+3855")
Spatial Reference System: +proj=longlat +datum=WGS84 +geoidgr ... _defs

Note how there's now +geoidgrid present, which represents the vertical transform of EPSG:3855.