Module Lifecycle

ldproxy is a completely modular application. The modules are classified according to:

  • The state of the implementation
    • mature: no known limitations regarding generally supported use cases,
      adheres to code quality and testing standards
    • candidate: no known limitations regarding generally supported use cases,
      might not adhere to code quality and testing standards
    • proposal: stable core functionality, but might have limitations regarding generally
      supported use cases, might not adhere to code quality and testing standards
  • The level of maintenance
    • full: is regularly tested with a range of use cases, bugs are usually fixed quickly, both proactive and reactive
    • low: is tested only sporadically or only with few use cases, bugs are only fixed on demand and with low priority
    • none: is not tested at all or only for very specific use cases, bugs are likely not fixed

A module with maintenance level low or none might also be deprecated, which means it will most likely be removed in the next major release.

Overview

ModuleClassificationDescription
ogcapi-collections
implmaturemainfull
Feature Collections.
ogcapi-collections-queryables
implmaturemainfull
Metadata about the properties of the features in a feature collection that can be used in filter expressions.
ogcapi-collections-schema
implcandidatemainlow
Publish a logical schema of the feature properties, described in JSON Schema.
ogcapi-common
implmaturemainfull
The common resources of all OGC Web APIs.
ogcapi-crs
implmaturemainfull
Additional coordinate reference systems.
ogcapi-crud
implproposalmainlow
Create, replace, update and delete features.
ogcapi-features-cityjson
implcandidatemainlow
Encode CityGML building features (LoD1, LoD2) as CityJSON.
ogcapi-features-core
implmaturemainfull
The core capabilities to publish feature data (vector data).
ogcapi-features-csv
implcandidatemainlow
Encode features as comma-separated values (CSV).
ogcapi-features-custom-extensions
implproposalmainnone
Filter by geometry intersection.
ogcapi-features-flatgeobuf
implcandidatemainlow
Encode features as FlatGeobuf.
ogcapi-features-geojson
implmaturemainfull
Encode features as GeoJSON.
ogcapi-features-geojson-ld
implcandidatemainnone
Encode features as GeoJSON-LD.
ogcapi-features-gltf
implproposalmainlow
Encode CityGML building features (LoD1, LoD2) as glTF 2.0.
ogcapi-features-gml
implcandidatemainlow
Encode features as GML.
ogcapi-features-html
implmaturemainfull
Encode features as HTML.
ogcapi-features-jsonfg
implcandidatemainlow
Encode features as JSON-FG.
ogcapi-features-search
implproposalmainlow
Support for fetching features from multiple collections as well as for stored queries.
ogcapi-filter
implcandidatemainfull
Filter features with CQL2 expressions.
ogcapi-foundation
implmaturemainfull
Essentials, API catalog with all published APIs.
ogcapi-geometry-simplification
implcandidatemainlow
Simplification of geometries with Douglas Peucker.
ogcapi-html
implmaturemainfull
HTML encoding for every supported resource.
ogcapi-json
implmaturemainfull
JSON encoding for every supported resource.
ogcapi-oas30
implmaturemainfull
Publish OpenAPI definitions.
ogcapi-projections
implcandidatemainfull
Select the feature properties included in the feature response.
ogcapi-pubsub
implproposalmainnone
Publish feature changes via a MQTT broker.
ogcapi-resources
implcandidatemainfull
Publish and manage file resources.
ogcapi-routes
implproposalmainnone
Calculate and manage routes.
ogcapi-sorting
implproposalmainlow
Sort features in a response.
ogcapi-styles
implcandidatemainfull
Publish styles.
ogcapi-text-search
implproposalmainlow
General text search in multiple text properties of the data.
ogcapi-tilematrixsets
implmaturemainfull
Provides definitions of the Tile Matrix Sets used in the API.
ogcapi-tiles
implmaturemainfull
Publish geographic data as tiles.
ogcapi-tiles3d
implproposalmainlow
Publish geographic data as 3D Tiles.
ogcapi-xml
implcandidatemainnone
XML encoding for every supported resource.
xtraplatform-auth
implcandidatemainlow
Restrict access to resources (OpenID Connect, JWT, XACML JSON).
xtraplatform-auth-fallback
implmaturemainfull
Fallback replacement for xtraplatform-auth if that is excluded due to minMaturity or minMaintenance.
xtraplatform-base
implmaturemainfull
Application configuration and launcher
xtraplatform-blobs
implmaturemainfull
Resource store.
xtraplatform-cache
implmaturemainfull
Cache.
xtraplatform-codelists
implmaturemainfull
Codelists for feature property values.
xtraplatform-cql
implmaturemainfull
CQL2 Expressions.
xtraplatform-crs
implmaturemainfull
CRS transformations with PROJ.
xtraplatform-entities
implmaturemainfull
Entity store.
xtraplatform-feature-changes-sql
implproposalmainnone
PostgreSQL notifications about feature changes.
xtraplatform-features
implmaturemainfull
Feature providers and transformations.
xtraplatform-features-gml
implcandidatemainnone
WFS feature provider and GML features.
xtraplatform-features-graphql
implproposalmainnone
GraphQL feature provider.
xtraplatform-features-json
implmaturemainfull
Encode and decode JSON features.
xtraplatform-features-sql
implmaturemainfull
SQL feature provider, PostgreSQL and GeoPackage.
xtraplatform-geometries
implmaturemainfull
Geometry transformations.
xtraplatform-openapi
implmaturemainfull
OpenAPI definitions and clients.
xtraplatform-ops
implmaturemainfull
Operations dashboard and API.
xtraplatform-routes-sql
implproposalmainnone
pgRouting extension for PostgreSQL feature providers.
xtraplatform-runtime
implmaturemainfull
Basic third party libraries.
xtraplatform-s3
implcandidatemainlow
S3 store sources.
xtraplatform-schemas-ext
implproposalmainnone
Derive feature provider type definitions from JSON schemas.
xtraplatform-services
implmaturemainfull
Service entities, background tasks.
xtraplatform-streams
implmaturemainfull
Reactive Streams.
xtraplatform-strings
implmaturemainfull
String templates.
xtraplatform-tiles
implmaturemainfull
Tile provider.
xtraplatform-values
implmaturemainfull
Value store.
xtraplatform-web
implmaturemainfull
HTTP server and client, HTML templates.