esciencecenter-digital-skills / geospatial-python

Introduction to Geospatial Raster and Vector Data with Python
https://esciencecenter-digital-skills.github.io/geospatial-python/
Other
3 stars 0 forks source link

Investigate S2 search with Rhodes polygons #103

Closed rogerkuou closed 1 week ago

rogerkuou commented 4 months ago

For the Dask parallelization episode, we can consider to stich mutiple images together to expand the dataset.

rogerkuou commented 4 months ago

@fnattino FYI this is to help you with the parallelization episodes.

Examples of stiching two images has been uploaded to here: https://github.com/esciencecenter-digital-skills/geospatial-python/tree/103_image_search_with_rhodes_polygons/notebooks

Where another search is done using the polygons of Rhodes instead of a point. We can put this re-search only to parallelization episodes and keep using the original searching results for other episodes.

fnattino commented 1 week ago

Should be addressed in #118