cloudnativegeo / cloud-optimized-geospatial-formats-guide

https://guide.cloudnativegeo.org
Creative Commons Attribution 4.0 International
127 stars 18 forks source link

Add image to index #29

Closed abarciauskas-bgse closed 1 year ago

abarciauskas-bgse commented 1 year ago

In writing the COPC content, I thought to create a diagram which depicts how some formats are cloud-optimized versions of existing formats.

wildintellect commented 1 year ago

Could be a table, where we also list datatypes supported? Oh, your image is a table ...

Can you add geojson as a traditional format? or should it be non-cloud formats? ie gpkg Speaking of geojson we should probably mention topojson and row oriented geojson (I'm forgetting the name)

And how do we handle that Zarr/HDF can be points?

abarciauskas-bgse commented 1 year ago

@wildintellect great points.

  1. We can add geojson as a traditional format, I assume geojson would be a format for both point and vector data?
  2. Can geojson cover topojson and row-orented geojson? I'm just concerned about overloading the table.
  3. We can HDF for points as well, but are we recommending Zarr for point clouds at this point (no pun intended)?
kylebarron commented 1 year ago

GeoJSON makes sense in the image table, but newline-delimited geojson and topojson I think are fine to only mention in text.

Are there many people using zarr/hdf for points?

wildintellect commented 1 year ago