Skip to content

Releases: OpenTopography/RiverREM

v1.1.2

16 Apr 19:01

Choose a tag to compare

Changes

Improvements:

  • changed cache clearing to delete based on file names

v1.1.1

08 Apr 16:25

Choose a tag to compare

Changes

Improvements:

  • added warning message when centerline has no overlap with DEM extent. This can happen e.g. if user-provided centerline and/or DEM do not have the correct EPSG code/CRS explicitly assigned.

Bug fixes:

  • error parsing COG format rasters in gdal>3.8: check NoData values in DEM using ReadOnly mode (write permission not needed anyways)
  • AttributeError for gdal.GDT_Int8: increased minimum gdal version to 3.7 (when this datatype was added), to allow reading centerline array as uint8 data

v1.1.0

27 Jan 00:08

Choose a tag to compare

Changes

Improvements

Bug fixes

  • Fixed dependency pinning of osmnx, gdal, and shapely: Latest release of osmnx had breaking changes in function names.

v1.0.4

14 Aug 02:35
3770ee2

Choose a tag to compare

Changes

  • Address Issue #1, now allowing URL to be passed for DEM input (or optional centerline_shp input)
  • Slight improvements to log/error messaging
  • added tests

v1.0.3

12 Aug 01:05
af9fae2

Choose a tag to compare

  • flexible solve of dependencies with python>=3.6, gdal>=3.1.4, scipy>=1.6.0. Will remove issues with inconsistencies in scipy kwargs with older versions.

v1.0.0

04 Aug 02:07

Choose a tag to compare

First release