From 2994bb08adae7ac6892156ceace863d0d85fedc6 Mon Sep 17 00:00:00 2001 From: vcloarec Date: Fri, 26 Nov 2021 22:36:31 -0400 Subject: [PATCH] add change log file --- changelog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 000000000..782b667cd --- /dev/null +++ b/changelog @@ -0,0 +1,32 @@ + +3.22 +New feature +Load/Import hydrograph from external: +Infrastructure for load or import gauged hydrograh from external source. +For now the following hydrograph providers are implemented. +-deflt-fews XML file +-Hub-Eau server + +The user has two options once the source of the hydrograph is chosen: +- copy the hydrograph in Lekan, the hydrograph will be store in the Lekan project file. By this way, the hydrograh can be edited in Lekan but will not be updated if the data in the source change. +- add simply the source to the project. The hydrograph will be loaded but can't be edited. By this way, if the data change in the source, the hydrograph will be updated (each time the project is open or for some provider if manually ask in the gauged hydrograph window) + + + +Rainfall manager: +Stations that are used to store rainfall data have now a spatial capability. That is each station can be associated to a point on the map. +Now to add a station, the user can + + +Load/Import rainfall from external: +Infrastructure for load or import gauged rainfall from external source. +For now the following rainfall provider is implemented. +-deflt-fews XML file + +To add gauged rainfall in the rainfall manager: +- open the rainfall manager +If the provider have a + +The user has two options once the source of the hydrograph is chosen: +- copy the hydrograph in Lekan, the hydrograph will be store in the Lekan project file. By this way, the hydrograh can be edited in Lekan but will not be updated if the data in the source change. +- add simply the source to the project. The hydrograph will be loaded but can't be edited. By this way, if the data change in the source, the hydrograph will be updated (each time the project is open or if manually ask in the gauges hydrograph window)