maps4fs 1.8.184__tar.gz → 1.8.185__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. {maps4fs-1.8.184 → maps4fs-1.8.185}/PKG-INFO +23 -21
  2. {maps4fs-1.8.184 → maps4fs-1.8.185}/README.md +22 -20
  3. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/__init__.py +2 -0
  4. maps4fs-1.8.185/maps4fs/generator/dtm/baden.py +31 -0
  5. maps4fs-1.8.185/maps4fs/generator/dtm/mv.py +42 -0
  6. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs.egg-info/PKG-INFO +23 -21
  7. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs.egg-info/SOURCES.txt +2 -0
  8. {maps4fs-1.8.184 → maps4fs-1.8.185}/pyproject.toml +1 -1
  9. {maps4fs-1.8.184 → maps4fs-1.8.185}/LICENSE.md +0 -0
  10. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/__init__.py +0 -0
  11. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/component/__init__.py +0 -0
  12. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/component/background.py +0 -0
  13. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/component/base/__init__.py +0 -0
  14. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/component/base/component.py +0 -0
  15. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/component/base/component_image.py +0 -0
  16. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/component/base/component_mesh.py +0 -0
  17. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/component/base/component_xml.py +0 -0
  18. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/component/config.py +0 -0
  19. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/component/grle.py +0 -0
  20. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/component/i3d.py +0 -0
  21. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/component/satellite.py +0 -0
  22. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dem.py +0 -0
  23. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/__init__.py +0 -0
  24. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/base/wcs.py +0 -0
  25. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/base/wms.py +0 -0
  26. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/bavaria.py +0 -0
  27. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/canada.py +0 -0
  28. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/denmark.py +0 -0
  29. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/dtm.py +0 -0
  30. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/england.py +0 -0
  31. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/finland.py +0 -0
  32. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/flanders.py +0 -0
  33. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/france.py +0 -0
  34. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/hessen.py +0 -0
  35. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/italy.py +0 -0
  36. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/niedersachsen.py +0 -0
  37. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/norway.py +0 -0
  38. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/nrw.py +0 -0
  39. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/scotland.py +0 -0
  40. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/spain.py +0 -0
  41. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/srtm.py +0 -0
  42. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/switzerland.py +0 -0
  43. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/usgs.py +0 -0
  44. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/dtm/utils.py +0 -0
  45. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/game.py +0 -0
  46. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/map.py +0 -0
  47. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/qgis.py +0 -0
  48. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/settings.py +0 -0
  49. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/generator/texture.py +0 -0
  50. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/logger.py +0 -0
  51. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/toolbox/__init__.py +0 -0
  52. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/toolbox/background.py +0 -0
  53. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/toolbox/custom_osm.py +0 -0
  54. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs/toolbox/dem.py +0 -0
  55. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs.egg-info/dependency_links.txt +0 -0
  56. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs.egg-info/requires.txt +0 -0
  57. {maps4fs-1.8.184 → maps4fs-1.8.185}/maps4fs.egg-info/top_level.txt +0 -0
  58. {maps4fs-1.8.184 → maps4fs-1.8.185}/setup.cfg +0 -0
  59. {maps4fs-1.8.184 → maps4fs-1.8.185}/tests/test_generator.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: maps4fs
3
- Version: 1.8.184
3
+ Version: 1.8.185
4
4
  Summary: Generate map templates for Farming Simulator from real places.
5
5
  Author-email: iwatkot <iwatkot@gmail.com>
6
6
  License: MIT License
