5.1.4
- Added function rsgislib.tools.imagetools.add_pdf_blank_pages to insert blank pages into a PDF file.
- Added function rsgislib.vectorutils.select_feats_str_search to select vector features searching within a string column
- Added more image indices.
- Add option to gdal_translate to set output datatype
- Ensure output pixel datatype from clustering is an int.
- Added functions using pysondb to create database to track the files to download with http.
- Using fix from aminnj/cpptqdm#7 hopefully fix issue where progress bars go across multiple lines.
- Added option to rsgislib.vectorutils.merge_vector_files to remove columns during merge.
- Added function rsgislib.vectorattrs.create_date_col to create date column.
- Added to option to msk_h5_smpls_to_finite_values to specify whether all variables or just one or more need to be above or below the threshold.
- Added function rsgislib.zonalstats.filter_h5_smpls_var_range
- Fix for rios v2.0 in how the progress bar is called.
Additionally, there were fixes and improvements, including support for numpy 2.0, found using the ruff tool.
Full Changelog: 5.1.3...5.1.4