maps4fs 1.8.181__py3-none-any.whl → 1.8.183__py3-none-any.whl
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/generator/map.py +5 -4
- {maps4fs-1.8.181.dist-info → maps4fs-1.8.183.dist-info}/METADATA +5 -1
- {maps4fs-1.8.181.dist-info → maps4fs-1.8.183.dist-info}/RECORD +6 -6
- {maps4fs-1.8.181.dist-info → maps4fs-1.8.183.dist-info}/LICENSE.md +0 -0
- {maps4fs-1.8.181.dist-info → maps4fs-1.8.183.dist-info}/WHEEL +0 -0
- {maps4fs-1.8.181.dist-info → maps4fs-1.8.183.dist-info}/top_level.txt +0 -0
maps4fs/generator/map.py
CHANGED
@@ -78,8 +78,9 @@ class Map:
|
|
78
78
|
self.map_directory = map_directory
|
79
79
|
|
80
80
|
log_entry = ""
|
81
|
-
log_entry += f"
|
82
|
-
log_entry += f"
|
81
|
+
log_entry += f"Map instance created for Game: {game.code}. "
|
82
|
+
log_entry += f"Coordinates: {coordinates}. Size: {size}. Rotation: {rotation}. "
|
83
|
+
log_entry += f"DTM provider is {dtm_provider.name()}. "
|
83
84
|
|
84
85
|
self.custom_osm = custom_osm
|
85
86
|
log_entry += f"Custom OSM file: {custom_osm}. "
|
@@ -170,7 +171,7 @@ class Map:
|
|
170
171
|
Yields:
|
171
172
|
Generator[str, None, None]: Component names.
|
172
173
|
"""
|
173
|
-
self.logger.
|
174
|
+
self.logger.debug(
|
174
175
|
"Starting map generation. Game code: %s. Coordinates: %s, size: %s. Rotation: %s.",
|
175
176
|
self.game.code,
|
176
177
|
self.coordinates,
|
@@ -215,7 +216,7 @@ class Map:
|
|
215
216
|
)
|
216
217
|
raise e
|
217
218
|
|
218
|
-
self.logger.
|
219
|
+
self.logger.debug(
|
219
220
|
"Map generation completed. Game code: %s. Coordinates: %s, size: %s. Rotation: %s.",
|
220
221
|
self.game.code,
|
221
222
|
self.coordinates,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: maps4fs
|
3
|
-
Version: 1.8.
|
3
|
+
Version: 1.8.183
|
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
|
@@ -23,6 +23,10 @@ Requires-Dist: imageio
|
|
23
23
|
Requires-Dist: tifffile
|
24
24
|
Requires-Dist: pympler
|
25
25
|
Requires-Dist: pydantic
|
26
|
+
Requires-Dist: pygmdl
|
27
|
+
Requires-Dist: owslib
|
28
|
+
Requires-Dist: tqdm
|
29
|
+
Requires-Dist: scipy
|
26
30
|
|
27
31
|
<div align="center" markdown>
|
28
32
|
<a href="https://discord.gg/Sj5QKKyE42">
|
@@ -3,7 +3,7 @@ maps4fs/logger.py,sha256=HQrDyj72mUjVYo25aR_-_SxVn2rfFjDCNbj-JKJdSnE,1488
|
|
3
3
|
maps4fs/generator/__init__.py,sha256=zZMLEkGzb4z0xql650gOtGSvcgX58DnJ2yN3vC2daRk,43
|
4
4
|
maps4fs/generator/dem.py,sha256=oLN02bWNax73HzFsseRBOV47Azl_1L7qdrzuxHh4i_c,11886
|
5
5
|
maps4fs/generator/game.py,sha256=FFAyckuTW6Ix5aRACXOj2eiA72xd3OMCcOARrMhS164,11025
|
6
|
-
maps4fs/generator/map.py,sha256=
|
6
|
+
maps4fs/generator/map.py,sha256=QrsZfOcyuLrQuGUjA0nyB7FTcxwj-LUe-rjLiq5P4ME,11467
|
7
7
|
maps4fs/generator/qgis.py,sha256=Es8hLuqN_KH8lDfnJE6He2rWYbAKJ3RGPn-o87S6CPI,6116
|
8
8
|
maps4fs/generator/settings.py,sha256=cFlN-gK8QcySqyPtcGm-2fLnxQnlmC3Y9kQufJxwI3Y,6270
|
9
9
|
maps4fs/generator/texture.py,sha256=-xIpt71y349Hb0svnFln3e6Bu2GjI5jjNdmooP5TrOI,36778
|
@@ -44,8 +44,8 @@ maps4fs/toolbox/__init__.py,sha256=zZMLEkGzb4z0xql650gOtGSvcgX58DnJ2yN3vC2daRk,4
|
|
44
44
|
maps4fs/toolbox/background.py,sha256=RclEqxEWLbMxuEkkegQP8jybzugwQ1_R3rdfDe0s21U,2104
|
45
45
|
maps4fs/toolbox/custom_osm.py,sha256=X6ZlPqiOhNjkmdD_qVroIfdOl9Rb90cDwVSLDVYgx80,1892
|
46
46
|
maps4fs/toolbox/dem.py,sha256=z9IPFNmYbjiigb3t02ZenI3Mo8odd19c5MZbjDEovTo,3525
|
47
|
-
maps4fs-1.8.
|
48
|
-
maps4fs-1.8.
|
49
|
-
maps4fs-1.8.
|
50
|
-
maps4fs-1.8.
|
51
|
-
maps4fs-1.8.
|
47
|
+
maps4fs-1.8.183.dist-info/LICENSE.md,sha256=pTKD_oUexcn-yccFCTrMeLkZy0ifLRa-VNcDLqLZaIw,10749
|
48
|
+
maps4fs-1.8.183.dist-info/METADATA,sha256=K5L9PNoYCSo-ARHvvGvZxnHIZefJ1V6z_PwlAwqYkMI,44314
|
49
|
+
maps4fs-1.8.183.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
50
|
+
maps4fs-1.8.183.dist-info/top_level.txt,sha256=Ue9DSRlejRQRCaJueB0uLcKrWwsEq9zezfv5dI5mV1M,8
|
51
|
+
maps4fs-1.8.183.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|