Skip to content

Releases: ASFHyP3/asf-tools

ASF Tools v0.5.0

03 Feb 00:04
af715b5
Compare
Choose a tag to compare

Added

  • HyP3 plugin entrypoints water_map and flood_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

13 Jan 01:27
afc7580
Compare
Choose a tag to compare

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

09 Jan 22:15
45044d5
Compare
Choose a tag to compare

Changed

  • asf-tools now uses a src layout per this recommendation.
  • asf-tools now only uses pyproject.toml for package creation now that setuptools recommends not using setup.py.
  • Temporarily pin numpy to <1.2.4; See: #160```

ASF Tools v0.4.4

08 Dec 22:36
448757b
Compare
Choose a tag to compare

Changed

ASF Tools v0.4.3

11 Nov 18:39
2c08890
Compare
Choose a tag to compare

Changed

ASF Tools v0.4.2

28 Jul 00:25
7ae89fc
Compare
Choose a tag to compare

Added

  • The accumulation threshold can now be specified in all HAND calculation functions and entry points:
    • like calculate_hand, calculate_hand_for_basins and make_copernicus_hand functions in
      asf_tools.hand.calculate now accept an acc_thresh keyword argument
    • The calculate_hand console script entrypoint now accepts an -a/--acc-threshold argument
  • 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 GeoTIFFs
  • asf_tools.flood_map no longer calculates water/flood depth outside of the RTC VV acquisition footprint

ASF Tools v0.4.1

18 Jul 20:01
450f3d2
Compare
Choose a tag to compare

Changed

Fixed

  • asf_tools.hand.calculate correctly uses pyshed's sGrid 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

28 Apr 19:25
4bf3817
Compare
Choose a tag to compare

Added

  • asf_tools.flood_map and an associated flood_map entrypoint for making
    flood depth maps with products generated by asf_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

25 Mar 20:20
1b3789f
Compare
Choose a tag to compare

Changed

  • Upgraded asf_tools's pysheds dependency to versions >=0.3

Fixed

  • asf_tools.hand.calculate_hand now explicitly uses Pysheds.prid.Grid because
    sGrid has no add_gridded_data attribute
  • calculate_hand entrypoint now allows GDAL virtual file system (/vsi*) paths
    for the hand_raster and vector_file arguments

ASF Tools v0.3.2

16 Mar 17:24
0f1dccc
Compare
Choose a tag to compare

Fixed

  • #99 with better masked array handling