wolfhece 2.1.49__py3-none-any.whl → 2.1.50__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/PyVertex.py +10 -8
- wolfhece/apps/version.py +1 -1
- {wolfhece-2.1.49.dist-info → wolfhece-2.1.50.dist-info}/METADATA +1 -1
- {wolfhece-2.1.49.dist-info → wolfhece-2.1.50.dist-info}/RECORD +7 -7
- {wolfhece-2.1.49.dist-info → wolfhece-2.1.50.dist-info}/WHEEL +0 -0
- {wolfhece-2.1.49.dist-info → wolfhece-2.1.50.dist-info}/entry_points.txt +0 -0
- {wolfhece-2.1.49.dist-info → wolfhece-2.1.50.dist-info}/top_level.txt +0 -0
wolfhece/PyVertex.py
CHANGED
@@ -750,7 +750,7 @@ class cloud_vertices(Element_To_Draw):
|
|
750
750
|
import geopandas as gpd
|
751
751
|
|
752
752
|
# read data
|
753
|
-
gdf = gpd.read_file(fn, bbox=bbox)
|
753
|
+
gdf:gpd.GeoDataFrame = gpd.read_file(fn, bbox=bbox)
|
754
754
|
|
755
755
|
# Bouclage sur les éléments du Shapefile
|
756
756
|
if targetcolumn in gdf.columns:
|
@@ -768,15 +768,17 @@ class cloud_vertices(Element_To_Draw):
|
|
768
768
|
|
769
769
|
elif 'geometry' in gdf.columns:
|
770
770
|
|
771
|
-
|
772
|
-
|
771
|
+
try:
|
772
|
+
for k, (xx,yy) in enumerate(zip(gdf.get_coordinates()['x'], gdf.get_coordinates()['y'])):
|
773
773
|
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
curdict['vertex'] = curvert
|
778
|
-
k += 1
|
774
|
+
curvert = wolfvertex(xx, yy)
|
775
|
+
curdict = self.myvertices[k] = {}
|
776
|
+
curdict['vertex'] = curvert
|
779
777
|
|
778
|
+
except Exception as e:
|
779
|
+
logging.error(_('Geometry not found (MultiPoint or Point) -- Please check your shapefile : ')+fn)
|
780
|
+
logging.error(e)
|
781
|
+
return
|
780
782
|
|
781
783
|
else:
|
782
784
|
|
wolfhece/apps/version.py
CHANGED
@@ -15,7 +15,7 @@ wolfhece/PyPalette.py,sha256=5TvXF5wWDxP4e70zO9B0UMgVP9c0oAzerM28aoJ1CTg,27982
|
|
15
15
|
wolfhece/PyParams.py,sha256=wwgmP-_7wiiPLTcyX8a5jR6FyC1D2c4oBPc1VWQqtSA,97383
|
16
16
|
wolfhece/PyPictures.py,sha256=m1kY0saW6Y9Q0bDCo47lW6XxDkBrbQG-Fd8uVn8G5ic,2514
|
17
17
|
wolfhece/PyTranslate.py,sha256=4appkmNeHHZLFmUtaA_k5_5QL-5ymxnbVN4R2OblmtE,622
|
18
|
-
wolfhece/PyVertex.py,sha256=
|
18
|
+
wolfhece/PyVertex.py,sha256=MtZVjIWIi62QX_oqNosb56xPgjhOGVeGz-XsD82tsNg,40614
|
19
19
|
wolfhece/PyVertexvectors.py,sha256=KMXJB_zFi54I73jk_fGtSTxqTQhnCwngeEjJyLdgGDo,235914
|
20
20
|
wolfhece/PyWMS.py,sha256=fyyzm2HFwq8aRwVYHKiBatcZOeKnFi6DWhv4nfscySQ,4602
|
21
21
|
wolfhece/RatingCurve.py,sha256=bUjIrQjvIjkD4V-z8bZmA6pe1ILtYNM0-3fT6YUY1RU,22498
|
@@ -72,7 +72,7 @@ wolfhece/apps/check_install.py,sha256=SG024u18G7VRLKynbp7DKD1jImtHwuWwN4bJWHm-YH
|
|
72
72
|
wolfhece/apps/curvedigitizer.py,sha256=_hRR2PWow7PU7rTHIbc6ykZ08tCXcK9uy7RFrb4EKkE,5196
|
73
73
|
wolfhece/apps/isocurrent.py,sha256=MuwTodHxdc6PrqNpphR2ntYf1NLL2n9klTPndGrOHDQ,4109
|
74
74
|
wolfhece/apps/splashscreen.py,sha256=SrustmIQeXnsiD-92OzjdGhBi-S7c_j-cSvuX4T6rtg,2929
|
75
|
-
wolfhece/apps/version.py,sha256=
|
75
|
+
wolfhece/apps/version.py,sha256=3OLK8XkmHW4Hi1ttOxzIDZZILVtXKvYakGuhqG-0N4U,388
|
76
76
|
wolfhece/apps/wolf.py,sha256=mM6Tyi4DlKQILmO49cDUCip9fYVy-hLXkY3YhZgIeUQ,591
|
77
77
|
wolfhece/apps/wolf2D.py,sha256=yPQGee7fsegoQ8GfWKrWEjX1Az_ApL-UWlBiqPvaIyY,565
|
78
78
|
wolfhece/apps/wolf_logo.bmp,sha256=ruJ4MA51CpGO_AYUp_dB4SWKHelvhOvd7Q8NrVOjDJk,3126
|
@@ -278,8 +278,8 @@ wolfhece/ui/wolf_multiselection_collapsiblepane.py,sha256=8PlMYrb_8jI8h9F0_EagpM
|
|
278
278
|
wolfhece/ui/wolf_times_selection_comparison_models.py,sha256=ORy7fz4dcp691qKzaOZHrRLZ0uXNhL-LIHxmpDGL6BI,5007
|
279
279
|
wolfhece/wintab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
280
280
|
wolfhece/wintab/wintab.py,sha256=8A-JNONV6ujgsgG3lM5Uw-pVgglPATwKs86oBzzljoc,7179
|
281
|
-
wolfhece-2.1.
|
282
|
-
wolfhece-2.1.
|
283
|
-
wolfhece-2.1.
|
284
|
-
wolfhece-2.1.
|
285
|
-
wolfhece-2.1.
|
281
|
+
wolfhece-2.1.50.dist-info/METADATA,sha256=hDyP3-DlayT9vmBCHDj-deR_EczWlyXfofxjPknApok,2548
|
282
|
+
wolfhece-2.1.50.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
283
|
+
wolfhece-2.1.50.dist-info/entry_points.txt,sha256=Q5JuIWV4odeIJI3qc6fV9MwRoz0ezqPVlFC1Ppm_vdQ,395
|
284
|
+
wolfhece-2.1.50.dist-info/top_level.txt,sha256=EfqZXMVCn7eILUzx9xsEu2oBbSo9liWPFWjIHik0iCI,9
|
285
|
+
wolfhece-2.1.50.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|