GeoDataFrames.jl
GeoDataFrames.jl copied to clipboard
Approaches to metadata
trafficstars
DataFrames have a metadata field which we could exploit to hold:
GI.geometrycolumnGI.crsor a CRS lookup table if geometries have integer CRS codesRTrees or similar structures which are pre-cached by the database. (This would require reading in native Julia and not ArchGDAL, for example).