A very simple pipeline (demonstrated with notebooks) to go from the CoperinusEMS data to the floodmaps. Simple demo where we complete all the steps required to generate the ground truth for the floodmaps.
Notebook 2 2_generate_floodmaps.ipynb - Sifts through the mess of zip files and extracts the necessary info for the flood metadata; saves as a .pickle file.
Notebook 3: 3_sentinel2_from_gee.ipynb - queries the EE given a floodmap .geojson and saves the S2 image(s) tiff.
Notebook 4: 4_water_mask_ground_truth.ipynb - Loading a floodmap .geojson and S2 .tiff image and displaying the ground truth.
Review Request
@Lkruitwagen could you check the steps and make sure everything is correct? Later we can figure out how to integrate your stuff into what we did (or vice versa). The new GT might be useful for you!
A very simple pipeline (demonstrated with notebooks) to go from the CoperinusEMS data to the floodmaps. Simple demo where we complete all the steps required to generate the ground truth for the floodmaps.
Things to Check
1_scrape_emsr_copernicus.ipynb
- queries the CopernicusEMS for floodevents and saves the.zip
files.2_generate_floodmaps.ipynb
- Sifts through the mess of zip files and extracts the necessary info for the flood metadata; saves as a.pickle
file.3_sentinel2_from_gee.ipynb
- queries the EE given a floodmap.geojson
and saves the S2 image(s)tiff
.4_water_mask_ground_truth.ipynb
- Loading a floodmap.geojson
and S2.tiff
image and displaying the ground truth.Review Request
@Lkruitwagen could you check the steps and make sure everything is correct? Later we can figure out how to integrate your stuff into what we did (or vice versa). The new GT might be useful for you!
Related Issues
46