elliotchance / gedcom

👪 A Go library and CLI tools for encoding, decoding, traversing, merging, comparing, querying and publishing GEDCOM files.
MIT License
96 stars 21 forks source link

Age estimations/calculations not showing #295

Closed metaben closed 4 years ago

metaben commented 4 years ago

This might be a bug - ages might not have been calculated here? This is in the dataset I provided for #276.

image

elliotchance commented 4 years ago

At first glance that does look like a bug because the Birth seems valid. The Ages are calculated based on the estimated birth date which can be a combination of birth and baptism. I'll investigate with the existing data set you have provided.

On a side note, the Residence in 1901 should be after the Baptism. I'll also look into that - perhaps that's related.