pydra-core 0.0.3__py2.py3-none-any.whl → 0.0.4__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
pydra_core/__init__.py
CHANGED
@@ -305,9 +305,9 @@ class Settings:
|
|
305
305
|
# Set sea level points
|
306
306
|
subsystem = np.array(
|
307
307
|
[
|
308
|
-
"Zeewaterstand
|
309
|
-
"Zeewaterstand
|
310
|
-
"Zeewaterstand
|
308
|
+
"Zeewaterstand/Vlissingen/CondPovVlissingen_12u_zichtjaar2017_metOnzHeid.txt",
|
309
|
+
"Zeewaterstand/Hansweert/CondPovHansweert_12u_zichtjaar2017_metOnzHeid.txt",
|
310
|
+
"Zeewaterstand/Vlissingen virtueel/CondPovVlissingen-Additional_12u_zichtjaar2017_metOnzHeid.txt",
|
311
311
|
]
|
312
312
|
)
|
313
313
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pydra_core
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.4
|
4
4
|
Summary: Python package for calculating hydraulic loads
|
5
5
|
Project-URL: Documentation, https://hkv-products-services.github.io/pydra_core/
|
6
6
|
Project-URL: Source, https://github.com/HKV-products-services/pydra_core
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pydra_core/__init__.py,sha256=
|
1
|
+
pydra_core/__init__.py,sha256=U3MhzKdVGtJWIwtpLzbFzfsjSPSrmiMi6orw_bb856I,803
|
2
2
|
pydra_core/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
pydra_core/common/common.py,sha256=EOLxaMvTCinKPgYTSF-R-uyV-WF2qRnndVz6Y3TRQIw,2901
|
4
4
|
pydra_core/common/enum.py,sha256=nTdMUWBNbFdunMMSWVLMFKE6lMLviqoN9ihUC8fxq0g,1518
|
@@ -387,7 +387,7 @@ pydra_core/location/profile/lib/__init__.py,sha256=zgFriJljVxsE3jBTysMGXpOxkLPOc
|
|
387
387
|
pydra_core/location/profile/lib/dllDikesOvertopping.dll,sha256=rEWPYOxCtE1o_UV2ZPKo6FJkoW-rTQbao4O_E4waUYw,1170680
|
388
388
|
pydra_core/location/profile/lib/feedbackDLL.dll,sha256=rPKyy71RenyX7BcQVPiSNGbmtXj1yJvoHMmIeawYcaU,2169592
|
389
389
|
pydra_core/location/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
390
|
-
pydra_core/location/settings/settings.py,sha256=
|
391
|
-
pydra_core-0.0.
|
392
|
-
pydra_core-0.0.
|
393
|
-
pydra_core-0.0.
|
390
|
+
pydra_core/location/settings/settings.py,sha256=tm0XmfbXC8MRCUt8BI02cqEFPsgylb8eJOLksy3X4K4,13475
|
391
|
+
pydra_core-0.0.4.dist-info/METADATA,sha256=DfN4hdHw2SofNrgjLyTARmlKS2qXE_xmUrQtnl9X3vU,1831
|
392
|
+
pydra_core-0.0.4.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
393
|
+
pydra_core-0.0.4.dist-info/RECORD,,
|
File without changes
|