]> marstr Code Repo - orthographic/commitdiff
Changed licensing model info, beginning of tilegen - the class which completes the...
authormarstr <marcus@marstr.online>
Tue, 27 Aug 2024 19:55:25 +0000 (21:55 +0200)
committermarstr <marcus@marstr.online>
Tue, 27 Aug 2024 19:55:25 +0000 (21:55 +0200)
defines.py
functions.py
layergen.py
log.py
maskgen.py
og.py
orthographic.py
osmxml.py
photogen.py
tiledb.py
tilegen.py [new file with mode: 0644]

index 0318f8ee86113c4171ba0d290e62ae2bc895bf20..0421b4393e8b4d1ed4db4a77bf146ce315278663 100644 (file)
@@ -3,7 +3,7 @@
 # ORTHOGRAPHIC
 # Your personal aerial satellite. Always on. At any altitude.*
 # Developed by MarStrMind
-# License: MIT
+# License: Open Software License 3.0
 # Up to date version always on marstr.online
 # -------------------------------------------------------------------
 # defines.py
index b4a8511f3abf92dcd86d0ba8994aa27d74f606d3..cc89aeba37e8d67f4cf6900f692326a1f2da6973 100644 (file)
@@ -3,7 +3,7 @@
 # ORTHOGRAPHIC
 # Your personal aerial satellite. Always on. At any altitude.*
 # Developed by MarStrMind
-# License: MIT
+# License: Open Software License 3.0
 # Up to date version always on marstr.online
 # -------------------------------------------------------------------
 # functions.py
index b4da8c865f3f2aaf09bfba7af79a7ad8c546093b..bc0ded04b8f6da031f76206bdf1b3e0be77dea51 100644 (file)
@@ -3,7 +3,7 @@
 # ORTHOGRAPHIC
 # Your personal aerial satellite. Always on. At any altitude.*
 # Developed by MarStrMind
-# License: MIT
+# License: Open Software License 3.0
 # Up to date version always on marstr.online
 # -------------------------------------------------------------------
 # layergen.py
diff --git a/log.py b/log.py
index 57d2dccbfcfc058ea9d1bd78beaf6070f0f506d6..e7ad68a008ee76d9b118c5700911c4459401c3fd 100644 (file)
--- a/log.py
+++ b/log.py
@@ -3,7 +3,7 @@
 # ORTHOGRAPHIC
 # Your personal aerial satellite. Always on. At any altitude.*
 # Developed by MarStrMind
-# License: MIT
+# License: Open Software License 3.0
 # Up to date version always on marstr.online
 # -------------------------------------------------------------------
 # log.py
index 4f4823c902549cd24cc738d7125cdf270b80a2f4..4c4a97a4751ebf86733f15e158a3f668367db13b 100644 (file)
@@ -3,7 +3,7 @@
 # ORTHOGRAPHIC
 # Your personal aerial satellite. Always on. At any altitude.*
 # Developed by MarStrMind
-# License: MIT
+# License: Open Software License 3.0
 # Up to date version always on marstr.online
 # -------------------------------------------------------------------
 # maskgen.py
diff --git a/og.py b/og.py
index dbd1bbebed9714e81e69ca788d846d2cacfe5616..90a469e9d19b0fb26b561ef992ee16e586e138c2 100644 (file)
--- a/og.py
+++ b/og.py
@@ -9,7 +9,7 @@ from defines import *
 # ORTHOGRAPHIC
 # Your personal aerial satellite. Always on. At any altitude.*
 # Developed by MarStrMind
-# License: MIT
+# License: Open Software License 3.0
 # Up to date version always on marstr.online
 # -------------------------------------------------------------------
 # og.py
index ba10abebf6a289ba110d323f1748f99687ff2d93..efa7fc0e0527e85004b216c6ef4f24f3b363e90e 100644 (file)
@@ -3,7 +3,7 @@
 # ORTHOGRAPHIC
 # Your personal aerial satellite. Always on. At any altitude.*
 # Developed by MarStrMind
-# License: MIT
+# License: Open Software License 3.0
 # Up to date version always on marstr.online
 # -------------------------------------------------------------------
 # orthographic.py
index 63d62e83a790a5963b4fd8868ef19b9398499d78..e7c5cf80923403d0f433a0bcfa15b3352a9f0b24 100644 (file)
--- a/osmxml.py
+++ b/osmxml.py
@@ -3,7 +3,7 @@
 # ORTHOGRAPHIC
 # Your personal aerial satellite. Always on. At any altitude.*
 # Developed by MarStrMind
-# License: MIT
+# License: Open Software License 3.0
 # Up to date version always on marstr.online
 # -------------------------------------------------------------------
 # osmxml.py
index 320ca8b2d28f86b63ed3ce6aefbaf1f2f128499c..5e1995191a1b5184c35c81aa67290f2041cd8b63 100644 (file)
@@ -9,7 +9,7 @@ from log import *
 # ORTHOGRAPHIC
 # Your personal aerial satellite. Always on. At any altitude.*
 # Developed by MarStrMind
-# License: MIT
+# License: Open Software License 3.0
 # Up to date version always on marstr.online
 # -------------------------------------------------------------------
 # photogen.py
index bb118f889ca106cd778def050306fb26db7dcff9..5109484c5780e72b49b1b64f3bb6b5194eb95595 100644 (file)
--- a/tiledb.py
+++ b/tiledb.py
@@ -3,7 +3,7 @@
 # ORTHOGRAPHIC
 # Your personal aerial satellite. Always on. At any altitude.*
 # Developed by MarStrMind
-# License: MIT
+# License: Open Software License 3.0
 # Up to date version always on marstr.online
 # -------------------------------------------------------------------
 # tiledb.py
diff --git a/tilegen.py b/tilegen.py
new file mode 100644 (file)
index 0000000..a1fcb52
--- /dev/null
@@ -0,0 +1,35 @@
+
+# -------------------------------------------------------------------
+# ORTHOGRAPHIC
+# Your personal aerial satellite. Always on. At any altitude.*
+# Developed by MarStrMind
+# License: Open Software License 3.0
+# Up to date version always on marstr.online
+# -------------------------------------------------------------------
+# tilegen.py
+# Generates ZL16 tiles from the generated material, while checking on
+# presence of airports, and keeping ZL18 tiles of the specified
+# radius in defines.py. This also writes down the correspoding .ter
+# files for X-Plane. Be careful: the unneeded ZL18 tiles will be
+# removed.
+# -------------------------------------------------------------------
+
+from PIL import Image, ImageFilter
+from log import *
+from functions import *
+from tiledb import *
+
+class mstr_tilegen:
+    # We only need some values. Also sets up connection to DB
+    def __init__(self, lat, lng, lngw, vstep):
+        self._lat = lat
+        self._lng = lng
+        self._lngw = lngw
+        self._vstep = vstep
+        # Connection to DB
+        self._tiledb = mstr_tiledb(lat, lng)
+
+
+    # Generates the ZL16 tiles and stores them
+    def genTiles(self):
+        pass
\ No newline at end of file