Open asinghvi17 opened 6 months ago
DataFrames have a metadata field which we could exploit to hold:
DataFrame
metadata
GI.geometrycolumn
GI.crs
RTree
DataFrame
s have ametadata
field which we could exploit to hold:GI.geometrycolumn
GI.crs
or a CRS lookup table if geometries have integer CRS codesRTree
s or similar structures which are pre-cached by the database. (This would require reading in native Julia and not ArchGDAL, for example).