GeoInterface.jl
GeoInterface.jl copied to clipboard
Implement `crstrait`.
To distinguish between geographic and projected coordinate systems. Fixes #119.
I think we would also want similar traits in GFT or some kind of trait wrapper, so that users can choose to have CRS traits evaluated at compile time too! It should be possible to detect this using Proj I think.
I think we would also want similar traits in GFT or some kind of trait wrapper, so that users can choose to have CRS traits evaluated at compile time too! It should be possible to detect this using Proj I think.
Agreed, this is would be the setup for that. For now, the default UnknownTrait() should be compiled away.