Skip to content

Gjacquenot/gedcomTools

Repository files navigation

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.

About

Convert a gedcom file to a gexf file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages