aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpux <pux@pux.dom>2022-04-27 20:08:48 +0200
committerpux <pux@pux.dom>2022-04-27 20:08:48 +0200
commitb6fc5db3a51aa3b6cb301f86d8f1af3a81d5d7cc (patch)
tree7872b8893e6fb85e48b3a9d3177f3f3600fa866a
parent697dbb37085851c1e60aaf0ffbbe76ddaca3dfd3 (diff)
downloadgauss_krueger_to_wgs84_kml-b6fc5db3a51aa3b6cb301f86d8f1af3a81d5d7cc.tar.gz
gauss_krueger_to_wgs84_kml-b6fc5db3a51aa3b6cb301f86d8f1af3a81d5d7cc.tar.bz2
gauss_krueger_to_wgs84_kml-b6fc5db3a51aa3b6cb301f86d8f1af3a81d5d7cc.zip
79 char limit*
-rwxr-xr-xgk2kml.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gk2kml.py b/gk2kml.py
index 37d3521..3a02771 100755
--- a/gk2kml.py
+++ b/gk2kml.py
@@ -94,7 +94,8 @@ def main():
if args.write:
print('Writing to kml file: ' + args.write + '.kml')
template = open('template.kml', 'r', encoding='utf-8')
- outf = open(args.write + '.kml', 'w', encoding='utf-8', errors='ignore')
+ outf = open(args.write + '.kml', 'w', encoding='utf-8',\
+ errors='ignore')
line = template.readline()
while line:
in each repos: see "about"-tab (if existing) for more details / README.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa