You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is no information provided whether this repository accepts pull requests (no README, or Code of conduct or Contributing available), I use this issue to hopefully get an answer...
I use a modified version of Srtm2Osm that is based on version 1.13.
While having problems with two hgt files, I found this repository here and with version 1.16 Srtm2Osm works well.
My modified version of Srtm2Osm has an (optional) parameter -first <elevation> to define the minimum elevation level to create contours for.
Is use this parameter together with -set like this:
for 10m contours: -step 10 -first 10
for 20m contours: -step 20 -first 20
The reason is to avoid 0m contours and contours below sea level for regular maps.
For maps with land below sea level this parameter must be omitted.
If there is a chance that my enhancement will be integrated, I can provide a pull request.
The text was updated successfully, but these errors were encountered:
Since there is no information provided whether this repository accepts pull requests (no README, or Code of conduct or Contributing available), I use this issue to hopefully get an answer...
I use a modified version of Srtm2Osm that is based on version 1.13.
While having problems with two hgt files, I found this repository here and with version 1.16 Srtm2Osm works well.
My modified version of Srtm2Osm has an (optional) parameter
-first <elevation>
to define the minimum elevation level to create contours for.Is use this parameter together with
-set
like this:-step 10 -first 10
-step 20 -first 20
The reason is to avoid 0m contours and contours below sea level for regular maps.
For maps with land below sea level this parameter must be omitted.
If there is a chance that my enhancement will be integrated, I can provide a pull request.
The text was updated successfully, but these errors were encountered: