wolfhece 2.1.33__py3-none-any.whl → 2.1.36__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. wolfhece/GraphNotebook.py +10 -0
  2. wolfhece/GraphProfile.py +18 -8
  3. wolfhece/Lidar2002.py +10 -0
  4. wolfhece/ManageParams.py +10 -0
  5. wolfhece/Model1D.py +10 -0
  6. wolfhece/PyConfig.py +10 -0
  7. wolfhece/PyCrosssections.py +10 -0
  8. wolfhece/PyDraw.py +59 -48
  9. wolfhece/PyGui.py +10 -0
  10. wolfhece/PyGuiHydrology.py +10 -0
  11. wolfhece/PyHydrographs.py +10 -0
  12. wolfhece/PyPalette.py +10 -0
  13. wolfhece/PyParams.py +10 -0
  14. wolfhece/PyPictures.py +10 -0
  15. wolfhece/PyVertex.py +10 -0
  16. wolfhece/PyVertexvectors.py +10 -0
  17. wolfhece/PyWMS.py +10 -0
  18. wolfhece/RatingCurve.py +10 -0
  19. wolfhece/RatingCurve_xml.py +10 -0
  20. wolfhece/ReadDataDCENN.py +10 -0
  21. wolfhece/Results2DGPU.py +10 -0
  22. wolfhece/acceptability/Parallels.py +10 -0
  23. wolfhece/acceptability/acceptability.py +10 -0
  24. wolfhece/acceptability/acceptability_gui.py +10 -0
  25. wolfhece/acceptability/cli.py +10 -0
  26. wolfhece/acceptability/func.py +10 -0
  27. wolfhece/apps/ManageParams.py +10 -0
  28. wolfhece/apps/Optimisation_hydro.py +10 -0
  29. wolfhece/apps/check_install.py +10 -0
  30. wolfhece/apps/curvedigitizer.py +10 -0
  31. wolfhece/apps/isocurrent.py +10 -0
  32. wolfhece/apps/splashscreen.py +10 -0
  33. wolfhece/apps/version.py +1 -1
  34. wolfhece/apps/wolf.py +10 -0
  35. wolfhece/apps/wolf2D.py +10 -0
  36. wolfhece/apps/wolfcompare2Darrays.py +10 -0
  37. wolfhece/apps/wolfhydro.py +10 -0
  38. wolfhece/bernoulli/chamber.py +10 -0
  39. wolfhece/bernoulli/fluids.py +10 -0
  40. wolfhece/bernoulli/losses.py +10 -0
  41. wolfhece/bernoulli/network.py +10 -0
  42. wolfhece/bernoulli/pipe.py +10 -0
  43. wolfhece/blender/array2polygons.py +10 -0
  44. wolfhece/blender/ply.py +10 -0
  45. wolfhece/blender/quads.py +10 -0
  46. wolfhece/cli.py +27 -0
  47. wolfhece/clientserver/clientserver.py +10 -0
  48. wolfhece/coupling/hydrology_2d.py +10 -0
  49. wolfhece/drawing_obj.py +10 -0
  50. wolfhece/eva/bootstrap.py +10 -3
  51. wolfhece/eva/joint_models.py +10 -0
  52. wolfhece/eva/mixture_models.py +10 -0
  53. wolfhece/flow_SPWMI.py +10 -0
  54. wolfhece/friction_law.py +10 -0
  55. wolfhece/gpuview.py +10 -0
  56. wolfhece/hydrology/Catchment.py +10 -0
  57. wolfhece/hydrology/Comparison.py +21 -8
  58. wolfhece/hydrology/Dumping.py +10 -0
  59. wolfhece/hydrology/Optimisation.py +10 -0
  60. wolfhece/hydrology/Outlet.py +10 -0
  61. wolfhece/hydrology/PostProcessHydrology.py +10 -0
  62. wolfhece/hydrology/PyWatershed.py +10 -0
  63. wolfhece/hydrology/RetentionBasin.py +10 -0
  64. wolfhece/hydrology/SubBasin.py +10 -0
  65. wolfhece/hydrology/constant.py +10 -0
  66. wolfhece/hydrology/cst_exchanges.py +10 -0
  67. wolfhece/hydrology/data_treatment.py +10 -0
  68. wolfhece/hydrology/forcedexchanges.py +10 -0
  69. wolfhece/hydrology/plot_hydrology.py +10 -0
  70. wolfhece/hydrology/read.py +10 -0
  71. wolfhece/hydrology/slope_manager.py +10 -0
  72. wolfhece/hydrology/wolfMap_treatment.py +10 -0
  73. wolfhece/hydrometry/kiwis.py +10 -0
  74. wolfhece/hydrometry/kiwis_gui.py +10 -3
  75. wolfhece/hydrometry/kiwis_wolfgui.py +10 -0
  76. wolfhece/hydrometry/kiwispie.py +11 -4
  77. wolfhece/import_ascfiles.py +10 -0
  78. wolfhece/irm_qdf.py +10 -0
  79. wolfhece/lagrangian/advection.py +13 -2
  80. wolfhece/lagrangian/emitter.py +10 -0
  81. wolfhece/lagrangian/example_domain.py +10 -0
  82. wolfhece/lagrangian/particle_system.py +10 -0
  83. wolfhece/lagrangian/particle_system_ui.py +10 -0
  84. wolfhece/lagrangian/particles.py +10 -0
  85. wolfhece/lagrangian/velocity_field.py +10 -0
  86. wolfhece/libs/get_infos.cp310-win_amd64.pyd +0 -0
  87. wolfhece/libs/verify_wolf.cp310-win_amd64.pyd +0 -0
  88. wolfhece/libs/wolfogl.cp310-win_amd64.pyd +0 -0
  89. wolfhece/math_parser/calculator.py +10 -0
  90. wolfhece/mesh2d/bc_manager.py +10 -0
  91. wolfhece/mesh2d/cell_tracker.py +10 -0
  92. wolfhece/mesh2d/config_manager.py +10 -0
  93. wolfhece/mesh2d/cst_2D_boundary_conditions.py +10 -0
  94. wolfhece/mesh2d/wolf2dprev.py +10 -0
  95. wolfhece/multiprojects.py +10 -0
  96. wolfhece/opengl/py3d.py +10 -0
  97. wolfhece/picc.py +10 -0
  98. wolfhece/pyGui1D.py +10 -0
  99. wolfhece/pybridges.py +5 -3
  100. wolfhece/pydike.py +10 -0
  101. wolfhece/pylogging.py +10 -0
  102. wolfhece/pypolygons_scen.py +10 -0
  103. wolfhece/pyshields.py +10 -0
  104. wolfhece/pyviews.py +10 -0
  105. wolfhece/pywalous.py +10 -0
  106. wolfhece/radar/wolfradar.py +10 -0
  107. wolfhece/rain_SPWMI.py +10 -0
  108. wolfhece/rem/REMMaker.py +10 -0
  109. wolfhece/rem/RasterViz.py +10 -0
  110. wolfhece/report/reporting.py +10 -0
  111. wolfhece/scenario/check_scenario.py +10 -0
  112. wolfhece/scenario/config_manager.py +31 -2
  113. wolfhece/scenario/imposebc_void.py +10 -0
  114. wolfhece/scenario/update_void.py +10 -0
  115. wolfhece/textpillow.py +10 -0
  116. wolfhece/tools_mpl.py +10 -0
  117. wolfhece/ui/wolf_multiselection_collapsiblepane.py +10 -0
  118. wolfhece/ui/wolf_times_selection_comparison_models.py +10 -0
  119. wolfhece/wolf_array.py +10 -0
  120. wolfhece/wolf_hist.py +10 -0
  121. wolfhece/wolf_texture.py +10 -0
  122. wolfhece/wolf_tiles.py +10 -0
  123. wolfhece/wolf_vrt.py +10 -0
  124. wolfhece/wolf_zi_db.py +10 -0
  125. wolfhece/wolfresults_2D.py +10 -0
  126. wolfhece/xyz_file.py +10 -0
  127. {wolfhece-2.1.33.dist-info → wolfhece-2.1.36.dist-info}/METADATA +3 -2
  128. {wolfhece-2.1.33.dist-info → wolfhece-2.1.36.dist-info}/RECORD +131 -133
  129. {wolfhece-2.1.33.dist-info → wolfhece-2.1.36.dist-info}/entry_points.txt +1 -0
  130. wolfhece/libs/WolfOGL.c +0 -42489
  131. wolfhece/libs/WolfOGL.pyx +0 -1979
  132. wolfhece/libs/verify_license.cp310-win_amd64.pyd +0 -0
  133. wolfhece/test_Results2DGPU.py +0 -7
  134. {wolfhece-2.1.33.dist-info → wolfhece-2.1.36.dist-info}/WHEEL +0 -0
  135. {wolfhece-2.1.33.dist-info → wolfhece-2.1.36.dist-info}/top_level.txt +0 -0
