OGC API Features implementation module for the geOrchestra SDI
10K+
Maintained by:
georchestra.org
Where to get help:
the geOrchestra Github repo, IRC chat, Stack Overflow
latest, 1.2.x, 1.2.2Where to file issues:
https://github.com/georchestra/georchestra/issues
Supported architectures:
amd64
Source of this description:
docs repo's / directory
georchestra/data-apiData-api is an implementation of OGC API Features standard for geOrchestra. It allows:
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.
Content type
Image
Digest
sha256:0bcd32f87…
Size
191.4 MB
Last updated
7 months ago
docker pull georchestra/data-apiPulls:
28
Last week