GithubHelp home page GithubHelp logo

tvsltd / docker-se-geoserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smartemission/docker-se-geoserver

0.0 1.0 0.0 1.08 MB

Docker image for Smart Emission GeoServer

Shell 0.01% Roff 97.81% Scheme 2.12% HTML 0.03% CSS 0.02% Dockerfile 0.01% Java 0.02%

docker-se-geoserver's Introduction

GeoServer service

The geoserver service provides a complete GeoServer instance with a complete configuration (GS data dir) specific for SE.

Hosting

The Docker Image is hosted as: smartemission/se-geoserver at DockerHub. Versioning via GH tags is done following GeoServer versions like 2.9.4 followed by an SE version number, for example 2.9.4-1, 2.9.4-2 etc.

Environment

The following environment vars need to be set, either via docker-compose or Kubernetes.

Environment variable
DB_HOSTNAME
DB_USERNAME
DB_PASSWD
GS_USERNAME
GS_PASSWD

Architecture

The image includes the official Kartoza GeoServer Docker Image hosted as kartoza/geoserver on DockerHub overlayed with a complete configuration (GeoServer data dir). Further vars from that config are overruled/set via its Container Environment at runtime via the entry.sh script.

WMS Capabilities

As many Layers have a Dimension as Time enabled, the Dimension range (start-end time) is generated for each Layer and put in the Capabilities document. This results in queries on the Postgres database that take huge amount of time (about 1 minute per million records), even with the time column indexed. Basically a rowscan is done for all 20-30 Layers...In some cases GeoServer crashes. To overcome this a semi-static Capabilities document is generated from a template file wms-capabilities.xml. This is handled via a custom Servlet Filter: the WmsCapabilitiesFilter.java that is added to the Tomcat web.xml config file.

Dependencies

  • PostGIS backend

Links

docker-se-geoserver's People

Contributors

justb4 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.