stac-rs
stac-rs copied to clipboard
Use dictionary arrays for repeated string fields
Things like stac_version, type, and collection are invariant (or mostly so), so we should use dictionary encoding for them.