Skip to content

Commit

Permalink
added entrypoint for filling missing tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Feb 26, 2024
1 parent afe6f12 commit 023728e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ make_composite = "asf_tools.composite:main"
water_map = "asf_tools.hydrosar.water_map:main"
calculate_hand = "asf_tools.hydrosar.hand.calculate:main"
flood_map = "asf_tools.hydrosar.flood_map:main"
water_masking = "asf_tools.watermasking.generate_osm_tiles:main"
generate_osm_tiles = "asf_tools.watermasking.generate_osm_tiles:main"
fill_missing_tiles = "asf_tools.watermasking.fill_missing_tiles:main"

[project.entry-points.hyp3]
water_map = "asf_tools.hydrosar.water_map:hyp3"
flood_map = "asf_tools.hydrosar.flood_map:hyp3"
water_masking = "asf_tools.watermasking.generate_osm_tiles:main"

[project.optional-dependencies]
develop = [
Expand Down

0 comments on commit 023728e

Please sign in to comment.