stac-utils / pgstac

Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL
MIT License
153 stars 39 forks source link

Convert Arrow schema to/from json #271

Open kylebarron opened 6 months ago

kylebarron commented 6 months ago

Implements conversion to/from JSON using the serde integration with arrow-rs. It's unclear if this is actually stable across Rust arrow versions, so we may want to use IPC blobs instead. Still, putting this up for visibility.