Skip to content

Releases: dtarb/TauDEM

Refinements in support of rapid watershed delineation

18 Dec 17:27
Compare
Choose a tag to compare

This is a C++ executable only release to support rapid watershed delineation. No new windows installer at this time.

Changes

  • Single processor CatchOutlets function to use in RWD preprocessing
  • Edit raster utility function to use in RWD data preparation
  • Readoutlets handling of id field type generalized
  • Gagewatershed changed to use -1 to indicate no downstream watershed
  • Gagewatershed changed to accommodate duplicate input points
  • Possible infinite loop in move outlets fixed

Support ArcGIS Pro and C++ 11

18 Oct 17:03
Compare
Choose a tag to compare

What's new?

12/18/16 Removed the Pre-release label as use over the last 2 months has not revealed critical problems.

  • Python scripts updated for ArcGIS Pro.
  • GageWatershed updated to identify attached upstream watershed for rapid watershed delineation
  • FlowDirCond flow direction conditioning command line tool added
  • Clarified streamnet field names
  • GDAL and MPI library dependencies updated

TauDEM Website

Files

  • TauDEM537_setup.exe. 89 MB Complete Windows installer with all GDAL, MPI and run time library dependencies
  • pyfiles537.zip. ArcGIS toolbox and Python Scripts
  • TauDEM537exeWin32.zip. Windows 32 bit executables
  • TauDEM537exeWin64.zip. Windows 64 bit executables

Incremental bug fixes

03 May 17:26
Compare
Choose a tag to compare
Incremental bug fixes Pre-release
Pre-release

Fixed bug in handling of features that do not have an EPSG code and error and warning reporting related to spatial references.

TauDEM Website

Files

  • TauDEM535_prerelease.exe. 77 MB Complete Windows installer with all GDAL, MPI and run time library dependencies
  • pyfilesv535.zip. ArcGIS toolbox and Python Scripts
  • TauDEM535exeWin32.zip. Windows 32 bit executables
  • TauDEM535exeWin64.zip. Windows 64 bit executables

Support GDAL and OGR Libraries with BIGTIFF

15 Mar 17:30
Compare
Choose a tag to compare

Fixed bug in capability to handle BIGTIFF files with compression

TauDEM Website

Files

  • TauDEM534_prerelease.exe. 77 MB Complete Windows installer with all GDAL, MPI and run time library dependencies
  • pyfilesv534.zip. ArcGIS toolbox and Python Scripts
  • TauDEM534exeWin32.zip. Windows 32 bit executables
  • TauDEM534exeWin64.zip. Windows 64 bit executables

Support OGR features as linestring

11 Mar 01:35
Compare
Choose a tag to compare
Pre-release

Fixed line string bug
Fixed Peuker Douglas Stream Definition tool bug

TauDEM Website

Files

  • TauDEM533_prerelease.exe. 77 MB Complete Windows installer with all GDAL, MPI and run time library dependencies
  • pyfilesv533.zip. ArcGIS toolbox and Python Scripts
  • TauDEM533exeWin32.zip. Windows 32 bit executables
  • TauDEM533exeWin64.zip. Windows 64 bit executables

Support multiple OGR feature types and SINMAP

20 Feb 00:11
Compare
Choose a tag to compare
  • Added support for multiple OGR feature types
  • Added SINMAP function and ArcGIS tool to help create SINMAP region inputs
  • Switched raster format default to tiff with LZW compression

TauDEM Website

Files

  • TauDEM532_prerelease.exe. 77 MB Complete Windows installer with all GDAL, MPI and run time library dependencies
  • pyfilesv532.zip. ArcGIS toolbox and Python Scripts
  • TauDEM532exeWin32.zip. Windows 32 bit executables
  • TauDEM532exeWin64.zip. Windows 64 bit executables

Release that supports OGR library for vector input and output

22 Nov 01:54
Compare
Choose a tag to compare
  • Switched to using OGR for vector input and output
  • Added connect down function

TauDEM Website

Files

  • TauDEM531_prerelease.exe. 77 MB Complete Windows installer with all GDAL, MPI and run time library dependencies
  • pyfilesv531.zip. ArcGIS toolbox and Python Scripts
  • TauDEM531exeWin32.zip. Windows 32 bit executables
  • TauDEM531exeWin64.zip. Windows 64 bit executables

Release that supports GDAL library for raster input and output

13 Oct 00:51
Compare
Choose a tag to compare
  • Switched to using GDAL Library for Rasters.
  • Added functionality to perform calculations in geographic (latitude and longitude) coordinates.
  • Combined separate code bases from versions 5.2 and 5.1.x

TauDEM Website

Files

  • TauDEM530.exe. 77 MB Complete Windows installer with all GDAL, MPI and run time library dependencies
  • pyfilesv530.zip. ArcGIS toolbox and Python Scripts
  • TauDEM530exeWin32.zip. Windows 32 bit executables
  • TauDEM530exeWin64.zip. Windows 64 bit executables

Multifile command line version

03 Aug 05:19
Compare
Choose a tag to compare

First release from GitHub repository. This includes gagewatershed and topographic wetness index functions recently added.