Releases: ASFHyP3/asf-tools
Releases · ASFHyP3/asf-tools
ASF Tools v0.5.0
Added
- HyP3 plugin entrypoints
water_map
andflood_depth
- Added fuzzy and intial VV and VH geotiffs back to water map output package.
asf_tools.__main__
entrypoint that allows you to select which hyp3 plugin entrypoint you'd like to run
(e.g.,python -m asf_tools ++process water_map ...
)
Changed
src/asf_tools/etc/entrypoint.sh
is now the docker container entrypoint, which is a simple wrapper script around
python -m asf_tools
- Temporary
numpy
version pin was removed; see #160
ASF Tools v0.4.6
Changed
- Updated the metadata for the RGB Decomposition tool in the ArcGIS Toolbox to more accurately reflect behavior
- Minor formatting and content corrections in all ArcGIS Toolbox xml files
ASF Tools v0.4.5
Changed
asf-tools
now uses asrc
layout per this recommendation.asf-tools
now only usespyproject.toml
for package creation now thatsetuptools
recommends not using setup.py.- Temporarily pin
numpy
to<1.2.4
; See: #160```
ASF Tools v0.4.4
Changed
asf-tools.water_map
now produces water extent rasters with pixels values of1
where water is present and0
where water is not presentasf_tools.water_map
now uses the updated ASF Global HAND dataset derived from the 2021 release of the Copernicus GLO-30 Public DEM
ASF Tools v0.4.3
Changed
asf_tools.water_map
now uses the updated ASF Global HAND dataset derived from the 2021 release of the Copernicus GLO-30 Public DEM
ASF Tools v0.4.2
Added
- The accumulation threshold can now be specified in all HAND calculation functions and entry points:
- like
calculate_hand
,calculate_hand_for_basins
andmake_copernicus_hand
functions in
asf_tools.hand.calculate
now accept anacc_thresh
keyword argument - The
calculate_hand
console script entrypoint now accepts an-a
/--acc-threshold
argument
- like
asf_tools.flood_map
now creates a cloud-optimized GeoTIFF of the perennial water mask used
Fixed
asf_tools.flood_map
now correctly removes perennial water from the flood depth GeoTIFFsasf_tools.flood_map
no longer calculates water/flood depth outside of the RTC VV acquisition footprint
ASF Tools v0.4.1
Changed
asf_tools.dem
now uses the updated 2021 release of the Copernicus GLO-30 Public DEM
Fixed
asf_tools.hand.calculate
correctly uses pyshed'ssGrid
for calculating HAND across all hydrobasins simultaneously.asf_tools.hand.calculate
will fill NaNs within the hydrobasins in the calculated HAND array with values interpolated from their neighbor's HOND (height of nearest drainage)asf_tools.flood_map.iteartive
now produces more precise flood depth estimates by averaging water levels from a range of different initial guesses
ASF Tools v0.4.0
Added
asf_tools.flood_map
and an associatedflood_map
entrypoint for making
flood depth maps with products generated byasf_tools.water_map
. This
functionality is still under active development and the products created
using this function are likely to change in the future.
ASF Tools v0.3.3
Changed
- Upgraded
asf_tools
'spysheds
dependency to versions>=0.3
Fixed
asf_tools.hand.calculate_hand
now explicitly usesPysheds.prid.Grid
because
sGrid
has noadd_gridded_data
attributecalculate_hand
entrypoint now allows GDAL virtual file system (/vsi*
) paths
for thehand_raster
andvector_file
arguments
ASF Tools v0.3.2
Fixed
- #99 with better masked array handling