Skip to content

Releases: remotesensinginfo/rsgislib

5.0.16

5.0.15

5.0.14

5.0.13

23 Jan 20:49
Compare
Choose a tag to compare

Some minor updates to mapping functions but the significant update is related to the rsgislib.zonalstats.ext_point_band_values_file function(s). A bug has been fixed, which caused an offset between the points and the image and, therefore the incorrect pixel values to be extracted for the points.

Full Changelog: 5.0.12...5.0.13

5.0.12

23 Dec 08:19
Compare
Choose a tag to compare

What's Changed

A number of changes including:

  • Classification Accuracy statistics have been updated with a couple of significant bug fixes as previous versions mixed up users and producers accuracies. Tests added so won't happen again.
  • A number of new vector functions using geopandas to intersect vector layers to make selections or add attribute information.
  • Further updates and refinements to the mapping functions
  • Update to CMake build when finding gdal library under windows. Note, this means RSGISLib will only build against GDAL 3.6 or higher without editing the CMakeList.txt
  • Added functions for using the CatBoost classifier - further functions will be added in the next release.
  • Added a function to filter the files within the ftp listings db. by @petebunting in #59
  • Refactor .deb build scripts and build separate python packages by @maxfenv in #62

Full Changelog: 5.0.11...5.0.12

5.0.11

28 Sep 07:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.10...5.0.11

5.0.10

13 Jul 11:08
16e31d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.9...5.0.10

5.0.9

13 Jul 09:13
5ba87f6
Compare
Choose a tag to compare

The Main Highlights:

  • New mapping functions for creating good quality mapping figures easily using matplotlib
  • Function for parsing the Landsat Collection 2 QA mask (16bit bit image) to retrieve cloud mask etc.
  • Function for parsing ESA Sentinel-2 Level2a XML header
  • Function for creating stacked output from ESA Sentinel-2 Level2a downloaded SAFE file.
  • Function for creating stacked output from Landsat Collection 2 level 1 download.
  • New StdImgBlockIterBatches class for looping through an image in blocks using batches - expected to be useful for machine learning applications.
  • Function for creating animated GIFs from a set of input images (frames) with an option to resize the input images.

What's Changed

Full Changelog: 5.0.8...5.0.9

5.0.8

19 May 11:41
7f4c054
Compare
Choose a tag to compare

Various bug fixes and improvements but main points are:

  • Update to compositing functions so work with rsgislib v5
  • Functions for querying and downloading data via USGS m2m API and NASA CMR
  • Additional functions for plotting and drawing maps.

Full Changelog: 5.0.7...5.0.8

5.0.7

01 Apr 17:37
Compare
Choose a tag to compare

What's Changed

  • Add function create_wgs84_vector_grid which creates a vector layer wi… by @petebunting in #45

Full Changelog: 5.0.6...5.0.7