maps4fs 1.8.195__tar.gz → 1.8.196__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.
- {maps4fs-1.8.195 → maps4fs-1.8.196}/PKG-INFO +1 -1
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/srtm.py +0 -2
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs.egg-info/PKG-INFO +1 -1
- {maps4fs-1.8.195 → maps4fs-1.8.196}/pyproject.toml +1 -1
- {maps4fs-1.8.195 → maps4fs-1.8.196}/LICENSE.md +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/README.md +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/__init__.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/__init__.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/__init__.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/background.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/base/__init__.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/base/component.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/base/component_image.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/base/component_mesh.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/base/component_xml.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/config.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/grle.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/i3d.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/layer.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/satellite.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/component/texture.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dem.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/__init__.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/arctic.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/baden.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/base/wcs.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/base/wms.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/bavaria.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/canada.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/czech.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/denmark.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/dtm.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/england.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/finland.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/flanders.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/france.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/hessen.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/italy.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/mv.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/niedersachsen.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/norway.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/nrw.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/rema.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/sachsenanhalt.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/scotland.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/spain.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/switzerland.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/usgs_wcs.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/dtm/utils.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/game.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/map.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/qgis.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/generator/settings.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/logger.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/toolbox/__init__.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/toolbox/background.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/toolbox/custom_osm.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs/toolbox/dem.py +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs.egg-info/SOURCES.txt +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs.egg-info/dependency_links.txt +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs.egg-info/requires.txt +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/maps4fs.egg-info/top_level.txt +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/setup.cfg +0 -0
- {maps4fs-1.8.195 → maps4fs-1.8.196}/tests/test_generator.py +0 -0
@@ -15,8 +15,6 @@ from maps4fs.generator.dtm.dtm import DTMProvider, DTMProviderSettings
|
|
15
15
|
class SRTM30ProviderSettings(DTMProviderSettings):
|
16
16
|
"""Settings for SRTM 30m provider."""
|
17
17
|
|
18
|
-
test: int = 10
|
19
|
-
|
20
18
|
|
21
19
|
class SRTM30Provider(DTMProvider):
|
22
20
|
"""Provider of Shuttle Radar Topography Mission (SRTM) 30m data."""
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "maps4fs"
|
7
|
-
version = "1.8.
|
7
|
+
version = "1.8.196"
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|