Crate ogcapi

Source
Expand description

The ogcapi crate is organized in several modules:

Module / CrateDescription
typesTypes as defined in various OGC API standards as well as STAC with serde support.
clientClient to access HTTP endpoints of OGC API services as well as STAC wrapping reqwest
servicesServer implementation of various OGC API services based on axum.
driversDrivers for different data provider backends, currently mainly PostgreSQL with PostGIS through sqlx.
processesProcessor trait and implementations.