GeoInterface.jl
GeoInterface.jl copied to clipboard
Implement crs and geometrycolumn fallbacks via DataAPI
- [ ] Needs tests
- [ ] needs docs
This needs to also check the type of the returned geometrycolumns data, and if it's not a tuple of symbols (maybe it's a String, since Arrow only supports String -> String metadata), it should convert it. Does that make sense?
You mean if its a single String we should return (Symbol(str),) ?
Yes
Sounds pragmatic
OK, I've added some aftercare functions here. Do we want anything else?