derickongeri / shoreline_extractor

A QGIS plugin for automatic extraction of shorelines and detection of shoreline changes
0 stars 1 forks source link

python error #11

Open justinsanda opened 5 months ago

justinsanda commented 5 months ago

ValueError: data must be a string, ee.FeatureCollection, ee.Feature, or ee.Geometry. Traceback (most recent call last): File "C:\Users/LENOVO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\shoreline_extractor\shoreline_extractor.py", line 264, in process extract_SAR_Shoreline(self.dlg) File "C:\Users/LENOVO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\shoreline_extractor\SAR_Shoreline_Extractor.py", line 82, in extract_SAR_Shoreline grid = geemap.fishnet(roi, h_interval=0.05, v_interval=0.05, delta=1) File "C:\Users\LENOVO\AppData\Roaming\Python\Python39\site-packages\geemap\common.py", line 7969, in fishnet raise ValueError( ValueError: data must be a string, ee.FeatureCollection, ee.Feature, or ee.Geometry.

JCAELA commented 5 months ago

error I have the same issue.