wolfhece/apps/version.py CHANGED
@@ -5,7 +5,7 @@ class WolfVersion():
5
5
 
6
6
  self.major = 2
7
7
  self.minor = 1
8
- self.patch = 33
8
+ self.patch = 36
9
9
 
10
10
  def __str__(self):
11
11
 
wolfhece/apps/wolf.py CHANGED
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import wx
2
12
  from ..PyTranslate import _
3
13
 
wolfhece/apps/wolf2D.py CHANGED
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import wx
2
12
 
3
13
  def main():
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  #import des modules
2
12
  from os import path
3
13
  import sys
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import wx
2
12
 
3
13
  from ..PyTranslate import _
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import numpy as np
2
12
  from math import pi
3
13
 
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  from enum import Enum
2
12
 
3
13
  class Water():
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import numpy as np
2
12
  from math import pi
3
13
  from scipy.optimize import fsolve, newton, root, root_scalar
@@ -1,4 +1,14 @@
1
1
 
2
+ """
3
+ Author: HECE - University of Liege, Pierre Archambeau
4
+ Date: 2024
5
+
6
+ Copyright (c) 2024 University of Liege. All rights reserved.
7
+
8
+ This script and its content are protected by copyright law. Unauthorized
9
+ copying or distribution of this file, via any medium, is strictly prohibited.
10
+ """
11
+
2
12
  import numpy as np
