maps4fs 2.0.3__tar.gz → 2.0.4__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-2.0.3 → maps4fs-2.0.4}/PKG-INFO +10 -11
- {maps4fs-2.0.3 → maps4fs-2.0.4}/README.md +9 -10
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs.egg-info/PKG-INFO +10 -11
- {maps4fs-2.0.3 → maps4fs-2.0.4}/pyproject.toml +1 -1
- {maps4fs-2.0.3 → maps4fs-2.0.4}/LICENSE.md +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/__init__.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/__init__.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/__init__.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/background.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/base/__init__.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/base/component.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/base/component_image.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/base/component_mesh.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/base/component_xml.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/config.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/dem.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/grle.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/i3d.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/layer.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/satellite.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/component/texture.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/game.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/map.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/qgis.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/settings.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/generator/statistics.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs/logger.py +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs.egg-info/SOURCES.txt +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs.egg-info/dependency_links.txt +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs.egg-info/requires.txt +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/maps4fs.egg-info/top_level.txt +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/setup.cfg +0 -0
- {maps4fs-2.0.3 → maps4fs-2.0.4}/tests/test_generator.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maps4fs
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.4
|
4
4
|
Summary: Generate map templates for Farming Simulator from real places.
|
5
5
|
Author-email: iwatkot <iwatkot@gmail.com>
|
6
6
|
License: Apache License 2.0
|
@@ -30,7 +30,7 @@ Requires-Dist: pydtmdl
|
|
30
30
|
Dynamic: license-file
|
31
31
|
|
32
32
|
⚠️ Learn more about the 2.0 changes in the [migration guide](docs/migration.md).
|
33
|
-
⚠️ Some components are deprecated and there are major changes in the project structure.
|
33
|
+
⚠️ Some components are deprecated, and there are major changes in the project structure.
|
34
34
|
|
35
35
|
|
36
36
|
<p align="center">
|
@@ -38,7 +38,9 @@ Dynamic: license-file
|
|
38
38
|
<a href="https://github.com/iwatkot/maps4fsui">maps4fs UI</a> •
|
39
39
|
<a href="https://github.com/iwatkot/maps4fsapi">maps4fs API</a> •
|
40
40
|
<a href="https://github.com/iwatkot/maps4fsstats">maps4fs Stats</a> •
|
41
|
-
<a href="https://github.com/iwatkot/maps4fsbot">maps4fs Bot</a>
|
41
|
+
<a href="https://github.com/iwatkot/maps4fsbot">maps4fs Bot</a><br>
|
42
|
+
<a href="https://github.com/iwatkot/pygmdl">pygmdl</a> •
|
43
|
+
<a href="https://github.com/iwatkot/pydtmdl">pydtmdl</a>
|
42
44
|
</p>
|
43
45
|
|
44
46
|
<div align="center" markdown>
|
@@ -50,6 +52,7 @@ Dynamic: license-file
|
|
50
52
|
<a href="#Quick-Start">Quick Start</a> •
|
51
53
|
<a href="#Overview">Overview</a> •
|
52
54
|
<a href="docs/step_by_step.md">Create a map in 10 steps</a> •
|
55
|
+
<a href="docs/recommendations.md">Practical recommendations</a> •
|
53
56
|
<a href="#How-To-Run">How-To-Run</a><br>
|
54
57
|
<a href="docs/FAQ.md">FAQ</a> •
|
55
58
|
<a href="docs/map_structure.md">Map Structure</a> •
|
@@ -73,12 +76,11 @@ Dynamic: license-file
|
|
73
76
|
[](https://github.com/iwatkot/maps4fs/releases)
|
74
77
|
[](https://pypi.org/project/maps4fs)
|
75
78
|
[](https://hub.docker.com/repository/docker/iwatkot/maps4fs/general)
|
76
|
-
[](https://github.com/iwatkot/maps4fs/issues)
|
77
|
-
[](https://codeclimate.com/github/iwatkot/maps4fs/maintainability)<br>
|
79
|
+
[](https://github.com/iwatkot/maps4fs/issues)<br>
|
78
80
|
[](https://pypi.org/project/maps4fs)
|
79
81
|
[](https://mypy-lang.org/)
|
80
82
|
[](https://github.com/iwatkot/maps4fs/actions)
|
81
|
-
[](https://codecov.io/gh/iwatkot/maps4fs)
|
82
84
|
[](https://github.com/iwatkot/maps4fs/stargazers)<br>
|
83
85
|
|
84
86
|
</div>
|
@@ -130,10 +132,7 @@ Dynamic: license-file
|
|
130
132
|
<img width="480" src="https://github.com/user-attachments/assets/4d1fa879-5d60-438b-a84e-16883bcef0ec"><br>
|
131
133
|
🌽 Automatic farmlands generation based on the fields.<br><br>
|
132
134
|
|
133
|
-
📹
|
134
|
-
|
135
|
-
📹 A complete step-by-step video tutorial is here!
|
136
|
-
<a href="https://www.youtube.com/watch?v=Nl_aqXJ5nAk" target="_blank"><img src="https://github.com/user-attachments/assets/4845e030-0e73-47ab-a5a3-430308913060"/></a>
|
135
|
+
📹 Check out the complete playlist of video turorials on [YouTube](https://www.youtube.com/watch?v=hPbJZ0HoiDE&list=PLug0g7UYHX8D1Jik6NkJjQhdxqS-NOtB9). 🆕<br>
|
137
136
|
|
138
137
|
<p align="center"><i>How to Generate a Map for Farming Simulator 25 and 22 from a real place using maps4FS.</i></p>
|
139
138
|
|
@@ -149,7 +148,7 @@ There are several ways to use the tool. You obviously need the **first one**, bu
|
|
149
148
|
|
150
149
|
**Option 1:** Open the [maps4fs](https://maps4fs.xyz) and generate a map template in a few clicks.<br>
|
151
150
|
|
152
|
-

|
153
152
|
|
154
153
|
### 😎 For advanced users
|
155
154
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
⚠️ Learn more about the 2.0 changes in the [migration guide](docs/migration.md).
|
2
|
-
⚠️ Some components are deprecated and there are major changes in the project structure.
|
2
|
+
⚠️ Some components are deprecated, and there are major changes in the project structure.
|
3
3
|
|
4
4
|
|
5
5
|
<p align="center">
|
@@ -7,7 +7,9 @@
|
|
7
7
|
<a href="https://github.com/iwatkot/maps4fsui">maps4fs UI</a> •
|
8
8
|
<a href="https://github.com/iwatkot/maps4fsapi">maps4fs API</a> •
|
9
9
|
<a href="https://github.com/iwatkot/maps4fsstats">maps4fs Stats</a> •
|
10
|
-
<a href="https://github.com/iwatkot/maps4fsbot">maps4fs Bot</a>
|
10
|
+
<a href="https://github.com/iwatkot/maps4fsbot">maps4fs Bot</a><br>
|
11
|
+
<a href="https://github.com/iwatkot/pygmdl">pygmdl</a> •
|
12
|
+
<a href="https://github.com/iwatkot/pydtmdl">pydtmdl</a>
|
11
13
|
</p>
|
12
14
|
|
13
15
|
<div align="center" markdown>
|
@@ -19,6 +21,7 @@
|
|
19
21
|
<a href="#Quick-Start">Quick Start</a> •
|
20
22
|
<a href="#Overview">Overview</a> •
|
21
23
|
<a href="docs/step_by_step.md">Create a map in 10 steps</a> •
|
24
|
+
<a href="docs/recommendations.md">Practical recommendations</a> •
|
22
25
|
<a href="#How-To-Run">How-To-Run</a><br>
|
23
26
|
<a href="docs/FAQ.md">FAQ</a> •
|
24
27
|
<a href="docs/map_structure.md">Map Structure</a> •
|
@@ -42,12 +45,11 @@
|
|
42
45
|
[](https://github.com/iwatkot/maps4fs/releases)
|
43
46
|
[](https://pypi.org/project/maps4fs)
|
44
47
|
[](https://hub.docker.com/repository/docker/iwatkot/maps4fs/general)
|
45
|
-
[](https://github.com/iwatkot/maps4fs/issues)
|
46
|
-
[](https://codeclimate.com/github/iwatkot/maps4fs/maintainability)<br>
|
48
|
+
[](https://github.com/iwatkot/maps4fs/issues)<br>
|
47
49
|
[](https://pypi.org/project/maps4fs)
|
48
50
|
[](https://mypy-lang.org/)
|
49
51
|
[](https://github.com/iwatkot/maps4fs/actions)
|
50
|
-
[](https://codecov.io/gh/iwatkot/maps4fs)
|
51
53
|
[](https://github.com/iwatkot/maps4fs/stargazers)<br>
|
52
54
|
|
53
55
|
</div>
|
@@ -99,10 +101,7 @@
|
|
99
101
|
<img width="480" src="https://github.com/user-attachments/assets/4d1fa879-5d60-438b-a84e-16883bcef0ec"><br>
|
100
102
|
🌽 Automatic farmlands generation based on the fields.<br><br>
|
101
103
|
|
102
|
-
📹
|
103
|
-
|
104
|
-
📹 A complete step-by-step video tutorial is here!
|
105
|
-
<a href="https://www.youtube.com/watch?v=Nl_aqXJ5nAk" target="_blank"><img src="https://github.com/user-attachments/assets/4845e030-0e73-47ab-a5a3-430308913060"/></a>
|
104
|
+
📹 Check out the complete playlist of video turorials on [YouTube](https://www.youtube.com/watch?v=hPbJZ0HoiDE&list=PLug0g7UYHX8D1Jik6NkJjQhdxqS-NOtB9). 🆕<br>
|
106
105
|
|
107
106
|
<p align="center"><i>How to Generate a Map for Farming Simulator 25 and 22 from a real place using maps4FS.</i></p>
|
108
107
|
|
@@ -118,7 +117,7 @@ There are several ways to use the tool. You obviously need the **first one**, bu
|
|
118
117
|
|
119
118
|
**Option 1:** Open the [maps4fs](https://maps4fs.xyz) and generate a map template in a few clicks.<br>
|
120
119
|
|
121
|
-

|
122
121
|
|
123
122
|
### 😎 For advanced users
|
124
123
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: maps4fs
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.4
|
4
4
|
Summary: Generate map templates for Farming Simulator from real places.
|
5
5
|
Author-email: iwatkot <iwatkot@gmail.com>
|
6
6
|
License: Apache License 2.0
|
@@ -30,7 +30,7 @@ Requires-Dist: pydtmdl
|
|
30
30
|
Dynamic: license-file
|
31
31
|
|
32
32
|
⚠️ Learn more about the 2.0 changes in the [migration guide](docs/migration.md).
|
33
|
-
⚠️ Some components are deprecated and there are major changes in the project structure.
|
33
|
+
⚠️ Some components are deprecated, and there are major changes in the project structure.
|
34
34
|
|
35
35
|
|
36
36
|
<p align="center">
|
@@ -38,7 +38,9 @@ Dynamic: license-file
|
|
38
38
|
<a href="https://github.com/iwatkot/maps4fsui">maps4fs UI</a> •
|
39
39
|
<a href="https://github.com/iwatkot/maps4fsapi">maps4fs API</a> •
|
40
40
|
<a href="https://github.com/iwatkot/maps4fsstats">maps4fs Stats</a> •
|
41
|
-
<a href="https://github.com/iwatkot/maps4fsbot">maps4fs Bot</a>
|
41
|
+
<a href="https://github.com/iwatkot/maps4fsbot">maps4fs Bot</a><br>
|
42
|
+
<a href="https://github.com/iwatkot/pygmdl">pygmdl</a> •
|
43
|
+
<a href="https://github.com/iwatkot/pydtmdl">pydtmdl</a>
|
42
44
|
</p>
|
43
45
|
|
44
46
|
<div align="center" markdown>
|
@@ -50,6 +52,7 @@ Dynamic: license-file
|
|
50
52
|
<a href="#Quick-Start">Quick Start</a> •
|
51
53
|
<a href="#Overview">Overview</a> •
|
52
54
|
<a href="docs/step_by_step.md">Create a map in 10 steps</a> •
|
55
|
+
<a href="docs/recommendations.md">Practical recommendations</a> •
|
53
56
|
<a href="#How-To-Run">How-To-Run</a><br>
|
54
57
|
<a href="docs/FAQ.md">FAQ</a> •
|
55
58
|
<a href="docs/map_structure.md">Map Structure</a> •
|
@@ -73,12 +76,11 @@ Dynamic: license-file
|
|
73
76
|
[](https://github.com/iwatkot/maps4fs/releases)
|
74
77
|
[](https://pypi.org/project/maps4fs)
|
75
78
|
[](https://hub.docker.com/repository/docker/iwatkot/maps4fs/general)
|
76
|
-
[](https://github.com/iwatkot/maps4fs/issues)
|
77
|
-
[](https://codeclimate.com/github/iwatkot/maps4fs/maintainability)<br>
|
79
|
+
[](https://github.com/iwatkot/maps4fs/issues)<br>
|
78
80
|
[](https://pypi.org/project/maps4fs)
|
79
81
|
[](https://mypy-lang.org/)
|
80
82
|
[](https://github.com/iwatkot/maps4fs/actions)
|
81
|
-
[](https://codecov.io/gh/iwatkot/maps4fs)
|
82
84
|
[](https://github.com/iwatkot/maps4fs/stargazers)<br>
|
83
85
|
|
84
86
|
</div>
|
@@ -130,10 +132,7 @@ Dynamic: license-file
|
|
130
132
|
<img width="480" src="https://github.com/user-attachments/assets/4d1fa879-5d60-438b-a84e-16883bcef0ec"><br>
|
131
133
|
🌽 Automatic farmlands generation based on the fields.<br><br>
|
132
134
|
|
133
|
-
📹
|
134
|
-
|
135
|
-
📹 A complete step-by-step video tutorial is here!
|
136
|
-
<a href="https://www.youtube.com/watch?v=Nl_aqXJ5nAk" target="_blank"><img src="https://github.com/user-attachments/assets/4845e030-0e73-47ab-a5a3-430308913060"/></a>
|
135
|
+
📹 Check out the complete playlist of video turorials on [YouTube](https://www.youtube.com/watch?v=hPbJZ0HoiDE&list=PLug0g7UYHX8D1Jik6NkJjQhdxqS-NOtB9). 🆕<br>
|
137
136
|
|
138
137
|
<p align="center"><i>How to Generate a Map for Farming Simulator 25 and 22 from a real place using maps4FS.</i></p>
|
139
138
|
|
@@ -149,7 +148,7 @@ There are several ways to use the tool. You obviously need the **first one**, bu
|
|
149
148
|
|
150
149
|
**Option 1:** Open the [maps4fs](https://maps4fs.xyz) and generate a map template in a few clicks.<br>
|
151
150
|
|
152
|
-

|
153
152
|
|
154
153
|
### 😎 For advanced users
|
155
154
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "maps4fs"
|
7
|
-
version = "2.0.
|
7
|
+
version = "2.0.4"
|
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 = "Apache License 2.0"}
|
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
|