GeoInterface.jl icon indicating copy to clipboard operation
GeoInterface.jl copied to clipboard

Implement `crstrait`.

Open evetion opened this issue 1 year ago • 2 comments

To distinguish between geographic and projected coordinate systems. Fixes #119.

evetion avatar Jul 04 '24 21:07 evetion

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.

asinghvi17 avatar Jul 05 '24 07:07 asinghvi17

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.

evetion avatar Jul 05 '24 07:07 evetion