RemoteSensingToolbox v0.3.0
Version 0.3.0 represents a significant change to previous versions. In particular, we introduce the following:
- Major overhaul of the API to provide a consistent user experience.
- Satellite types are now provided by the external SatelliteDataSources package.
- Satellite types are always the first argument of a method.
read_bands
has been replaced byRaster
andRasterStack
constructors.- We no longer use type dispatch for visualizing band combinations. This feature is now provided by the distinct
true_color
,agriculture
,geology
,color_infrared
, andswir
methods. - PCA and MNF transformations now work on matrices of spectral signatures.
- New utility functions, including
table
,sample
,statistics
,apply_masks
,apply_masks!
, andfrom_table
. - Land cover indices can be read directly from disk via the SatelliteDataSources interface.
- ArchGDAL no longer needs to be explicitly imported.