Issue in wbd.py, is it temporary server down or any updates came? #1382
Answered
by
yunjunz
Karthi-Wolf
asked this question in
Q&A
-
|
Can anyone help me to resolve this issue, so i can apply water-mask to the Insars |
Beta Was this translation helpful? Give feedback.
Answered by
yunjunz
Jun 30, 2025
Replies: 1 comment 3 replies
-
|
Check (insar) yunjunz:~>$ wbd.py -h
usage: wbd.py [-h] [-u URL] s n w e [{0,1}]
Create water body file from SRTMSWBD.003 database.
positional arguments:
s south bounds in latitude in degrees
n north bounds in latitude in degrees
w west bounds in longitude in degrees
e east bounds in longitude in degrees
{0,1} whether correct missing water body tiles problem:
0: False
1: True (default)
options:
-h, --help show this help message and exit
-u URL, --url URL Change the (default) url in full path for where water body files are located.
E.g.: https://e4ftl01.cr.usgs.gov/DP133/SRTM/SRTMSWBD.003/2000.02.11
Usage examples:
wbd.py -1 0 -92 -91
# do not correct missing tiles
wbd.py -1 0 -92 -91 0
# use a different url to download tile files
wbd.py -1 0 -92 -91 -u https://e4ftl01.cr.usgs.gov/DP133/SRTM/SRTMSWBD.003/2000.02.11 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Please use the latest version of isce2.