3
13
  import matplotlib.pyplot as plt
4
14
 
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import numpy as np
2
12
  from math import pi
3
13
  from scipy.optimize import fsolve
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import numpy as np
2
12
  import numba
3
13
  from typing import Union, Literal
wolfhece/blender/ply.py CHANGED
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import plyfile
2
12
  import numpy as np
3
13
 
wolfhece/blender/quads.py CHANGED
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import wx
2
12
  import numpy as np
3
13
  from wx import glcanvas
wolfhece/cli.py CHANGED
@@ -1,9 +1,36 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
1
10
 
2
11
  def check():
3
12
  """ Main wolf application : Check """
4
13
  from .apps.check_install import main
5
14
  main()
6
15
 
16
+ def license():
17
+ """ Main wolf application : License """
18
+ from .libs.wolfogl import request_license
19
+ from pathlib import Path
20
+
21
+ if Path(__file__).parent / 'license' / 'wolf.lic':
22
+ print('License file found -- Regenerate !')
23
+
24
+ email = ''
25
+ while not '@' in email:
26
+ email = input('Enter your email and press enter : ')
27
+
28
+ request_license(email)
29
+ if Path(__file__).parent / 'license' / 'wolf.lic':
30
+ print('Done !')
31
+ else:
32
+ print('Error ! - Please retry. If the error persists, contact the support.')
33
+
7
34
  def accept():
8
35
  """ Main wolf application : Accept """
9
36
  from .acceptability.cli import main
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import wx
2
12
  import numpy as np
3
13
  import socket
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  from ..hydrology.Catchment import Catchment, SubBasin
2
12
  from ..hydrology.PyWatershed import Watershed, Node_Watershed, RiverSystem, SubWatershed
3
13
  from ..wolf_array import WolfArray, WOLF_ARRAY_FULL_INTEGER, WOLF_ARRAY_FULL_SINGLE
wolfhece/drawing_obj.py CHANGED
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  from wx import App
2
12
  import logging
3
13
 
