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

Cleaning up the folder structure in the source code #178

Open xhqiao89 opened 7 years ago

xhqiao89 commented 7 years ago

danames[CodePlex]
We just recently updated the folder structure of the source code to match the Visual Studio source code explorer view. This is a good step forward.

Next step is to rename the folders of the plugins in the Plugins folder to identify which ones are fundamental to HydroDesktop (shipped with the installer) and which are true quotextensionsquot (downloaded from the online repo).

Let's rename folders accordingly:

HydroDesktop.GraphView HydroDesktop.TableView HydroDesktop.HISSearch (formerly Search3) HydroDesktop.HelpTab

Extension.ElevationGraph Extension.FacetedSearch3 -

Experimental.FacetedSearch

Deprecated.xxx

etc.

xhqiao89 commented 7 years ago

jacobean[CodePlex]
Source Organized as Follows: source - Core - HydroDesktop.*

xhqiao89 commented 7 years ago

mogikanin[CodePlex]
Good move. I recently did (month ago) the same thing with DotSpatial plugins in DS repo. If you download DS source and build it, you will see that each plugin is copied to separate folder, i.e. output folder structure is:

DemoMap.Exe DotSpatial.Data.dll DotSpatial.Controls.dll .... other core dlls Plugins

DotSpatial.Plugins.Contourer

plugin dlls DotSpatial.Plugins.ToolManager

plugin dlls