This app is designed to run on Tethys Platform and helps support CUAHSI's HydroShare project. Its purpose is to allow HydroShare users to quickly preview hydrologic geospatial and time series content stored in HydroShare resources.
These instructions will help you install and run this app in a Tethys Platform development environment.
Activate the Tethys conda environment:
$ t
Clone this repository into your Tethys apps folder:
$ git clone https://github.com/CUAHSI-APPS/tethysapp-hydroshare_data_viewer.git
Enter the app folder:
$ cd /tethysapp-hydroshare_data_viewer
Install the app:
$ python setup.py develop
Use the Tethys Portal Admin Console to define custom settings for the app. The HydroShare URL should point to the instance of HydroShare you wish to connect to (e.g. https://www.hydroshare.org). The GeoServer URL should point to a GeoServer associated with that instance of HydroShare (e.g. https://geoserver.hydroshare.org/geoserver). The HydroServer URL should point to a HydroServer associated with that instance of HydroShare (e.g. https://geoserver.hydroshare.org/wds). The Maximum Layer Count setting should be an integer that will limit the total number of layers a user can load into the app at once.
The HydroShare Data Viewer should now be running in you Tethys Portal.
- Tethys Platform - Web Application Framework
- HydroShare - Hydrologic Information System
This project is licensed under the MIT License - see the LICENSE file for details