Releases: JoshuaBillson/RemoteSensingToolbox.jl
Releases · JoshuaBillson/RemoteSensingToolbox.jl
v0.3.0
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.
v0.2.0
RemoteSensingToolbox v0.2.0
Closed issues:
- Release Version 0.1.0 (#27)
Merged pull requests:
- CompatHelper: add new compat entry for ImageCore at version 0.10, (keep existing compat) (#30) (@github-actions[bot])
- Mnf (#31) (@JoshuaBillson)
- Made CairoMakie an Extension (#32) (@JoshuaBillson)
v0.1.0
RemoteSensingToolbox v0.1.0
Closed issues:
- Release Version 0.0.1 (#11)
Merged pull requests:
- CompatHelper: bump compat for Shapefile to 0.10, (keep existing compat) (#14) (@github-actions[bot])
- Bandset (#22) (@JoshuaBillson)
- CompatHelper: add new compat entry for ReadableRegex at version 0.3, (keep existing compat) (#23) (@github-actions[bot])
- CompatHelper: add new compat entry for Tables at version 1, (keep existing compat) (#24) (@github-actions[bot])
- CompatHelper: add new compat entry for ArchGDAL at version 0.10, (keep existing compat) (#25) (@github-actions[bot])
v0.0.1
RemoteSensingToolbox v0.0.1
Merged pull requests:
- CompatHelper: add new compat entry for Pipe at version 1, (keep existing compat) (#1) (@github-actions[bot])
- CompatHelper: add new compat entry for DocStringExtensions at version 0.9, (keep existing compat) (#2) (@github-actions[bot])
- CompatHelper: add new compat entry for Rasters at version 0.6, (keep existing compat) (#3) (@github-actions[bot])
- CompatHelper: add new compat entry for Images at version 0.25, (keep existing compat) (#4) (@github-actions[bot])
- CompatHelper: add new compat entry for Shapefile at version 0.9, (keep existing compat) (#6) (@github-actions[bot])
- CompatHelper: add new compat entry for CairoMakie at version 0.10, (keep existing compat) (#7) (@github-actions[bot])
- CompatHelper: add new compat entry for DataFrames at version 1, (keep existing compat) (#8) (@github-actions[bot])