romjerome / GeneanetForGramps

Gramplet/Script to import into Gramps persons from Geneanet
GNU Affero General Public License v3.0
7 stars 4 forks source link

Need a second pass for some places on individual events #4

Closed romjerome closed 1 year ago

romjerome commented 1 year ago

Currently, there is still a fallback on some cases for individual events. A possible parsing issue on place names for birth or death events. Family events, like marriage seem correct. Just a dirty setting on code name for marriage place.

romjerome commented 1 year ago

The try/except blocs will hide the problem as it uses uuid.NAMESPACE_URL as textual 'fallback' value(s). So, related to the individual page and its url value.

romjerome commented 1 year ago

Maybe, just need a better return : a cleanup. All related pages have empty data on event. So, like for individuals on family, they are only "ghost" events, even they exist (birth and death) for these individuals.

romjerome commented 1 year ago

PR #5

/ $ gramps -d "GeneanetForGramps"