Giter VIP home page Giter VIP logo

EOxServer

EOxServer is a Python application and library for presenting Earth Observation (EO) data and metadata.

build PyPi ReadTheDocs

EOxServer implements the OGC Implementation Specifications EO-WCS and EO-WMS on top of MapServer's WCS and WMS implementations. EOxServer is released under the EOxServer Open License an MIT-style license and written in python and entirely based on open source software including:

More information is available at https://eoxserver.org. Documentation is available at readthedocs

Docker

To run with SpatiaLite database simply run:

docker run -it --rm -p 8080:8000 eoxa/eoxserver

EOxServer is now accessible at http://localhost:8080/. And you can login to the Admin Client using:

  • username: admin
  • password: admin

The following environment variables control configuration:

  • DB: Specify the used database type. either spatialite or postgis
  • DB_PW, DB_NAME, DB_HOST, DB_USER: these credentials will be used to establish a connection to the postgres database when DB is set to postgis in order to wait for it to come online
  • INSTANCE_NAME: the name of the instance passed to eoxserver-instance.py - defaults to instance
  • INSTANCE_DIR: the directory of the instance. Defaults to /opt/instance
  • DJANGO_USER, DJANGO_MAIL, DJANGO_PASSWORD: when set, these credentials will be used to create a superuser to be used for the Django Admin. By default, no user is created
  • COLLECT_STATIC: if set to "true" (the default), static files will be collected upon initialization
  • PREINIT_SCRIPTS: the list of commands that will be executed before the instance is initialized
  • INIT_SCRIPTS: the list of commands that will be executed once when the instance is initialized
  • STARTUP_SCRIPTS: the list of commands that will be executed before the command is run
  • GUNICORN_CMD_ARGS: gunicorn command arguments. Defaults to --config /opt/eoxserver/gunicorn.conf.py ${INSTANCE_NAME}.wsgi:application

Development

The autotest instance can be used for development and testing. More information in ./autotest/README.md

EOxServer's Projects

autotest icon autotest

Read-only former autotest instance for EOxServer now merged into main repository. Kept for history only.

deployment icon deployment

Configurations and configuration snippets to ease the deployment of EOxServer in various setups.

documentation icon documentation

Read-only former documentation for EOxServer now merged into main repository. Kept for history only.

eoxs-allauth icon eoxs-allauth

EOxServer extension integrating the django-allauth authentication.

eoxserver icon eoxserver

EOxServer is a Python application and framework for presenting Earth Observation (EO) data and metadata.

http_access icon http_access

Django app that enables http access to EOxServer data via multipart requests

osgeo-live icon osgeo-live

This is a copy of the EOxServer relevant material for the OSGeo-Live DVD.

pyows icon pyows

OWS request/response encoding/decoding

schemas icon schemas

Read-only former schemas for EOxServer now merged into main repository. Kept for history only.

type-api icon type-api

A REST API for the type objects of the EOxServer coverages

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.