Skip to content

Releases: JoshuaBillson/RemoteSensingToolbox.jl

v0.3.0

18 Jan 10:19
Compare
Choose a tag to compare

RemoteSensingToolbox v0.3.0

Diff since v0.2.0

Version 0.3.0 represents a significant change to previous versions. In particular, we introduce the following:

  1. Major overhaul of the API to provide a consistent user experience.
  2. Satellite types are now provided by the external SatelliteDataSources package.
  3. Satellite types are always the first argument of a method.
  4. read_bands has been replaced by Raster and RasterStack constructors.
  5. We no longer use type dispatch for visualizing band combinations. This feature is now provided by the distinct true_color, agriculture, geology, color_infrared, and swir methods.
  6. PCA and MNF transformations now work on matrices of spectral signatures.
  7. New utility functions, including table, sample, statistics, apply_masks, apply_masks!, and from_table.
  8. Land cover indices can be read directly from disk via the SatelliteDataSources interface.
  9. ArchGDAL no longer needs to be explicitly imported.

v0.2.0

18 Aug 07:00
ff6c1e8
Compare
Choose a tag to compare

RemoteSensingToolbox v0.2.0

Diff since v0.1.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

04 Aug 22:29
Compare
Choose a tag to compare

RemoteSensingToolbox v0.1.0

Diff since v0.0.1

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

26 May 20:45
Compare
Choose a tag to compare

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])