https://github.com/lmallez/gedcom-to-map
export gedcom to a map format (geojson or kmz)
https://github.com/lmallez/gedcom-to-map
gedcom genealogy kml map
Last synced: 2 months ago
JSON representation
export gedcom to a map format (geojson or kmz)
- Host: GitHub
- URL: https://github.com/lmallez/gedcom-to-map
- Owner: lmallez
- License: mit
- Created: 2020-04-12T01:23:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-03T08:13:39.000Z (9 months ago)
- Last Synced: 2025-09-03T10:13:54.057Z (9 months ago)
- Topics: gedcom, genealogy, kml, map
- Language: Python
- Size: 504 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gedcom-to-map
convert Gedcom to KML/GeoJSON file
_geographic coordinates must be provided in GEDCOM file_
### Usage
```
gedcom_to_map.py [-h] [--max_missing MAX_MISSING]
[--max_line_weight MAX_LINE_WEIGHT]
[--format (kml, geojson)]
input_file output_file main_entity_id
```
### Example
* Input : [sample/intput.ged](samples/input.ged)

`gedcom_to_map.py samples/input.ged samples/output.kml @I0000@`
* Output : [sample/output.kml](samples/output.kml)
