pyopenrivercam 0.9.0__py3-none-any.whl → 0.9.1__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.
- {pyopenrivercam-0.9.0.dist-info → pyopenrivercam-0.9.1.dist-info}/METADATA +5 -2
- {pyopenrivercam-0.9.0.dist-info → pyopenrivercam-0.9.1.dist-info}/RECORD +6 -6
- pyorc/__init__.py +1 -1
- {pyopenrivercam-0.9.0.dist-info → pyopenrivercam-0.9.1.dist-info}/WHEEL +0 -0
- {pyopenrivercam-0.9.0.dist-info → pyopenrivercam-0.9.1.dist-info}/entry_points.txt +0 -0
- {pyopenrivercam-0.9.0.dist-info → pyopenrivercam-0.9.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyopenrivercam
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1
|
|
4
4
|
Summary: pyorc: free and open-source image-based surface velocity and discharge.
|
|
5
5
|
Author-email: Hessel Winsemius <winsemius@rainbowsensing.com>
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -28,9 +28,12 @@ Requires-Dist: geopandas
|
|
|
28
28
|
Requires-Dist: matplotlib
|
|
29
29
|
Requires-Dist: netCDF4
|
|
30
30
|
Requires-Dist: numba>0.56
|
|
31
|
-
Requires-Dist: numpy
|
|
31
|
+
Requires-Dist: numpy==1.26.4; python_version == '3.9'
|
|
32
|
+
Requires-Dist: numpy>=2; python_version >= '3.10'
|
|
32
33
|
Requires-Dist: opencv-python
|
|
33
34
|
Requires-Dist: packaging; platform_machine == 'armv7l'
|
|
35
|
+
Requires-Dist: pillow==9.5.0; python_version == '3.9'
|
|
36
|
+
Requires-Dist: pillow; python_version >= '3.10'
|
|
34
37
|
Requires-Dist: pip
|
|
35
38
|
Requires-Dist: pyproj
|
|
36
39
|
Requires-Dist: pythran; platform_machine == 'armv7l'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pyorc/__init__.py,sha256=
|
|
1
|
+
pyorc/__init__.py,sha256=xEUNlptqQPG7rmdsLoKbE67WfOF1TsCLPi5I3SQgv9U,523
|
|
2
2
|
pyorc/const.py,sha256=Ia0KRkm-E1lJk4NxQVPDIfN38EBB7BKvxmwIHJrGPUY,2597
|
|
3
3
|
pyorc/cv.py,sha256=t2ZR4eyGbiwlIaGHysOheWdaDQuqpWLKjcTiAUzWAR0,50261
|
|
4
4
|
pyorc/helpers.py,sha256=jed0YyywnpvsZS-8mcA7Lfzn9np1MTlmVLE_PDn2QY0,30454
|
|
@@ -26,8 +26,8 @@ pyorc/service/camera_config.py,sha256=OsRLpe5jd-lu6HT4Vx5wEg554CMS-IKz-q62ir4VbP
|
|
|
26
26
|
pyorc/service/velocimetry.py,sha256=bPI1OdN_fi0gZES08mb7yqCS_4I-lKSZ2JvWSGTRD1E,34434
|
|
27
27
|
pyorc/velocimetry/__init__.py,sha256=5oShoMocCalcCZuIsBqlZlqQuKJgDDBUvXQIo-uqFPA,88
|
|
28
28
|
pyorc/velocimetry/ffpiv.py,sha256=92XDgzCW4mEZ5ow82zV0APOhfDc1OVftBjKqYdw1zzc,17494
|
|
29
|
-
pyopenrivercam-0.9.
|
|
30
|
-
pyopenrivercam-0.9.
|
|
31
|
-
pyopenrivercam-0.9.
|
|
32
|
-
pyopenrivercam-0.9.
|
|
33
|
-
pyopenrivercam-0.9.
|
|
29
|
+
pyopenrivercam-0.9.1.dist-info/entry_points.txt,sha256=Cv_WI2Y6QLnPiNCXGli0gS4WAOAeMoprha1rAR3vdRE,44
|
|
30
|
+
pyopenrivercam-0.9.1.dist-info/licenses/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
|
|
31
|
+
pyopenrivercam-0.9.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
32
|
+
pyopenrivercam-0.9.1.dist-info/METADATA,sha256=grSrBhgs9_bH4u-R_J8xHM4bHKiyJwDXOK_kckDN8ng,12566
|
|
33
|
+
pyopenrivercam-0.9.1.dist-info/RECORD,,
|
pyorc/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""pyorc: free and open-source image-based surface velocity and discharge."""
|
|
2
2
|
|
|
3
|
-
__version__ = "0.9.
|
|
3
|
+
__version__ = "0.9.1"
|
|
4
4
|
|
|
5
5
|
from .api import CameraConfig, CrossSection, Frames, Transect, Velocimetry, Video, get_camera_config, load_camera_config # noqa
|
|
6
6
|
from .project import * # noqa
|
|
File without changes
|
|
File without changes
|
|
File without changes
|