Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.11 KB

File metadata and controls

51 lines (34 loc) · 2.11 KB

HydroShare Data Viewer

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.

Getting Started

These instructions will help you install and run this app in a Tethys Platform development environment.

Prerequisites

Tethys Platform (Version 2.1.0 [Python 3] or later):
HydroShare OAuth Backend:

Installing

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.

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details