wolfhece 2.2.10__py3-none-any.whl → 2.2.12__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.
- wolfhece/apps/version.py +1 -1
- wolfhece/lazviewer/viewer/viewer.py +14 -5
- {wolfhece-2.2.10.dist-info → wolfhece-2.2.12.dist-info}/METADATA +2 -2
- {wolfhece-2.2.10.dist-info → wolfhece-2.2.12.dist-info}/RECORD +7 -11
- wolfhece-2.3.0.dist-info/METADATA +0 -90
- wolfhece-2.3.0.dist-info/WHEEL +0 -5
- wolfhece-2.3.0.dist-info/entry_points.txt +0 -17
- wolfhece-2.3.0.dist-info/top_level.txt +0 -1
- {wolfhece-2.2.10.dist-info → wolfhece-2.2.12.dist-info}/WHEEL +0 -0
- {wolfhece-2.2.10.dist-info → wolfhece-2.2.12.dist-info}/entry_points.txt +0 -0
- {wolfhece-2.2.10.dist-info → wolfhece-2.2.12.dist-info}/top_level.txt +0 -0
wolfhece/apps/version.py
CHANGED
@@ -3,6 +3,7 @@ import struct
|
|
3
3
|
import socket
|
4
4
|
import numpy
|
5
5
|
import os
|
6
|
+
import sys
|
6
7
|
import inspect
|
7
8
|
import warnings
|
8
9
|
|
@@ -58,11 +59,19 @@ class viewer:
|
|
58
59
|
env["PATH"] = _viewer_dir + os.pathsep + _viewer_libs_dir + os.pathsep + env["PATH"]
|
59
60
|
# print(env["PATH"])
|
60
61
|
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
62
|
+
# If python 3.10, choose viewer_310
|
63
|
+
if sys.version_info.major == 3 and sys.version_info.minor == 10:
|
64
|
+
self._process = subprocess.Popen([os.path.join(_viewer_dir, 'viewer_310'),
|
65
|
+
str(s.getsockname()[1])],
|
66
|
+
stdout=subprocess.PIPE,
|
67
|
+
stderr=(None if debug else subprocess.PIPE),
|
68
|
+
env = env)
|
69
|
+
elif sys.version_info.major == 3 and sys.version_info.minor == 11:
|
70
|
+
self._process = subprocess.Popen([os.path.join(_viewer_dir, 'viewer'),
|
71
|
+
str(s.getsockname()[1])],
|
72
|
+
stdout=subprocess.PIPE,
|
73
|
+
stderr=(None if debug else subprocess.PIPE),
|
74
|
+
env = env)
|
66
75
|
if debug:
|
67
76
|
print ('Started viewer process: %s' \
|
68
77
|
% os.path.join(_viewer_dir, 'viewer'))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: wolfhece
|
3
|
-
Version: 2.2.
|
3
|
+
Version: 2.2.12
|
4
4
|
Author-email: Pierre Archambeau <pierre.archambeau@uliege.be>
|
5
5
|
Project-URL: Homepage, https://uee.uliege.be/hece
|
6
6
|
Project-URL: Issues, https://uee.uliege.be/hece
|
@@ -9,7 +9,7 @@ Classifier: Operating System :: Microsoft :: Windows :: Windows 10
|
|
9
9
|
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
|
10
10
|
Classifier: Operating System :: POSIX :: Linux
|
11
11
|
Classifier: Topic :: Scientific/Engineering :: Physics
|
12
|
-
Requires-Python: <3.12,>=3.
|
12
|
+
Requires-Python: <3.12,>=3.10
|
13
13
|
Description-Content-Type: text/markdown
|
14
14
|
Requires-Dist: wxpython==4.2.*
|
15
15
|
Requires-Dist: pyogrio
|
@@ -86,7 +86,7 @@ wolfhece/apps/curvedigitizer.py,sha256=lEJJwgAfulrrWQc-U6ij6sj59hWN3SZl4Yu1kQxVz
|
|
86
86
|
wolfhece/apps/hydrometry.py,sha256=lhhJsFeb4zGL4bNQTs0co85OQ_6ssL1Oy0OUJCzhfYE,656
|
87
87
|
wolfhece/apps/isocurrent.py,sha256=dagmGR8ja9QQ1gwz_8fU-N052hIw-W0mWGVkzLu6C7I,4247
|
88
88
|
wolfhece/apps/splashscreen.py,sha256=eCPAUYscZPWDYKBHDBWum_VIcE7WXOCBe1GLHL3KUmU,3088
|
89
|
-
wolfhece/apps/version.py,sha256=
|
89
|
+
wolfhece/apps/version.py,sha256=luV4V9THBhmZC1KAWux-x9v5B5aWzurU4u76YWBhlOo,388
|
90
90
|
wolfhece/apps/wolf.py,sha256=j_CgvsL8rwixbVvVD5Z0s7m7cHZ86gmFLojKGuetMls,729
|
91
91
|
wolfhece/apps/wolf2D.py,sha256=4z_OPQ3IgaLtjexjMKX9ppvqEYyjFLt1hcfFABy3-jU,703
|
92
92
|
wolfhece/apps/wolf_logo.bmp,sha256=ruJ4MA51CpGO_AYUp_dB4SWKHelvhOvd7Q8NrVOjDJk,3126
|
@@ -197,7 +197,7 @@ wolfhece/lazviewer/vfuncsdir/vfuncs.cp39-win_amd64.pyd,sha256=MzAEyrgnqja-FjHGtL
|
|
197
197
|
wolfhece/lazviewer/viewer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
198
198
|
wolfhece/lazviewer/viewer/qt.conf,sha256=uzoy7MmKYo_uTrNsfMuQ84LgBI5pVOeWXK_rXYMjsXI,37
|
199
199
|
wolfhece/lazviewer/viewer/viewer.exe,sha256=3G2EVR_zecWyFqV4AvOIW_5A8OMb3LDwAKTYFjJwFaU,177152
|
200
|
-
wolfhece/lazviewer/viewer/viewer.py,sha256=
|
200
|
+
wolfhece/lazviewer/viewer/viewer.py,sha256=CGxgx-ra_ZXaNspYB7fuH10RuoHSjEQvVakKb2o52kA,25912
|
201
201
|
wolfhece/lazviewer/viewer/viewer_310.exe,sha256=jRy4FhrTa7yN0Cp5dBvCGAL_oBOCqMYbu-dSB9NojAM,177152
|
202
202
|
wolfhece/lazviewer/viewer/viewer_np1_23_5.exe,sha256=pF5nwE8vMWlEzkk-SOekae9zpOsPhTWhZbqaJntumJc,202240
|
203
203
|
wolfhece/libs/MSVCP140.dll,sha256=2GrBWBI6JFuSdZLIDMAg_qKcjErdwURGbEYloAypx3o,565640
|
@@ -322,12 +322,8 @@ wolfhece/ui/wolf_multiselection_collapsiblepane.py,sha256=8PlMYrb_8jI8h9F0_EagpM
|
|
322
322
|
wolfhece/ui/wolf_times_selection_comparison_models.py,sha256=ORy7fz4dcp691qKzaOZHrRLZ0uXNhL-LIHxmpDGL6BI,5007
|
323
323
|
wolfhece/wintab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
324
324
|
wolfhece/wintab/wintab.py,sha256=8A-JNONV6ujgsgG3lM5Uw-pVgglPATwKs86oBzzljoc,7179
|
325
|
-
wolfhece-2.2.
|
326
|
-
wolfhece-2.2.
|
327
|
-
wolfhece-2.2.
|
328
|
-
wolfhece-2.2.
|
329
|
-
wolfhece-2.
|
330
|
-
wolfhece-2.3.0.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
331
|
-
wolfhece-2.3.0.dist-info/entry_points.txt,sha256=ZZ-aSfbpdcmo-wo84lRFzBN7LaSnD1XRGSaAKVX-Gpc,522
|
332
|
-
wolfhece-2.3.0.dist-info/top_level.txt,sha256=EfqZXMVCn7eILUzx9xsEu2oBbSo9liWPFWjIHik0iCI,9
|
333
|
-
wolfhece-2.2.10.dist-info/RECORD,,
|
325
|
+
wolfhece-2.2.12.dist-info/METADATA,sha256=vQB6g9pzBi79zuGCJl4lcbxF6yShSKhCVkhW18_d2X0,2752
|
326
|
+
wolfhece-2.2.12.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
327
|
+
wolfhece-2.2.12.dist-info/entry_points.txt,sha256=ZZ-aSfbpdcmo-wo84lRFzBN7LaSnD1XRGSaAKVX-Gpc,522
|
328
|
+
wolfhece-2.2.12.dist-info/top_level.txt,sha256=EfqZXMVCn7eILUzx9xsEu2oBbSo9liWPFWjIHik0iCI,9
|
329
|
+
wolfhece-2.2.12.dist-info/RECORD,,
|
@@ -1,90 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: wolfhece
|
3
|
-
Version: 2.3.0
|
4
|
-
Author-email: Pierre Archambeau <pierre.archambeau@uliege.be>
|
5
|
-
Project-URL: Homepage, https://uee.uliege.be/hece
|
6
|
-
Project-URL: Issues, https://uee.uliege.be/hece
|
7
|
-
Classifier: Programming Language :: Python :: 3.10
|
8
|
-
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
|
9
|
-
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
|
10
|
-
Classifier: Operating System :: POSIX :: Linux
|
11
|
-
Classifier: Topic :: Scientific/Engineering :: Physics
|
12
|
-
Requires-Python: <3.12,>=3.11
|
13
|
-
Description-Content-Type: text/markdown
|
14
|
-
Requires-Dist: wxpython==4.2.*
|
15
|
-
Requires-Dist: pyogrio
|
16
|
-
Requires-Dist: fiona
|
17
|
-
Requires-Dist: msvc-runtime
|
18
|
-
Requires-Dist: colorlog==6.7.*
|
19
|
-
Requires-Dist: intel-fortran-rt
|
20
|
-
Requires-Dist: scikit-learn
|
21
|
-
Requires-Dist: cryptography
|
22
|
-
Requires-Dist: jax==0.5.3
|
23
|
-
Requires-Dist: triangle
|
24
|
-
Requires-Dist: numpy==2.1.*
|
25
|
-
Requires-Dist: pyopengl==3.1.*
|
26
|
-
Requires-Dist: pandas
|
27
|
-
Requires-Dist: geopandas
|
28
|
-
Requires-Dist: scipy
|
29
|
-
Requires-Dist: owslib
|
30
|
-
Requires-Dist: pillow
|
31
|
-
Requires-Dist: cython
|
32
|
-
Requires-Dist: pyproj
|
33
|
-
Requires-Dist: dbfread
|
34
|
-
Requires-Dist: graphviz
|
35
|
-
Requires-Dist: owslib
|
36
|
-
Requires-Dist: beautifulsoup4
|
37
|
-
Requires-Dist: requests
|
38
|
-
Requires-Dist: matplotlib==3.10.*
|
39
|
-
Requires-Dist: mkl
|
40
|
-
Requires-Dist: python-gettext
|
41
|
-
Requires-Dist: shapely==2.1.*
|
42
|
-
Requires-Dist: openpyxl
|
43
|
-
Requires-Dist: xlrd
|
44
|
-
Requires-Dist: openkmi
|
45
|
-
Requires-Dist: lxml
|
46
|
-
Requires-Dist: laspy
|
47
|
-
Requires-Dist: laszip
|
48
|
-
Requires-Dist: sympy
|
49
|
-
Requires-Dist: python-pptx
|
50
|
-
Requires-Dist: python-docx
|
51
|
-
Requires-Dist: pygltflib
|
52
|
-
Requires-Dist: ezdxf
|
53
|
-
Requires-Dist: pyvista
|
54
|
-
Requires-Dist: tqdm==4.67.*
|
55
|
-
Requires-Dist: tifffile
|
56
|
-
Requires-Dist: numba==0.61.*
|
57
|
-
Requires-Dist: xmltodict
|
58
|
-
Requires-Dist: opencv-python
|
59
|
-
Requires-Dist: xarray
|
60
|
-
Requires-Dist: rasterio==1.4.3
|
61
|
-
Requires-Dist: h5py
|
62
|
-
Requires-Dist: exif
|
63
|
-
Requires-Dist: pyglm
|
64
|
-
Requires-Dist: mqtt
|
65
|
-
Requires-Dist: wradlib
|
66
|
-
Requires-Dist: seaborn
|
67
|
-
Requires-Dist: autograd
|
68
|
-
Requires-Dist: plyfile
|
69
|
-
Requires-Dist: tabulate
|
70
|
-
Requires-Dist: ipympl
|
71
|
-
Requires-Dist: contextily
|
72
|
-
Requires-Dist: pefile
|
73
|
-
Requires-Dist: wolfpydike
|
74
|
-
|
75
|
-
Ce paquet contient l'interface graphique Python du logiciel WOLF (HECE - ULiège) de même que plusieurs outils de traitements topographique, hydraulique et hydrologique.
|
76
|
-
|
77
|
-
Les codes de calcul ne sont pas contenus dans ce paquet.
|
78
|
-
|
79
|
-
Version 2.1.x compatible Numpy 1.23.5
|
80
|
-
Version 2.2.x compatible Numpy 2.1.3
|
81
|
-
|
82
|
-
--
|
83
|
-
|
84
|
-
|
85
|
-
This package contains the Python graphical interface of the WOLF software (HECE - ULiège), as well as several topographic, hydraulic, and hydrological processing tools.
|
86
|
-
|
87
|
-
The numerical codes are not included in this package.
|
88
|
-
|
89
|
-
Version 2.1.x compatible Numpy 1.23.5
|
90
|
-
Version 2.2.x compatible Numpy 2.1.3
|
wolfhece-2.3.0.dist-info/WHEEL
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
[console_scripts]
|
2
|
-
wolf_accept = wolfhece.cli:accept
|
3
|
-
wolf_check = wolfhece.cli:check
|
4
|
-
wolf_gui = wolfhece.cli:wolf
|
5
|
-
wolf_hydrometry = wolfhece.cli:hydrometry
|
6
|
-
wolf_license = wolfhece.cli:license
|
7
|
-
|
8
|
-
[gui_scripts]
|
9
|
-
wolf = wolfhece.cli:wolf
|
10
|
-
wolf2d = wolfhece.cli:wolf2d
|
11
|
-
wolfaccept = wolfhece.cli:acceptability_gui
|
12
|
-
wolfcompare = wolfhece.cli:compare
|
13
|
-
wolfdigitizer = wolfhece.cli:digitizer
|
14
|
-
wolfhydro = wolfhece.cli:hydro
|
15
|
-
wolfhydrometry = wolfhece.cli:hydrometry
|
16
|
-
wolfoptimhydro = wolfhece.cli:optihydro
|
17
|
-
wolfparam = wolfhece.cli:params
|
@@ -1 +0,0 @@
|
|
1
|
-
wolfhece
|
File without changes
|
File without changes
|
File without changes
|