Skip to content

andrewdhicks/datacube-wms

 
 

Repository files navigation

datacube-wms

Datacube Web Map Service

Features

  • TODO

Setup

  • Follow datacube installation instructions

  • The Datacube WMS requires a more recent version of rasterio than is currently packaged with conda. Run the following commands:

    conda config --prepend channels conda-forge/label/dev
    conda update --all
    
  • Datacube WMS requires the scikit-image package: conda install scikit-image

  • Run create_tables.sql database script to create schema and tables used by WMS server.

  • Run python update_ranges.py (in the Datacube Conda environment). This script will need to be re-run every time additional datasets are added to the Datacube.

  • Edit datacube_wms/wms_cfg.py as required. If you are using git, you should create a branch first.

  • Launch flask app. Either use your preferred WSGI-enabled web server, or the Flask dev server.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.7%
  • HTML 4.2%
  • Makefile 2.7%
  • Shell 0.4%