CUAHSI / HydroDesktop

HydroDesktop is a free and open source GIS enabled desktop application that helps you search for, download, visualize, and analyze hydrologic and climate data registered with the CUAHSI Hydrologic Information System. HydroDesktop is part of the legacy CUAHSI toolkit and is not under active development. Click the "releases" link below to download the latest installer for Microsoft Windows.
73 stars 20 forks source link

Add initial support for uploading data to HydroServer #57

Open xhqiao89 opened 7 years ago

xhqiao89 commented 7 years ago

jirikadlec2[CodePlex]
To support Hydroserver data management and sharing of modeling results, a new feature is requested in HydroDesktop:

Initial steps:

Create a new DataUpload plug-in This plug-in adds a new button quotUpload to Serverquot to the Table tab. When the user clicks the button the quotServer Informationquot dialog with text box for URL, user name and password is shown. This dialog also has a quotSave authenticationquot check box so that users don't need to re-enter this information next time. HydroDesktop connects to the server and verifies if the server supports data uploading. A quotConfirm data uploadquot form is shown. This form shows the list of currently checked time series. After confirming, HydroDesktop calls the Data uploading web service on the server. The uploading is done in a background thread, showing progress and estimated remaining time.

Note: The detailed implementation of the data uploading web service is still in progress. A testing user account and a demo Hydroserver link will be provided before 20th May.

The initial design of the UI including the feature to remember previously entered server information can already be started now.

xhqiao89 commented 7 years ago

cuylerfris[CodePlex]
Discussion required - leaving marked as proposed.