Examples
Here are some jupyter notebook examples showing how to use the icecube library to read and write GRD and SLC datacubes.
For the v0 (this version) of the library, the images must be coregistered and have the same shape.
1. SAR Datacube Input / Output
This example shows how to handle I/O through GRDDatacube.build() and SLCDatacube.build()
3 . Labels
This example shows how to create a datacube of training labels
4 . Datacube Core Class
This example shows the Datacube class to process icecubes
5 . Datacube for ML
This example shows how to use the Datacube class in an ML pipeline.