index.rst 524 B

123456789101112131415
  1. .. _stac_data_store_index:
  2. STAC Datastore extension
  3. ========================
  4. This plugin adds a vector data store that can connect to a STAC API, delivering collections
  5. as feeare types, and items as features.
  6. .. warning:: The current version requires a STAC API RC1 with the "search" conformance class. It will works best if the API supports field selection, sorting and CQL2 filtering, but can fall back on in-memory operations if they are not natively supported.
  7. .. toctree::
  8. :maxdepth: 1
  9. install
  10. data-store