-
Maintained by:
georchestra.org -
Where to get help:
the geOrchestra Github repo, IRC chat, Stack Overflow
latest
,1.2.x
,1.2.2
-
Where to file issues:
https://github.com/georchestra/georchestra/issues -
Supported architectures:
amd64
-
Source of this description:
docs repo's/
directory
Data-api is an implementation of OGC API Features standard for geOrchestra. It allows:
- provide data in multiples formats like GeoJSON, CSV, Shapefile, etc.
- support filtering, sorting, paging and re-projection of data.
Example of usage with docker-compose:
ogc-features:
image: georchestra/data-api:latest
depends_on:
- postgis
environment:
SPRING_PROFILES_ACTIVE: postgis
POSTGRES_HOST: postgis
POSTGRES_PORT: 5432
POSTGRES_DB: postgis
POSTGRES_SCHEMA: opendataindex
POSTGRES_USER: postgis
POSTGRES_PASSWORD: postgis
POSTGRES_POOL_MAXSIZE: 20
POSTGRES_POOL_MINSIZE: 0
ports:
- 8080:8080
This image is built using maven : ../mvnw package -Pdocker
in data-api
repo.
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any docker image, it is the user's responsibility to ensure that usages of this image comply with any relevant licenses for all software contained within.