aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: efb724f41bef382159303c68f4c29e861b75125d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# gk2kml

## Convert Gauss-Kru(e)ger Coordinates to WGS84

Convert a GK Coordinate to WGS84 and (optionally) export
output to a .kml file.

Example usage:

```text
./gk2kml.py -z 5 -w out 4973819 5403153
48.544705978693315, 7.869524492879161
Writing to kml file: out.kml
```
Easting and Northing value should be 7 chars, if 6, the program will append a 0.

$LON, $LAT and $NAME in template.kml will be replaced.

### Usage

```text
usage: gk2kml.py [-h] [-z [ZONE]] [-w [WRITE]] coord coord
```

### Help

```text
Convert Gauss-Kru(e)ger Coordinates to WGS84

positional arguments:
  coord                 
                        [easting northing] ([Rechtswert Hochwert])

optional arguments:
  -h, --help            show this help message and exit
  -z [ZONE], --zone [ZONE]
                        
                        Input Gauss-Kruger Zone (Default: 3)
                        2 = 3deg Zone 2: Germany
                        3 = 3deg Zone 3: Germany onshore between 7°30'E and 10°30'E
                        4 = 3deg Zone 4: Germany onshore between 10°30'E and 13°30'E
                        5 = 3deg Zone 5: Germany onshore east of 13°30'E
  -w [WRITE], --write [WRITE]
                        Write to file [filename] (.kml gets attached)
```
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