These files are an augmented digitization of Appendix 27 ("Colonisation and Hellenisation") from Hansen and Nielsen, An Inventory of Archaic and Classical Poleis. They contain both the Pleiades ID (PID) for each colony and metropolis, insofar as one exists, and the Polis Inventory number, again insofar as one exists (since not all the founders or colonies are poleis).
The initial digitization of the appendix into a spreadsheet was done with the aid of Gemini, and then corrected, cleaned, and prepped for data work by hand in Google Sheets; all subsequent work was done in Python without use of AI (the Jupyter notebook is available here, although it can't actually be run without the relevant source files). Locations were programmatically associated with their PIDs where possible, and then further matching, disambiguating, and correcting was done by hand. A caveat: there are likely still some incorrect identifications! Please feel free to submit corrections. The matching of Polis Inventory numbers (here labeled as HNID) was also done programmatically, drawing the IDs from a GeoJSON file provided by the IOS app of the Polis Inventory, in turn derived from the Stanford Polis Project.
File Downloadsregion: name of geographic region, from Hansen-Nielsen appendixcolony_name: name of colony, from Hansen-Nielsen appendixcolony_pid: the Pleiades ID for the colonyhn_founder: name(s) of metropol(e)is, from Hansen-Nielsen appendixinitial_foundation: a boolean (true/false) variable indicating whether or not Hansen-Nielsen mark this with 'Re.' or 'occ.' to indicate a re-foundation or occupationoccupation: a boolean (true/false) variable indicating whether or not Hansen-Nielsen mark this with 'occ.' to indicate an occupationhn_foundation_date: approximate or exact date of foundation, from Hansen-Nielsen appendixhn_primary_secondary: primary or secondary colony, from Hansen-Nielsen appendixhn_polis_type: type of polis, from Hansen-Nielsen appendix (types α, β and γ indicate the degree of Hellenicity; see Hansen-Nielsen p.7)founder_pid: the Pleiades ID for the metropolisfounder_name: the name of an individual metropolis, extracted from hn_foundercertain: a boolean (true/false) variable indicating whether the association between metropolis and colony is certain (e.g., is there a question mark or an 'or' in Hansen-Nielsen)colony_hnid: the Polis Inv. number for the colonyfounder_hnid: the Polis Inv. number for the metropoliscolonizing_expeditions.ipynb), using the Notebook plugin, in a new QGIS project
source_path and save_path in the first notebook cell (the source path should be the location of your unzipped files; the save path should be where you want the resulting Geopackage file to be saved, which can be the same as or different from the source path)Licensed under CC-BY-4.0.
Version history