Skriv svar

chemins relationnels entre deux personnes

Pour les utilisateurs du logiciel Gramps.
glopglop
glopglop
Inlägg: 3471
Släktträd: Icke-grafisk
Sökning: Text
Visa deras familjeträd.
Bonjour

Quelqu'un a t il une idee sur comment extraire tous les chemins relationnels entre deux personnes?
Developpeur du greffon GedcomforGeneanet pour GRAMPS
https://github.com/grocanar/glopgrampsaddons/tree/main/addons-source/GedcomforGeneanet
Telechargement https://github.com/grocanar/glopgrampsaddons/raw/main/addons/5.1/download/GedcomforGeneanet.zip
Sans aucun lien avec l'entreprise Geneanet que celui d’être un abonné premium comme les autres.
patricelegoux
patricelegoux
Inlägg: 1786
Släktträd: Grafisk
Sökning: Text
Visa deras familjeträd.
Hello,

Avec les connexions approfondies? Ou sa version graphique du coté d'Isotammi.

C'est trop simple donc ça doit pas être le sens de la question.
Patrice Legoux Publications: Logiciels utilisés / Version:
  • Windows: Windows 10 Pro
  • Gramps: AIO64-5.1.3-2
  • Geneanet Upload
  • Chrome
glopglop
glopglop
Inlägg: 3471
Släktträd: Icke-grafisk
Sökning: Text
Visa deras familjeträd.
En effet c etait trop simple.

le deep connection gramplet est vraiment trop lent avec ma ase ainsi que le deep connection graph d isotammi.
en fait je voudrais plutot un genre de filtres pour creer apres un graphe.
Developpeur du greffon GedcomforGeneanet pour GRAMPS
https://github.com/grocanar/glopgrampsaddons/tree/main/addons-source/GedcomforGeneanet
Telechargement https://github.com/grocanar/glopgrampsaddons/raw/main/addons/5.1/download/GedcomforGeneanet.zip
Sans aucun lien avec l'entreprise Geneanet que celui d’être un abonné premium comme les autres.
patricelegoux
patricelegoux
Inlägg: 1786
Släktträd: Grafisk
Sökning: Text
Visa deras familjeträd.
Alors tu as le filtre Chemin relationnel entre <l'indivdu> et les individus correspondants au <filtre> mais j'ai l'impression qu'il ne te ramène que le plus court chemin et pas "tous" les chemins.
Patrice Legoux Publications: Logiciels utilisés / Version:
  • Windows: Windows 10 Pro
  • Gramps: AIO64-5.1.3-2
  • Geneanet Upload
  • Chrome
patricelegoux
patricelegoux
Inlägg: 1786
Släktträd: Grafisk
Sökning: Text
Visa deras familjeträd.
sinon, ça me fait penser que je regardais les vidéos de ce gars il y a qq jours dont celle-ci (et d'autres pour les trier, les manipuler): Python: Linked Lists ou celle-là Python: BFS Breadth First Search en me disant que ça pourrait être pas mal pour rechercher des données dans gramps, ça peut peut-être t'intéresser pour programmer directement ta recherche. La seconde est typiquement ce que tu cherches je pense
Patrice Legoux Publications: Logiciels utilisés / Version:
  • Windows: Windows 10 Pro
  • Gramps: AIO64-5.1.3-2
  • Geneanet Upload
  • Chrome
glopglop
glopglop
Inlägg: 3471
Släktträd: Icke-grafisk
Sökning: Text
Visa deras familjeträd.
Bonsoir Patrice

merci pour les liens e les regarderais quand j'aurais une connexion un peu meilleur qu'un modem 56k
Developpeur du greffon GedcomforGeneanet pour GRAMPS
https://github.com/grocanar/glopgrampsaddons/tree/main/addons-source/GedcomforGeneanet
Telechargement https://github.com/grocanar/glopgrampsaddons/raw/main/addons/5.1/download/GedcomforGeneanet.zip
Sans aucun lien avec l'entreprise Geneanet que celui d’être un abonné premium comme les autres.
emyoulation
male
Inlägg: 11
glopglop skrev: 02 augusti 2021, 18:46 Bonjour

Quelqu'un a t il une idee sur comment extraire tous les chemins relationnels entre deux personnes?
Hans Boldt had an experimental Gramps Cosanguinuity Gramplet in alpha testing a few months ago. I decided to put it through a REAL torture test in twisted trees. So I tested it on a download of the European Royals GEDCOM.

https://webtreeprint.com/tp_famous_gedcoms.php

That made Hans decide he wanted to do a rewrite of some of the code. I should check to see how he's doing.

Are you looking for just all the direct connections? Or do you want something like the Deep Connections Gramplet that even shows Associations and Links created in Notes?
llhduflot
male
Inlägg: 322
Släktträd: Grafisk
Sökning: Grafik
Visa deras familjeträd.
patricelegoux skrev: 02 augusti 2021, 20:59 sinon, ça me fait penser que je regardais les vidéos de ce gars il y a qq jours dont celle-ci (et d'autres pour les trier, les manipuler): Python: Linked Lists ou celle-là Python: BFS Breadth First Search en me disant que ça pourrait être pas mal pour rechercher des données dans gramps, ça peut peut-être t'intéresser pour programmer directement ta recherche. La seconde est typiquement ce que tu cherches je pense
Si je devais coder les chemins relationnels je regarderais dans les librairies de graphes (c'est un sujet très étudié en informatique et beaucoup de gens se sont creusé la tête pour faire du code optimisé), google me donne des packages comme "pattern" ou "graph-tool".

Je n'ai pas facilement trouvé le code du gramplet que @emyoulation a mentionné pour voir ce que cela utilise.

Laurent
glopglop
glopglop
Inlägg: 3471
Släktträd: Icke-grafisk
Sökning: Text
Visa deras familjeträd.
emyoulation skrev: 02 augusti 2021, 23:13
glopglop skrev: 02 augusti 2021, 18:46 Bonjour

Quelqu'un a t il une idee sur comment extraire tous les chemins relationnels entre deux personnes?
Hans Boldt had an experimental Gramps Cosanguinuity Gramplet in alpha testing a few months ago. I decided to put it through a REAL torture test in twisted trees. So I tested it on a download of the European Royals GEDCOM.

https://webtreeprint.com/tp_famous_gedcoms.php

That made Hans decide he wanted to do a rewrite of some of the code. I should check to see how he's doing.

Are you looking for just all the direct connections? Or do you want something like the Deep Connections Gramplet that even shows Associations and Links created in Notes?
Hi
Well i m only looking for all the direct connections.
Do u have any links about the Hans Boldt gramplet?
I m interesting too in cosanguinity computation.
Developpeur du greffon GedcomforGeneanet pour GRAMPS
https://github.com/grocanar/glopgrampsaddons/tree/main/addons-source/GedcomforGeneanet
Telechargement https://github.com/grocanar/glopgrampsaddons/raw/main/addons/5.1/download/GedcomforGeneanet.zip
Sans aucun lien avec l'entreprise Geneanet que celui d’être un abonné premium comme les autres.
glopglop
glopglop
Inlägg: 3471
Släktträd: Icke-grafisk
Sökning: Text
Visa deras familjeträd.
llhduflot skrev: 03 augusti 2021, 08:51
patricelegoux skrev: 02 augusti 2021, 20:59 sinon, ça me fait penser que je regardais les vidéos de ce gars il y a qq jours dont celle-ci (et d'autres pour les trier, les manipuler): Python: Linked Lists ou celle-là Python: BFS Breadth First Search en me disant que ça pourrait être pas mal pour rechercher des données dans gramps, ça peut peut-être t'intéresser pour programmer directement ta recherche. La seconde est typiquement ce que tu cherches je pense
Si je devais coder les chemins relationnels je regarderais dans les librairies de graphes (c'est un sujet très étudié en informatique et beaucoup de gens se sont creusé la tête pour faire du code optimisé), google me donne des packages comme "pattern" ou "graph-tool".

Je n'ai pas facilement trouvé le code du gramplet que @emyoulation a mentionné pour voir ce que cela utilise.

Laurent
Salut
en effet les graphes sont a la mode mais pour moi c'est un peu du chinois.
Developpeur du greffon GedcomforGeneanet pour GRAMPS
https://github.com/grocanar/glopgrampsaddons/tree/main/addons-source/GedcomforGeneanet
Telechargement https://github.com/grocanar/glopgrampsaddons/raw/main/addons/5.1/download/GedcomforGeneanet.zip
Sans aucun lien avec l'entreprise Geneanet que celui d’être un abonné premium comme les autres.
emyoulation
male
Inlägg: 11
glopglop skrev: 03 augusti 2021, 10:45
emyoulation skrev: 02 augusti 2021, 23:13
glopglop skrev: 02 augusti 2021, 18:46 Bonjour

Quelqu'un a t il une idee sur comment extraire tous les chemins relationnels entre deux personnes?
Hans Boldt had an experimental Gramps Cosanguinuity Gramplet in alpha testing a few months ago. I decided to put it through a REAL torture test in twisted trees. So I tested it on a download of the European Royals GEDCOM.

https://webtreeprint.com/tp_famous_gedcoms.php

That made Hans decide he wanted to do a rewrite of some of the code. I should check to see how he's doing.

Are you looking for just all the direct connections? Or do you want something like the Deep Connections Gramplet that even shows Associations and Links created in Notes?
Hi
Well i m only looking for all the direct connections.
Do u have any links about the Hans Boldt gramplet?
I m interesting too in cosanguinity computation.
I will eMail an invitation to join this conversation. I will also ask if I can share the code that he sent to me to me privately.

It is his first Gramplet. So gentle encouragement is Requested.

Although I am not a Developer, I have been trying to build up our pool of contributing developers... I offer help testing and documenting.

But I also actively try to build private conversations between people with similar interests. (Too many people with different viewpoints can lead to nothing happening.)

Perhaps we can all do something to build the community?

Perhaps you know a secondary school or junior college teacher of programming? Gramps is a GREAT framework for students to learn. Simple programming projects in graphics, data analysis, reporting can be completed (in as little as a single class period) using the Gramps add-ons framework. It is an alternative to (yet another) games programming lesson and leaves less mess than robotics programming lesson.

If we can encourage teachers to use Gramps this way, teachers sharing their lesson plans will encourage other teachers.
glopglop
glopglop
Inlägg: 3471
Släktträd: Icke-grafisk
Sökning: Text
Visa deras familjeträd.
Hi

Well i m not a developper either
then my code is not very clean :)
Developpeur du greffon GedcomforGeneanet pour GRAMPS
https://github.com/grocanar/glopgrampsaddons/tree/main/addons-source/GedcomforGeneanet
Telechargement https://github.com/grocanar/glopgrampsaddons/raw/main/addons/5.1/download/GedcomforGeneanet.zip
Sans aucun lien avec l'entreprise Geneanet que celui d’être un abonné premium comme les autres.
emyoulation
male
Inlägg: 11
Hans replied that he is willing to share via via email while the Gramplet is in development. He said that new ideas keep causing changes!

I have suggested that you and Patrice would be good Beta testers.

Every add-on should be ready for translation ... I cannot help test translation. I only speak English. (My 1 year of high-school French only recognizes 1 word in 10 in the forum. It is lucky that Chrome has Google Translate enabled!)
patricelegoux
patricelegoux
Inlägg: 1786
Släktträd: Grafisk
Sökning: Text
Visa deras familjeträd.
email sent on Discourse.

Patrice
Patrice Legoux Publications: Logiciels utilisés / Version:
  • Windows: Windows 10 Pro
  • Gramps: AIO64-5.1.3-2
  • Geneanet Upload
  • Chrome
glopglop
glopglop
Inlägg: 3471
Släktträd: Icke-grafisk
Sökning: Text
Visa deras familjeträd.
me too :)

concerning inbreeding computaiton i was wondering if we could use pydigree

https://github.com/jameshicks/pydigree
Developpeur du greffon GedcomforGeneanet pour GRAMPS
https://github.com/grocanar/glopgrampsaddons/tree/main/addons-source/GedcomforGeneanet
Telechargement https://github.com/grocanar/glopgrampsaddons/raw/main/addons/5.1/download/GedcomforGeneanet.zip
Sans aucun lien avec l'entreprise Geneanet que celui d’être un abonné premium comme les autres.
Skriv svar

Återgå till "Gramps"