Releases: OpenTopography/RiverREM
Releases · OpenTopography/RiverREM
v1.1.2
v1.1.1
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
Changes
Improvements
- New colormap options: now you can use colormaps from
cmoceam, or apply any custom colormap - Added improvements for memory efficiency: refactored interpolation and array-handling methods to use significantly less RAM, added new
chunk_sizeattribute forREMMakerclass to help handle interpolation of large datasets on machines with limited RAM. - Expanded documentation
Bug fixes
- Fixed dependency pinning of
osmnx,gdal, andshapely: Latest release of osmnx had breaking changes in function names.