This app is designed to run on Tethys Platform and helps support CUAHSI's HydroShare project. Its purpose is to facilitate the transfer of hydrologic time series data from CUAHSI's HydroClient application to HydroShare. The app can also be used to combine, subset, and edit existing time series content within HydroShare.
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/kjlippold/hydroshare.git
Enter the app folder:
$ cd /tethysapp-hydroshare_timeseries_manager
Install the app:
$ python setup.py develop
Before continuing, 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 HydroServer URL should point to a HydroServer associated with that instance of HydroShare (e.g. https://geoserver.hydroshare.org/wds). The Maximum Value Count setting should be an integer that will limit the total value count of time series datasets that users can upload to HydroShare. Finally, this app requires a connection to a Tethys Persistent Store Database for server-side table processing.
After defining the app custom settings, initialize the app database:
$ tethys syncstores hydroshare_timeseries_manager
The HydroShare Time Series Manager 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.md file for details