Releases
v0.24.0
Added
scenes.DLTile.assign(pad=...) method added to ease creation of a tile in all ways indentical except for the padding.
Changed
The parameter nbits has been deprecated for catalog bands.
Workflows (channel v0-6) - Added
New interactive map, with GUI controls for multiple layers, scaling, and colormaps.
Colormaps for single-band images.
Map interface displays errors that occur while the backend is rendering images.
ImageCollection compositing no longer changes band names (red does not become red_mean, for example).
.clip() and .scale() methods for Image/ImageCollection.
Support specifying raster resampler method.
Support specifying raster processing level: toa (top-of-atmosphere) or surface [surface reflectance).
No more tiles 400s for missing data; missing/masked pixels can optionally be filled with a checkerboard pattern.
Workflows - Changed
Workflows Image.concat renamed Image.concat_bands.
Data are left in data_range values if physical_range is not set, instead of scaling to the range 0..1.
Selecting the same band name twice (img.pick_bands("vv vv")) properly raises an error.
Reduced DeprecationWarnings in Python 3.7.
You can’t perform that action at this time.