Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Goals

  • Rich support for geojson
  • Filtering via jsonpath-like expressions

Considerations

  • support json-schema
  • efficient/compressed storage
  • variable attributes/attribute indices
  • pushdown predicates
  • geoserver/simplefeature integration
  • ingest api/services

Design

  • Leverage the native-api?
  • Support XZ indexing?
  • API suggestions -
    • rest endpoint that takes geojson and puts it in the db
    • native api that takes a string of geojson
    • native api that takes a geojson like java object

Tasks

  • TBD


References

http://docs.geotools.org/stable/javadocs/org/geotools/geojson/feature/FeatureJSON.html

https://docs.mongodb.com/manual/reference/geojson/

https://github.com/opendatalab-de/geojson-jackson

  • No labels