Skip to content

Releases: mheberger/delineator

v1.3

16 Nov 13:09
Compare
Choose a tag to compare
  • Upgraded Python libraries

1.2

28 Sep 10:36
Compare
Choose a tag to compare
1.2
  • Updated code so it can handle input shapefiles with missing .prj files -- the latest version of MERIT-Basins 'bugfix' does not include them.
  • Added ability to save GeoDataFrames as Python pickle files. This should speed up one of the slow steps -- reading shapefiles and constructing the spatial index. This is useful if you use the script more than once.
  • Added checks for the presence of the various directories to write output files, and creates them if they are not there.
  • Considered upgrading various Python libraries (namely pysheds and shapely), but it looks to be a major effort.

delineator v1.1

21 Sep 09:48
Compare
Choose a tag to compare

Version 1.1 fixes a bug that occurred rarely where the script created a shapely MultiPolygon instead of the expected Polygon.

delineator v1.0

11 Nov 17:56
Compare
Choose a tag to compare

Python scripts for fast, accurate watershed delineation using a hybrid of vector- and raster-based methods.