- Change base image to TauDEM 5.3.8-xenial, to be built on Ubuntu 16.04 instead of 14.04. Also update to latest supported Python 2.7.
- Instead of returning a geojson FeatureCollection with a single Feature for the watershed and input_pt output, return a Feature.
- Round response watershed coordinates to 6 decimal places
- Document
simplify
andmaximum_snap_distance
API parameters - Round response watershed coordinates to 5 decimal places
- Fix internally draining gaps
- Reduce NHD storage footprint
- Update NHD simplification tolerance
- Support aggregation of multiple NHD Regions
- Store input point properties "Lat" and "Lon" in their original LatLng projection
- Simplify output NHD shapes in proportion to their area
- Add
rwd-nhd
api endpoint to delineate points using NHD data (ie points beyond the Delaware River Basin - Update data file paths to
/opt/rwd-data/nhd
and/opt/rwd-data/drb
for the new NHD data set and the old DRB data set respectively
- Merge upstream changes to fix invalid watershed GeoJSON
- Merge upstream changes to speed up RWD functions
- Simplify watershed shapes
- Include stack trace in web API responses
- Add 404 page to web API
- Preserve input and snapped points in API results
- Fix bug for output directory when snapping=0
- Add logging
- Conform to PEP8 code style
- Add complete RWD python requirements
- Add Flask HTTP API
- Remove support for Travis CI
- Change password.
- Initial development release.
- Initial development release.