Remote Sensing Processor 0.2.2
This update reworks semantic segmentation functions and improves processing speed and stability
- Now uses
xarray,daskandrioxarrayinstead ofnumpyandrasterio - Now stores tiles in zarr containers instead of hdf5
- Syntax, inputs and outputs of all
segmentationfunctions are reworked - Custom
kwargscan be used when initialising models - Augmentations can be applied while training with
augmentarg - Dataset size can be increased by repeating it n times while training with
repeatarg - Raster histograms now can be matched while creating mosaic using
match_histarg - Specific value in a raster can be replaced using
replace_valuefunction - Nodata value in a raster can be replaced using
replace_nodatafunction - Vector file can be rasterized using
rasterizefunction - Sentinel2 now can be upscaled using resampling algorithm.
superresarg is renamed toupscale,resamplearg added - Sentinel2 now can be normalized using
normalizearg - Landsat thermal bands now can be normalized using
normalize_targ clipperargument is renamed toclipprojectionargument is renamed tocrs