hydxlib 1.7.5__tar.gz → 1.7.6.dev0__tar.gz
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.
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/CHANGES.rst +6 -0
- {hydxlib-1.7.5/hydxlib.egg-info → hydxlib-1.7.6.dev0}/PKG-INFO +8 -2
- hydxlib-1.7.6.dev0/hydxlib/__init__.py +3 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_threedi.py +1 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/threedi.py +1 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0/hydxlib.egg-info}/PKG-INFO +8 -2
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/requires.txt +1 -1
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/setup.py +1 -1
- hydxlib-1.7.5/hydxlib/__init__.py +0 -3
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/LICENSE +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/MANIFEST.in +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/README.rst +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/exporter.py +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/hydx.py +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/importer.py +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/scripts.py +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/__init__.py +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/conftest.py +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_exporter.py +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_hydx.py +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_importer.py +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib/tests/test_scripts.py +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/SOURCES.txt +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/dependency_links.txt +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/entry_points.txt +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/not-zip-safe +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/hydxlib.egg-info/top_level.txt +0 -0
- {hydxlib-1.7.5 → hydxlib-1.7.6.dev0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hydxlib
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.6.dev0
|
|
4
4
|
Summary: Importer and Exporter for GWSW
|
|
5
5
|
Home-page: https://github.com/nens/hydxlib
|
|
6
6
|
Author: Nelen & Schuurmans
|
|
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python
|
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: sqlalchemy
|
|
13
|
-
Requires-Dist: threedi-schema>=0.
|
|
13
|
+
Requires-Dist: threedi-schema>=0.301
|
|
14
14
|
Requires-Dist: pyproj>=3
|
|
15
15
|
Requires-Dist: geoalchemy2[shapely]
|
|
16
16
|
Provides-Extra: test
|
|
@@ -104,6 +104,12 @@ install `pre-commit`::
|
|
|
104
104
|
Changelog of hydxlib
|
|
105
105
|
===================================================
|
|
106
106
|
|
|
107
|
+
1.7.6 (unreleased)
|
|
108
|
+
------------------
|
|
109
|
+
|
|
110
|
+
- Support discharge_capacity import
|
|
111
|
+
|
|
112
|
+
|
|
107
113
|
1.7.5 (2026-04-10)
|
|
108
114
|
------------------
|
|
109
115
|
|
|
@@ -539,6 +539,7 @@ class Threedi:
|
|
|
539
539
|
"sewerage": True,
|
|
540
540
|
"crest_type": CrestType.SHORT_CRESTED.value,
|
|
541
541
|
"crest_level": hydx_structure.niveaubinnenonderkantprofiel,
|
|
542
|
+
"discharge_capacity": hydx_structure.maximalecapaciteitdoorlaat,
|
|
542
543
|
}
|
|
543
544
|
|
|
544
545
|
self.orifices.append(orifice)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hydxlib
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.6.dev0
|
|
4
4
|
Summary: Importer and Exporter for GWSW
|
|
5
5
|
Home-page: https://github.com/nens/hydxlib
|
|
6
6
|
Author: Nelen & Schuurmans
|
|
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python
|
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: sqlalchemy
|
|
13
|
-
Requires-Dist: threedi-schema>=0.
|
|
13
|
+
Requires-Dist: threedi-schema>=0.301
|
|
14
14
|
Requires-Dist: pyproj>=3
|
|
15
15
|
Requires-Dist: geoalchemy2[shapely]
|
|
16
16
|
Provides-Extra: test
|
|
@@ -104,6 +104,12 @@ install `pre-commit`::
|
|
|
104
104
|
Changelog of hydxlib
|
|
105
105
|
===================================================
|
|
106
106
|
|
|
107
|
+
1.7.6 (unreleased)
|
|
108
|
+
------------------
|
|
109
|
+
|
|
110
|
+
- Support discharge_capacity import
|
|
111
|
+
|
|
112
|
+
|
|
107
113
|
1.7.5 (2026-04-10)
|
|
108
114
|
------------------
|
|
109
115
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|