Supervised Classification of Sentinel-1 data#4
Conversation
|
Do we have a general preference on whether notebooks should include their output, or be stripped? https://github.com/pangeo-data/ml-workflow-examples/pull/2/files seems to have included outputs. |
|
@HamedAlemo for my own understanding, this bit
Is the key challenge you're facing with scaling this workflow right now? Any others I'm missing? |
|
Yes, I should have included the outputs. I'll update them. Correct, the main challenge is the read the source geotiff, and then write everything as numpy, and then read them again for training. One practical hurdle is the location of input data for orthorectified Sentinel-1 data. In this case I have used Google Earth Engine to extract the data and save them as GeoTiff. After that I use the codes here to process the data, generate training pairs (image+label) and then train the model. |
|
Any reason this has not been merged yet? |
This a test code to use Sentinel-1 data (already available as GeoTiff file for the area of interest) along with labels from Global Forest Watch (available in another GeoTiff) for
forest/no forestclassification.