isawnyu / pleiades-gazetteer

This repository provides a home for tickets and other planning documents for the Pleiades gazetteer of ancient places. Code is kept in multiple other repositories.
https://pleiades.stoa.org
11 stars 0 forks source link

Connections in inconsistent state #4

Open paregorios opened 9 years ago

paregorios commented 9 years ago

Discovered working with the CSV dumps, there are some places which have invalid/temporary id's in the "hasConnectionsWith" field:

628924: 619114,874303,628932,copy_of_874316 599777: copy_of_599799,599987,599799,638748 550406: 109376212,713587306,550597,586367305,copy_of_550404,733481546,276639809,20684053,550823,596969470 91357: 458085759,89148,89246,89309,place.2013-03-02.3711045485,89171,89138,89282,89321,89105,89182,112015526,800131926,89110,89155,703547396,728068766,89287 735295266: 766245877,copy_of_550823,copy_of_599799,443550434,975954039,copy_of_550913,873346701,910923521,501780612,446162597,713150916,250877497,copy_of_550535 109004: copy_of_114789,114789

Not sure if these can be corrected just by updating connections through the site, or are just all instances that are currently in-drafting-process of having the connection made showing up in the dumps.

Migrated from http://pleiades.stoa.org/docs/site-issue-tracker/68, where it was originally opened by @ryanfb.

paregorios commented 9 years ago

Added by @ryanfb on Aug 11, 2014 02:55 PM There's also a potentially-related variant of this, which is connections that point to other non-existent places. For example, http://pleiades.stoa.org/places/275577 (Abila M.) and http://pleiades.stoa.org/places/256198 (Herakleios Porthmos/Gaditanum Fretum) both have connections with 733985672, which has no entry in the places CSV dump but http://pleiades.stoa.org/places/733985672 redirects to http://pleiades.stoa.org/places/275614 (Columnae Herculis).

Here's a list of some places in the CSV dump likely affected by this variant of the issue: 275577 - Abila M. 383579 - Augusta Praetoria 590084 - Tylisos 550736 - Meter Plastena, T. 432782 - Circeii 1 442537 - Casuentus fl. 530975 - Leucas Ins. 157922 - Sambracitanus Sinus 491688 - Pella 403264 - Prilius L. 413164 - Heba 422808 - Ad Duas Lauros 735295266 - Ionian League

These are just those places with no connectsWith "parents", for which all "children" listed in hasConnectionsWith have no matching entry in the places CSV dump.

paregorios commented 5 years ago

Is this possibly related to #336, #337, and/or #269