yeesian / ArchGDAL.jl

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

Implement GeoInterface.crs #405

Closed evetion closed 6 months ago

evetion commented 6 months ago

As found here https://discourse.julialang.org/t/retrieving-crs-from-vector-and-raster-data/107903/4 One can now do GeoInterface.crs on a geometry, layer and dataset.

Also implements a convert method to GFT from an AbstractSpatialRef.