Skip to content

Commit

Permalink
add extents
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk committed Jan 20, 2025
1 parent 19f78d2 commit 7d1f44d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions maps4fs/generator/dtm/mv.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class MecklenburgVorpommernProvider(WCSProvider, DTMProvider):
_instructions = None
_is_base = False
_settings = MecklenburgVorpommernProviderSettings
# _extents = (72.1016879476356962, 57.2738836442695103, 33.3365910058243742, -2.0075617181675725)
_extents = (54.8, 53, 14.5, 10.5)

_url = "https://www.geodaten-mv.de/dienste/dgm_wcs"
_wcs_version = "2.0.1"
Expand All @@ -38,7 +38,5 @@ def get_wcs_parameters(self, tile):
return {
"identifier": [self.user_settings.dataset],
"subsets": [("x", str(tile[1]), str(tile[3])), ("y", str(tile[0]), str(tile[2]))],
# "width": 1000,
# "height": 1000,
"format": "image/tiff",
}

0 comments on commit 7d1f44d

Please sign in to comment.