Skip to content

Commit

Permalink
Merge pull request #231 from ASFHyP3/watermask-url
Browse files Browse the repository at this point in the history
Change readme link to full URL
  • Loading branch information
hjkristenson authored Mar 20, 2024
2 parents 7d354fb + 3d4a029 commit 5e3907d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.7.2]

### Fixed
- Changed relative link to the watermasking readme in the repo readme to the full URL, so that the link is valid when readme content is mirrored in hyp3-docs

## [0.7.1]

### Added
Expand All @@ -18,7 +23,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.0]

## Added
### Added
* Scripts and entrypoints for generating our global watermasking dataset added to `watermasking`.

## [0.6.0]
Expand Down
4 changes: 2 additions & 2 deletions src/asf_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ For details on the algorithm see the `asf_tools.flood_map.make_flood_map` docstr

The `asf_tools.watermasking` sub-package allows you to create a watermasking dataset
over an arbitrary ROI using OpenStreetMap and ESA WorldCover data.
Note, this program requires `osmium-tool`. See [README.md](watermasking/README.md)
for more information on setup and usage.
Note, this program requires `osmium-tool`. See the [watermasking subpackage readme](https://github.com/ASFHyP3/asf-tools/blob/main/src/asf_tools/watermasking/README.md)
for more information on setup and usage.

0 comments on commit 5e3907d

Please sign in to comment.