Sign inSign up

georchestra/data-api

Sponsored OSS

By georchestra

Updated 7 months ago

OGC API Features implementation module for the geOrchestra SDI

Image
0

10K+

georchestra/data-api repository overview

Quick reference

  • latest, 1.2.x, 1.2.2

Quick reference

What is georchestra/data-api

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.

How to use this image

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

Where is it built

This image is built using maven : ../mvnw package -Pdocker in data-api repo.

License

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.

Tag summary

Content type

Image

Digest

sha256:0bcd32f87

Size

191.4 MB

Last updated

7 months ago

docker pull georchestra/data-api

This week's pulls

Pulls:

28

Last week