@@ -686,29 +686,31 @@ The generator supports adding the own DTM providers, please refer to the [DTM Pr
686
686
 
687
687
  ### Supported DTM providers
688
688
 
689
- ![coverage map](https://github.com/user-attachments/assets/138fa637-ce63-4dd9-bd11-bf92fe038a74)
689
+ ![coverage map](https://github.com/user-attachments/assets/e02a4b5e-c5a9-4e6f-826f-048081704ef9)
690
690
 
691
691
  In addition to SRTM 30m, which provides global coverage, the map above highlights all countries and/or regions where higher resolution coverage is provided by one of the DTM providers.
692
692
 
693
- | Provider Name | Resolution | Developer |
694
- | ------------------------------- | ------------ | ------------------------------------------- |
695
- | 🌎 SRTM30 | 30 meters | [iwatkot](https://github.com/iwatkot) |
696
- | 🇺🇸 USGS | 1-90 meters | [ZenJakey](https://github.com/ZenJakey) |
697
- | 🏴󠁧󠁢󠁥󠁮󠁧󠁿 England | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
698
- | 🏴󠁧󠁢󠁳󠁣󠁴󠁿 Scotland | 0.25-1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
699
- | 🇩🇪 Hessen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
700
- | 🇩🇪 Niedersachsen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
701
- | 🇩🇪 Bayern, Germany | 1 meter | [H4rdB4se](https://github.com/H4rdB4se) |
702
- | 🇩🇪 Nordrhein-Westfalen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
703
- | 🇨🇦 Canada | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
704
- | 🇧🇪 Flanders, Belgium | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
705
- | 🇫🇷 France | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
706
- | 🇮🇹 Italy | 10 meter | [kbrandwijk](https://github.com/kbrandwijk) |
707
- | 🇳🇴 Norway | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
708
- | 🇪🇸 Spain | 5 meter | [kbrandwijk](https://github.com/kbrandwijk) |
709
- | 🇫🇮 Finland | 2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
710
- | 🇩🇰 Denmark | 0.4 meter | [kbrandwijk](https://github.com/kbrandwijk) |
711
- | 🇨🇭 Switzerland | 0.5-2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
693
+ | Provider Name | Resolution | Developer |
694
+ | ---------------------------------- | ------------ | ------------------------------------------- |
695
+ | 🌎 SRTM30 | 30 meters | [iwatkot](https://github.com/iwatkot) |
696
+ | 🇺🇸 USGS | 1-90 meters | [ZenJakey](https://github.com/ZenJakey) |
697
+ | 🏴󠁧󠁢󠁥󠁮󠁧󠁿 England | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
698
+ | 🏴󠁧󠁢󠁳󠁣󠁴󠁿 Scotland | 0.25-1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
699
+ | 🇩🇪 Hessen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
700
+ | 🇩🇪 Niedersachsen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
701
+ | 🇩🇪 Bayern, Germany | 1 meter | [H4rdB4se](https://github.com/H4rdB4se) |
702
+ | 🇩🇪 Nordrhein-Westfalen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
703
+ | 🇩🇪 Mecklenburg-Vorpommern, Germany | 1-25 meter | [kbrandwijk](https://github.com/kbrandwijk) |
704
+ | 🇩🇪 Baden-Württemberg, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
705
+ | 🇨🇦 Canada | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
706
+ | 🇧🇪 Flanders, Belgium | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
707
+ | 🇫🇷 France | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
708
+ | 🇮🇹 Italy | 10 meter | [kbrandwijk](https://github.com/kbrandwijk) |
709
+ | 🇳🇴 Norway | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
710
+ | 🇪🇸 Spain | 5 meter | [kbrandwijk](https://github.com/kbrandwijk) |
711
+ | 🇫🇮 Finland | 2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
712
+ | 🇩🇰 Denmark | 0.4 meter | [kbrandwijk](https://github.com/kbrandwijk) |
713
+ | 🇨🇭 Switzerland | 0.5-2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
712
714
 
713
715
  ## Special thanks
714
716
 
@@ -656,29 +656,31 @@ The generator supports adding the own DTM providers, please refer to the [DTM Pr
656
656
 
657
657
  ### Supported DTM providers
658
658
 
659
- ![coverage map](https://github.com/user-attachments/assets/138fa637-ce63-4dd9-bd11-bf92fe038a74)
659
+ ![coverage map](https://github.com/user-attachments/assets/e02a4b5e-c5a9-4e6f-826f-048081704ef9)
660
660
 
661
661
  In addition to SRTM 30m, which provides global coverage, the map above highlights all countries and/or regions where higher resolution coverage is provided by one of the DTM providers.
662
662
 
663
- | Provider Name | Resolution | Developer |
664
- | ------------------------------- | ------------ | ------------------------------------------- |
665
- | 🌎 SRTM30 | 30 meters | [iwatkot](https://github.com/iwatkot) |
666
- | 🇺🇸 USGS | 1-90 meters | [ZenJakey](https://github.com/ZenJakey) |
667
- | 🏴󠁧󠁢󠁥󠁮󠁧󠁿 England | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
668
- | 🏴󠁧󠁢󠁳󠁣󠁴󠁿 Scotland | 0.25-1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
669
- | 🇩🇪 Hessen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
670
- | 🇩🇪 Niedersachsen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
671
- | 🇩🇪 Bayern, Germany | 1 meter | [H4rdB4se](https://github.com/H4rdB4se) |
672
- | 🇩🇪 Nordrhein-Westfalen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
673
- | 🇨🇦 Canada | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
674
- | 🇧🇪 Flanders, Belgium | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
675
- | 🇫🇷 France | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
676
- | 🇮🇹 Italy | 10 meter | [kbrandwijk](https://github.com/kbrandwijk) |
677
- | 🇳🇴 Norway | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
678
- | 🇪🇸 Spain | 5 meter | [kbrandwijk](https://github.com/kbrandwijk) |
679
- | 🇫🇮 Finland | 2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
680
- | 🇩🇰 Denmark | 0.4 meter | [kbrandwijk](https://github.com/kbrandwijk) |
681
- | 🇨🇭 Switzerland | 0.5-2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
663
+ | Provider Name | Resolution | Developer |
664
+ | ---------------------------------- | ------------ | ------------------------------------------- |
665
+ | 🌎 SRTM30 | 30 meters | [iwatkot](https://github.com/iwatkot) |
666
+ | 🇺🇸 USGS | 1-90 meters | [ZenJakey](https://github.com/ZenJakey) |
667
+ | 🏴󠁧󠁢󠁥󠁮󠁧󠁿 England | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
668
+ | 🏴󠁧󠁢󠁳󠁣󠁴󠁿 Scotland | 0.25-1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
669
+ | 🇩🇪 Hessen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
670
+ | 🇩🇪 Niedersachsen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
671
+ | 🇩🇪 Bayern, Germany | 1 meter | [H4rdB4se](https://github.com/H4rdB4se) |
672
+ | 🇩🇪 Nordrhein-Westfalen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
673
+ | 🇩🇪 Mecklenburg-Vorpommern, Germany | 1-25 meter | [kbrandwijk](https://github.com/kbrandwijk) |
674
+ | 🇩🇪 Baden-Württemberg, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
675
+ | 🇨🇦 Canada | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
676
+ | 🇧🇪 Flanders, Belgium | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
677
+ | 🇫🇷 France | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
678
+ | 🇮🇹 Italy | 10 meter | [kbrandwijk](https://github.com/kbrandwijk) |
679
+ | 🇳🇴 Norway | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
680
+ | 🇪🇸 Spain | 5 meter | [kbrandwijk](https://github.com/kbrandwijk) |
681
+ | 🇫🇮 Finland | 2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
682
+ | 🇩🇰 Denmark | 0.4 meter | [kbrandwijk](https://github.com/kbrandwijk) |
683
+ | 🇨🇭 Switzerland | 0.5-2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
682
684
 
683
685
  ## Special thanks
684
686
 
@@ -17,6 +17,8 @@ from maps4fs.generator.dtm.france import FranceProvider
17
17
  from maps4fs.generator.dtm.norway import NorwayProvider
18
18
  from maps4fs.generator.dtm.denmark import DenmarkProvider
19
19
  from maps4fs.generator.dtm.switzerland import SwitzerlandProvider
20
+ from maps4fs.generator.dtm.mv import MecklenburgVorpommernProvider
21
+ from maps4fs.generator.dtm.baden import BadenWurttembergProvider
20
22
  from maps4fs.generator.game import Game
21
23
  from maps4fs.generator.map import Map
22
24
  from maps4fs.generator.settings import (
@@ -0,0 +1,31 @@
1
+ """This module contains provider of Baden-Württemberg data."""
2
+
3
+ from maps4fs.generator.dtm.base.wcs import WCSProvider
4
+ from maps4fs.generator.dtm.dtm import DTMProvider
5
+
6
+
7
+ class BadenWurttembergProvider(WCSProvider, DTMProvider):
8
+ """Provider of Baden-Württemberg data."""
9
+
10
+ _code = "baden"
11
+ _name = "Baden-Württemberg"
12
+ _region = "DE"
13
+ _icon = "🇩🇪"
14
+ _resolution = "1"
15
+ _author = "[kbrandwijk](https://github.com/kbrandwijk)"
16
+ _is_community = True
17
+ _instructions = None
18
+ _is_base = False
19
+ _extents = (49.79645444804715, 47.52877040346605, 10.54203149250156, 7.444081717803481)
20
+
21
+ _url = "https://owsproxy.lgl-bw.de/owsproxy/wcs/WCS_INSP_BW_Hoehe_Coverage_DGM1"
22
+ _wcs_version = "2.0.1"
23
+ _source_crs = "EPSG:25832"
24
+ _tile_size = 1000
25
+
26
+ def get_wcs_parameters(self, tile):
27
+ return {
28
+ "identifier": ["EL.ElevationGridCoverage"],
29
+ "subsets": [("E", str(tile[1]), str(tile[3])), ("N", str(tile[0]), str(tile[2]))],
30
+ "format": "image/tiff",
31
+ }
@@ -0,0 +1,42 @@
1
+ """This module contains provider of Mecklenburg-Vorpommern data."""
2
+
3
+ from maps4fs.generator.dtm.base.wcs import WCSProvider
4
+ from maps4fs.generator.dtm.dtm import DTMProvider, DTMProviderSettings
5
+
6
+
7
+ class MecklenburgVorpommernProviderSettings(DTMProviderSettings):
8
+ """Settings for the Mecklenburg-Vorpommern provider."""
9
+
10
+ dataset: dict | str = {
11
+ "mv_dgm": "Mecklenburg-Vorpommern DGM1",
12
+ "mv_dgm5": "Mecklenburg-Vorpommern DGM5",
13
+ "mv_dgm25": "Mecklenburg-Vorpommern DGM25",
14
+ }
15
+
16
+
17
+ class MecklenburgVorpommernProvider(WCSProvider, DTMProvider):
18
+ """Provider of Mecklenburg-Vorpommern data."""
19
+
20
+ _code = "mv"
21
+ _name = "Mecklenburg-Vorpommern"
22
+ _region = "DE"
23
+ _icon = "🇩🇪"
24
+ _resolution = "1-25"
25
+ _author = "[kbrandwijk](https://github.com/kbrandwijk)"
26
+ _is_community = True
27
+ _instructions = None
28
+ _is_base = False
29
+ _settings = MecklenburgVorpommernProviderSettings
30
+ _extents = (54.8, 53, 14.5, 10.5)
31
+
32
+ _url = "https://www.geodaten-mv.de/dienste/dgm_wcs"
33
+ _wcs_version = "2.0.1"
34
+ _source_crs = "EPSG:25833"
35
+ _tile_size = 1000
36
+
37
+ def get_wcs_parameters(self, tile):
38
+ return {
39
+ "identifier": [self.user_settings.dataset],
40
+ "subsets": [("x", str(tile[1]), str(tile[3])), ("y", str(tile[0]), str(tile[2]))],
41
+ "format": "image/tiff",
42
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: maps4fs
3
- Version: 1.8.184
3
+ Version: 1.8.185
4
4
  Summary: Generate map templates for Farming Simulator from real places.
5
5
  Author-email: iwatkot <iwatkot@gmail.com>
6
6
  License: MIT License
@@ -686,29 +686,31 @@ The generator supports adding the own DTM providers, please refer to the [DTM Pr
686
686
 
687
687
  ### Supported DTM providers
688
688
 
689
- ![coverage map](https://github.com/user-attachments/assets/138fa637-ce63-4dd9-bd11-bf92fe038a74)
689
+ ![coverage map](https://github.com/user-attachments/assets/e02a4b5e-c5a9-4e6f-826f-048081704ef9)
690
690
 
691
691
  In addition to SRTM 30m, which provides global coverage, the map above highlights all countries and/or regions where higher resolution coverage is provided by one of the DTM providers.
692
692
 
693
- | Provider Name | Resolution | Developer |
694
- | ------------------------------- | ------------ | ------------------------------------------- |
695
- | 🌎 SRTM30 | 30 meters | [iwatkot](https://github.com/iwatkot) |
696
- | 🇺🇸 USGS | 1-90 meters | [ZenJakey](https://github.com/ZenJakey) |
697
- | 🏴󠁧󠁢󠁥󠁮󠁧󠁿 England | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
698
- | 🏴󠁧󠁢󠁳󠁣󠁴󠁿 Scotland | 0.25-1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
699
- | 🇩🇪 Hessen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
700
- | 🇩🇪 Niedersachsen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
701
- | 🇩🇪 Bayern, Germany | 1 meter | [H4rdB4se](https://github.com/H4rdB4se) |
702
- | 🇩🇪 Nordrhein-Westfalen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
703
- | 🇨🇦 Canada | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
704
- | 🇧🇪 Flanders, Belgium | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
705
- | 🇫🇷 France | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
706
- | 🇮🇹 Italy | 10 meter | [kbrandwijk](https://github.com/kbrandwijk) |
707
- | 🇳🇴 Norway | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
708
- | 🇪🇸 Spain | 5 meter | [kbrandwijk](https://github.com/kbrandwijk) |
709
- | 🇫🇮 Finland | 2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
710
- | 🇩🇰 Denmark | 0.4 meter | [kbrandwijk](https://github.com/kbrandwijk) |
711
- | 🇨🇭 Switzerland | 0.5-2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
693
+ | Provider Name | Resolution | Developer |
694
+ | ---------------------------------- | ------------ | ------------------------------------------- |
695
+ | 🌎 SRTM30 | 30 meters | [iwatkot](https://github.com/iwatkot) |
696
+ | 🇺🇸 USGS | 1-90 meters | [ZenJakey](https://github.com/ZenJakey) |
697
+ | 🏴󠁧󠁢󠁥󠁮󠁧󠁿 England | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
698
+ | 🏴󠁧󠁢󠁳󠁣󠁴󠁿 Scotland | 0.25-1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
699
+ | 🇩🇪 Hessen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
700
+ | 🇩🇪 Niedersachsen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
701
+ | 🇩🇪 Bayern, Germany | 1 meter | [H4rdB4se](https://github.com/H4rdB4se) |
702
+ | 🇩🇪 Nordrhein-Westfalen, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
703
+ | 🇩🇪 Mecklenburg-Vorpommern, Germany | 1-25 meter | [kbrandwijk](https://github.com/kbrandwijk) |
704
+ | 🇩🇪 Baden-Württemberg, Germany | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
705
+ | 🇨🇦 Canada | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
706
+ | 🇧🇪 Flanders, Belgium | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
707
+ | 🇫🇷 France | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
708
+ | 🇮🇹 Italy | 10 meter | [kbrandwijk](https://github.com/kbrandwijk) |
709
+ | 🇳🇴 Norway | 1 meter | [kbrandwijk](https://github.com/kbrandwijk) |
710
+ | 🇪🇸 Spain | 5 meter | [kbrandwijk](https://github.com/kbrandwijk) |
711
+ | 🇫🇮 Finland | 2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
712
+ | 🇩🇰 Denmark | 0.4 meter | [kbrandwijk](https://github.com/kbrandwijk) |
713
+ | 🇨🇭 Switzerland | 0.5-2 meter | [kbrandwijk](https://github.com/kbrandwijk) |
712
714
 
713
715
  ## Special thanks
714
716
 
@@ -27,6 +27,7 @@ maps4fs/generator/component/base/component_image.py
27
27
  maps4fs/generator/component/base/component_mesh.py
28
28
  maps4fs/generator/component/base/component_xml.py
29
29
  maps4fs/generator/dtm/__init__.py
30
+ maps4fs/generator/dtm/baden.py
30
31
  maps4fs/generator/dtm/bavaria.py
31
32
  maps4fs/generator/dtm/canada.py
32
33
  maps4fs/generator/dtm/denmark.py
@@ -37,6 +38,7 @@ maps4fs/generator/dtm/flanders.py
37
38
  maps4fs/generator/dtm/france.py
38
39
  maps4fs/generator/dtm/hessen.py
39
40
  maps4fs/generator/dtm/italy.py
41
+ maps4fs/generator/dtm/mv.py
40
42
  maps4fs/generator/dtm/niedersachsen.py
41
43
  maps4fs/generator/dtm/norway.py
42
44
  maps4fs/generator/dtm/nrw.py
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "maps4fs"
7
- version = "1.8.184"
7
+ version = "1.8.185"
8
8
  description = "Generate map templates for Farming Simulator from real places."
9
9
  authors = [{name = "iwatkot", email = "iwatkot@gmail.com"}]
10
10
  license = {text = "MIT License"}
File without changes
File without changes
File without changes