-
import geemap ee.Initialize() region3_gdf = gpd.read_file("Untitled_layer.geojson") aoi_total_bounds = region3_gdf.total_bounds Map = geemap.Map(center=(center_lat, center_lon), zoom=10) geojson = region3_gdf.geo_interface start_date = '2023-11-01' aod_mean_image = modisaod_filtered.mean().clip(roi) grid_generator1k = grids.SquareGridGenerator(1_000) i want to extract date, time, latitudes, longitudes and Optical_Density_047 values for every cell inside the grid but i am having trouble doing it. please help as it either provides a client side error or query aborts after 5000 elements. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can export the image and then use other third-party libraries to read pixel values. |
Beta Was this translation helpful? Give feedback.
You can export the image and then use other third-party libraries to read pixel values.
https://book.geemap.org/chapters/07_data_export.html