Skip to content

Commit

Permalink
Remove debug SRTM settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Jan 22, 2025
1 parent 11735a9 commit d155210
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# 2️⃣ Choose the DTM Provider and define it's settings.
dtm_provider = mfs.SRTM30Provider
dtm_provider_settings = mfs.SRTM30ProviderSettings(easy_mode=True, power_factor=0)
dtm_provider_settings = mfs.SRTM30ProviderSettings()

# 3️⃣ Define the coordinates of the central point of the map, size and rotation.
lat, lon = 45.28, 20.23
Expand Down
2 changes: 0 additions & 2 deletions maps4fs/generator/dtm/srtm.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
class SRTM30ProviderSettings(DTMProviderSettings):
"""Settings for SRTM 30m provider."""

test: int = 10


class SRTM30Provider(DTMProvider):
"""Provider of Shuttle Radar Topography Mission (SRTM) 30m data."""
Expand Down

0 comments on commit d155210

Please sign in to comment.