Skip to content

Commit

Permalink
Merge branch 'master' of github.com:akirmse/mountains
Browse files Browse the repository at this point in the history
  • Loading branch information
akirmse committed Jul 8, 2024
2 parents 5043689 + 0738a4a commit 9d6a088
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ SRTM or the data from Viewfinderpanoramas is delivered as HGT files, with names
N59E006.hgt
```

Both the original 90m SRTM data and newer 30m data are available. The prominence code
can handle either format via the `-f` flag. The isolation code currently handles only 90m data.

#### NED

The National Elevation Dataset (NED) covers the U.S. at various resolutions:
Expand Down Expand Up @@ -250,7 +253,7 @@ prominence -- <min latitude> <max latitude> <min longitude> <max longitude>
Options:
-i directory Directory with terrain data
-o directory Directory for output data
-f format "SRTM", "NED13-ZIP", "NED1-ZIP", "NED19", "3DEP-1M", "GLO30" input files
-f format "SRTM", "SRTM30", "NED13-ZIP", "NED1-ZIP", "NED19", "3DEP-1M", "GLO30", "LIDAR"
-k filename File with KML polygon to filter input tiles
-m min_prominence Minimum prominence threshold for output
in same units as terrain data, default = 100
Expand Down

0 comments on commit 9d6a088

Please sign in to comment.