Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.01 KB

Readme.md

File metadata and controls

35 lines (24 loc) · 1.01 KB

gedcomTools

gedcomTools contains a set of scripts to manipulate gedcom files.

Dependencies, defined in file requirements.txt can be installed with pip with the following command:

python -m pip install -r requirements.txt

gedcom2gexf

gedcom2gexf allows to import genealogical data stored in Gephi, an open-source network analysis and visualization software.

The gedcom2gexf script converts a gedcom file to a gexf file.

A gedcom file contains genealogical data, that can be created with many softwares, like Gramps.

A gexf file contains graph data, that can be imported in Gephi.

gedcomAddLatLon

gedcomAddLatLon reads a gedcom file and adds latitude and longitude to all places without these informations. The result is written in a new gedcom file. This script uses geopy to find the latitude and longitude of locations.