wolfhece/eva/bootstrap.py CHANGED
@@ -1,8 +1,15 @@
1
1
  """
2
- Boostraping
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
3
10
 
4
- @author : Pierre Archambeau - ULiege - HECE
5
- @date : 2023
11
+ """
12
+ Boostraping
6
13
  """
7
14
  import numpy as np
8
15
 
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import numpy as np
2
12
  from scipy import stats
3
13
  from scipy.optimize import root_scalar
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import numpy as np
2
12
  from scipy import stats
3
13
  from scipy.optimize import root_scalar, minimize
wolfhece/flow_SPWMI.py CHANGED
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  from operator import mod
2
12
  import requests
3
13
  import pandas as pd
wolfhece/friction_law.py CHANGED
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import math
2
12
 
3
13
  def f_barr_bathurst(k_sur_D,reynolds):
wolfhece/gpuview.py CHANGED
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import numpy as np
2
12
  import textwrap
3
13
  import sys
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import numpy as np
2
12
  import csv
3
13
  import time as time_mod
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import sys # module to stop the program when an error is encountered
2
12
  import os
3
13
  import matplotlib.pyplot as plt
@@ -409,10 +419,10 @@ class Comparison:
409
419
  tzPlot = plotDict["General Parameters"]["Time Zone Plot"]
410
420
  tzDelta = datetime.timedelta(hours=tzPlot)
411
421
 
412
- # if(envelop and not("Ref Name" in plotDict["General Parameters"])):
413
- # refName = "Catchment 1"
414
- # else:
415
- # refName = plotDict["General Parameters"]["Ref Name"]
422
+ if(envelop and not("Ref Name" in plotDict["General Parameters"])):
423
+ refName = "Catchment 1"
424
+ else:
425
+ refName = plotDict["General Parameters"]["Ref Name"]
416
426
 
417
427
  if(not("Add Table" in plotDict["General Parameters"])):
418
428
  addTable = False
@@ -1066,10 +1076,13 @@ class Comparison:
1066
1076
  tzPlot = plotDict["General Parameters"]["Time Zone Plot"]
1067
1077
  tzDelta = datetime.timedelta(hours=tzPlot)
1068
1078
 
1069
- # if(envelop and not("Ref Name" in plotDict["General Parameters"])):
1070
- # refName = "Catchment 1"
1071
- # else:
1072
- # refName = plotDict["General Parameters"]["Ref Name"]
1079
+ #******************************************************
1080
+ #FIXME : is it correct ??
1081
+ if(envelop and not("Ref Name" in plotDict["General Parameters"])):
1082
+ refName = "Catchment 1"
1083
+ else:
1084
+ refName = plotDict["General Parameters"]["Ref Name"]
1085
+ #******************************************************
1073
1086
 
1074
1087
  if(not("Add Table" in plotDict["General Parameters"])):
1075
1088
  addTable = False
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import datetime # module which contains objects treating dates
2
12
  from ..PyParams import key_Param
3
13
 
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  from pathlib import Path
2
12
  import numpy as np
3
13
  from matplotlib.figure import Figure
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  from os import times,path
2
12
  import sys
3
13
  from textwrap import dedent
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import sys
2
12
  import numpy as np
3
13
  import matplotlib.pyplot as plt
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import os
2
12
  from scipy.interpolate import interpolate
3
13
  from scipy.spatial import KDTree
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import sys
2
12
  import csv
3
13
  import math
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import sys
2
12
  import numpy as np
3
13
  import csv
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  # Constants defined for the postProcessHydology procedures
2
12
  from ..PyTranslate import _
3
13
 
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  from . import constant as cst
2
12
  # Constants representing the exchanges - Fortran
3
13
 
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import sys # module to stop the program when an error is encountered
2
12
  import numpy as np
3
13
  import math
@@ -1,4 +1,14 @@
1
1
 
2
+ """
3
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
4
+ Date: 2024
5
+
6
+ Copyright (c) 2024 University of Liege. All rights reserved.
7
+
8
+ This script and its content are protected by copyright law. Unauthorized
9
+ copying or distribution of this file, via any medium, is strictly prohibited.
10
+ """
11
+
2
12
  from os import path
3
13
 
4
14
  #from ..color_constants import *
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import numpy as np
2
12
  import matplotlib.pyplot as plt
3
13
  from matplotlib.dates import DayLocator, HourLocator, DateFormatter, drange, MicrosecondLocator, num2date
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import numpy as np
2
12
  import os
3
13
  import logging
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  from os import path
2
12
  import matplotlib.pyplot as plt
3
13
  import numpy.ma as ma
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau, Christophe Dessers
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  import sys
2
12
  import numpy as np
3
13
  import matplotlib.pyplot as plt
@@ -1,3 +1,13 @@
1
+ """
2
+ Author: HECE - University of Liege, Pierre Archambeau
3
+ Date: 2024
4
+
5
+ Copyright (c) 2024 University of Liege. All rights reserved.
6
+
7
+ This script and its content are protected by copyright law. Unauthorized
8
+ copying or distribution of this file, via any medium, is strictly prohibited.
9
+ """
10
+
1
11
  from datetime import datetime, timedelta
2
12
  from zoneinfo import ZoneInfo
3
13
  import requests