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

Approaches to metadata

Open asinghvi17 opened this issue 1 year ago • 0 comments
trafficstars

DataFrames have a metadata field which we could exploit to hold:

  • GI.geometrycolumn
  • GI.crs or a CRS lookup table if geometries have integer CRS codes
  • RTrees or similar structures which are pre-cached by the database. (This would require reading in native Julia and not ArchGDAL, for example).

asinghvi17 avatar Apr 22 '24 11:04 asinghvi17