Skip to content

ASF Tools v0.5.0

Compare
Choose a tag to compare
@tools-bot tools-bot released this 03 Feb 00:04
af715b5

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