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 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 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.