Hisschao

Results 2 issues of Hisschao

sat_name = 's1' path = "D:/" + sat_name if not os.path.exists(path): os.makedirs(path) for index, row in tqdm(gdf.iterrows(), total=gdf.shape[0]): df1 = gee_subset.gee_subset(product="COPERNICUS/S1_GRD", bands=["VV", "VH"], # instrument="IW", orbit="ASCENDING", start_date="2023-05-01", end_date="2023-06-30", latitude=row['Latitude'], longitude=row['Longitude'],...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Are you using the latest Zotero and the latest plugin? - [X] I...

bug