Skip to content

cgaustin/espa-web

Repository files navigation

espa-web build status Codecov branch

This project serves up the espa website and provides all the job ordering & scheduling functions, by being a Graphical User Interface (GUI) for the ESPA-API. This code is provided as reference only; internal EROS services are not externally available and their source code are not publicly available.

Access the site at https://espa.cr.usgs.gov/.

Quick Links

Developers

If you want to run this web interface locally, use the included Dockerfile to help get started:

Services

docker-compose -f setup/docker-compose.yml up -d

Building/Running

docker build -t espa-web .
docker run -it -p 127.0.0.1:4001:4001 \
    --net setup_default --link setup_memcached_1 \
    -e ESPA_API_HOST='https://espa.cr.usgs.gov/api/v1' \
    -e ESPA_MEMCACHE_HOST='localhost:11211' \ 
    -e ESPAWEB_SETTINGS='./run/config.ini' \
    -e ESPA_WEB_EMAIL_RECEIVE="{my email address}" espa-web

Testing

docker exec -it {running container id} run/runtests

Support Information

This project is unsupported software provided by the U.S. Geological Survey (USGS) Earth Resources Observation and Science (EROS) Land Satellite Data Systems (LSDS) Project. For questions regarding products produced by this source code, please contact us at [email protected].

Disclaimer

This software is preliminary or provisional and is subject to revision. It is being provided to meet the need for timely best science. The software has not received final approval by the U.S. Geological Survey (USGS). No warranty, expressed or implied, is made by the USGS or the U.S. Government as to the functionality of the software and related material nor shall the fact of release constitute any such warranty. The software is provided on the condition that neither the USGS nor the U.S. Government shall be held liable for any damages resulting from the authorized or unauthorized use of the software.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published