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

Implement crs and geometrycolumn fallbacks via DataAPI

Open asinghvi17 opened this issue 1 year ago • 1 comments

  • [ ] Needs tests
  • [ ] needs docs

asinghvi17 avatar Sep 21 '24 15:09 asinghvi17

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?

asinghvi17 avatar Oct 08 '24 02:10 asinghvi17

You mean if its a single String we should return (Symbol(str),) ?

rafaqz avatar Nov 05 '24 02:11 rafaqz

Yes

asinghvi17 avatar Nov 05 '24 03:11 asinghvi17

Sounds pragmatic

rafaqz avatar Nov 05 '24 04:11 rafaqz

OK, I've added some aftercare functions here. Do we want anything else?

asinghvi17 avatar Nov 24 '24 14:11 asinghvi17