Rsgislib Versions Save

Remote Sensing and GIS Software Library; python module tools for processing spatial data.

5.1.1

4 months ago

What's Changed

Full Changelog: https://github.com/remotesensinginfo/rsgislib/compare/5.1.0...5.1.1

5.1.0

4 months ago

5.0.13

1 year ago

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: https://github.com/remotesensinginfo/rsgislib/compare/5.0.12...5.0.13

5.0.12

1 year ago

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 https://github.com/remotesensinginfo/rsgislib/pull/59
  • Refactor .deb build scripts and build separate python packages by @maxfenv in https://github.com/remotesensinginfo/rsgislib/pull/62

Full Changelog: https://github.com/remotesensinginfo/rsgislib/compare/5.0.11...5.0.12