-
For the record, a cycle gw -> ged -> gw does not reconstruct a base identical to the original.
Missing items:
- images/basename : portraits
- src/basename : source files and associated images
- e…
-
The rename feature only seems to rename whole day events, not a one hour event...
Submitted by Ged
-
Is there currently a cli command that can merge two individual nodes within the same Gedcom file and output it to a new file?
-
I love your stuff and use it all the time.
The issue does not always happen for all my trees. I have some (all from the same GED file) that have this problem.
The screen output is fine. It is just…
-
I want to use the code on other datasets, but .csv files is needed in the exp.py file.where is the code to generate the csv file?
In the data/result/aids700nef1/csv/ I found some csv file likes 'ged_…
-
Using a .ged encoded in UTF8. The double byte character "" (erroniously) was in the content of a couple of NOTE+CONT tags.
The parser threw an "Invalid format" error for the line and halted pro…
-
At the analysis workshop, it was argued that the slowness of the DataLoader was only due to the IO speed. When I loaded the data with "low-level routines", I never felt it was that slow.
To test this…
-
from ged:
incase someone doesn't send a proper body you should put if (!req.body) return res.json({error: 'no'})
or something at the top of all your routes that use req.body
res.status(400).jso…
-
add "graph edit distance" metric to distance module
https://en.wikipedia.org/wiki/Graph_edit_distance
references here:
https://github.com/priba/aproximated_ged
-
Kristopher,
How big of a file should php-gedcom be able to handle? It loads the whole GEDCOM into memory, doesn't it?
I've got a GEDCOM with about 19,000 people (9.4M) and php-gedcom runs out of m…