Pleiades Data for GIS
Data is updated several times each week.
Last update to this “README” document: 6 September 2022
A collection of CSV files derived from data in the Pleiades gazetteer of
ancient places. This collection is intended to facilitate use of
Pleiades data in geographic information systems software.
Files have been tested for use in QGIS.
Download latest dataset: pleiades_gis_data.zip
Quick Start
- Download and unzip the
pleiades_gis_data.zip
file.
- Load
places.csv
as “delimited text” (see “Technical
Metadata” below)
- Set X =
representative_longitude
and Y =
representative_latitude
- You’ll get dots for “representative points” (see sub
“representative_” in “Fields”, below) for the recorded geometries
(locations in Pleiades parlance) of each place.
Accuracy and
precision can vary wildly!
If the value in the location_precision
field
for a place is “rough”, do not assume the representative point is
accurate. It may just be the centroid of a large bounding
box. The accuracy of the representative point for your purposes may
also be affected by the accuracy or precision of the source data or
by the presence of multiple “less certain” or “uncertain” locations
for a given place. “Associated modern” locations may also prove
misleading.
To get an envelope around the feature’s probable location(s),
load places.csv
again as “delimited text” but this time
use the geometries in bounding_box_wkt
instead of the
representative lat/lons.
More Adventures (Locations)
The locations.csv
file contains each location
associated with each place. You’ll probably want to use joins to
hook them up with places.csv
. Watch out not only for
the individual location_precision
field values, but
also for the accuracy_radius
field (in
meters). Note the difference between “associated
modern”, “relocated modern” and other “location types”.
Files
For definitions of Pleiades Connections, Locations,
Names, and Places see the Pleiades
Conceptual Overview. For definitions of Points, LineStrings
(Lines), and Polygons, see the Introduction
to Vector Data in the Data
Carpentry Introduction to Geospatial Concepts.
- Coordinate reference system and coordinate representation:
WGS-84 signed decimal degrees of Longitude and Latitude
- File format: Comma-Separated Values (CSV)
- Field delimiter: comma
- Text delimiters: double quotation marks, used only when
necessary (e.g., when field contains a comma)
- Text encoding: UTF-8 with Byte Order Marker (BOM)
Field Definitions
-
accuracy_assessment_uri
-
-
A Uniform Resource Identifier for an HTML document that describes
the source, precision, and accuracy of the coordinates provided for
a particular location.
-
Applies to:
locations.csv
-
accuracy_radius
-
-
Distance in meters indicating the presumed horizontal accuracy of
the coordinates provided for a particular location.
-
Applies to:
locations.csv
-
archaeological_remains
-
-
Term indicating whether archaeological remains are known to be
visible at a particular location and, if so, how substantive they
are.
-
Terms and definitions:
archaeological_remains.csv
-
Applies to:
locations.csv
-
association_certainty
-
-
Term indicating the level of certainty in the association between a
place and a name, location, or connection.
-
Terms and definitions:
association_certainty.csv
-
Applies to:
connections.csv
,
locations_*.csv
, names.csv
.
-
attested_form
-
-
Transcription of the attested form of the name in its original
language and script (Unicode characters), if known.
-
Applies to:
names.csv
-
bounding_box_wkt
-
-
A bounding box for the geometries of all locations associated with a
given place.
-
Format: expressed as a Polygon using the
Well-Known
Text (WKT) format.
-
connection_type
-
-
Term indicating the nature of a connection between two places.
-
Terms and definitions:
connection_types.csv
-
Applies to:
connections.csv
.
-
connects_to
-
-
Uniform Resource Identifier of the Pleiades place that is
the object of a connection.
-
Applies to:
connections.csv
.
-
created
-
-
Date and time the record was created in the Pleiades
gazetteer.
-
Format: A date-time string conforming to the
ISO 8601 Date and
Time Format, e.g. “2016-07-13T13:31:46Z”. All date-times are
calculated to the second in
Coordinated
Universal Time (UTC) and the “Z” timezone indicator is appended.
-
Applies to:
connections.csv
,
locations_*.csv
, names.csv
, and
places.csv
.
-
description
-
-
A English-language description of a particular connection, location,
name, or place.
-
Applies to:
connections.csv
,
locations_*.csv
, names.csv
, and
places.csv
.
-
details
-
-
English-language text providing discussion of a particular
connection, location, name, or place above and beyond that included
in the “description”.
-
Format: This field may include HTML tags.
-
Applies to:
connections.csv
,
locations_*.csv
, names.csv
, and
places.csv
.
-
geometry_wkt
-
-
Spatial geometry of a particular location.
-
Applies to:
locations_*.csv
.
-
id
-
-
Alphanumeric identifier for a particular connection, name, location,
or place. Can be used together with “place_id” to join connections,
names, and locations with the corresponding place data.
-
Note: A given “id” value is unique within the CSV file in which is
appears; however, “id” uniqueness in the Pleiades webapp is
contextual. Therefore, to obtain a completely unique identifier for
any item in the Pleiades dataset, use its “uri” value
rather than its “id” value.
-
Applies to:
connections.csv
,
locations_*.csv
, names.csv
, and
places.csv
.
-
location_precision
-
-
A categorical indicator for each Pleiades “Location” or “Place”
resource that indicates how the associated coordinate information
should be interpreted and used. One of two values may appear:
“precise” or “rough”.
-
“precise”: a Location’s geometry is meant to convey a specific
position on the earth’s surface (subject further to the “positional
accuracy” q.v. of the source data and/or digitization method)
-
“rough”: a Location’s geometry (usually a polygon) is meant to
convey the spatial bounds within which the feature in question
should be sought or might lie. “Rough” Locations are usually derived
from small-scale and sketch map resources, gazetteers that use
“bingo” map grid references rather than spatial coordinates, and
similar sources.
-
Applies to:
locations_*.csv
and
places.csv
.
-
language_tag
-
-
An alphabetic string indicating the language and writing system of
the name contained in the “attested_form” field.
-
Format: A string conforming to
IETF BCP 47
Language Tags whose subtags are registered in the
IANA
Language Subtag Registry.
-
Terms and definitions: all language tags appearing in
Pleiades data are defined in
languages_and_scripts.csv
.
-
Applies to:
names.csv
.
-
name_type
-
-
Term indicating the type or function of a name string as recorded in
Pleiades.
-
Terms and definitions:
name_types.csv
.
-
Applies to:
names.csv
.
-
place_id
-
-
An alphabetic string providing the “id” value for the place with
which a particular connection, location, or name is associated. In
the case of a connection, this is the place from
which the connection originates. This field can be used to
join data about related connections, names, locations, and places.
-
Applies to:
connections.csv
,
locations_*.csv
, and names.csv
.
-
provenance
-
-
A short textual statement indicating the origin of the data
represented in the record.
-
Applies to:
connections.csv
,
locations_*.csv
, names.csv
, and
places.csv
.
-
representative_latitude
-
-
representative_longitude
-
-
romanized_form_1
-
-
A romanized form of a name for a Pleiades place.
-
Note: this field may have a value even if the “attested_form” for a
name is blank. When a value is provided in “attested_form”, this
value is a romanization of that form. Otherwise, this form has been
recorded from a secondary source in which the original language and
script are not provided (or if the script used originally was not
yet supported by the Unicode standard at the time the record was
created.)
-
Applies to:
names.csv
.
-
romanized_form_2
-
-
An alternate romanized form for a name. See “romanized_form_1”.
-
Applies to:
names.csv
.
-
romanized_form_3
-
-
An alternate romanized form for a name. See “romanized_form_1”.
-
Applies to:
names.csv
.
-
title
-
-
An alphanumeric string providing a title for a particular
connection, location, name, or place. For more information about
naming conventions in Pleiades, see
“About
Titles” in the Pleiades Editorial Guidelines.
-
Applies to:
connections.csv
,
locations_*.csv
, names.csv
, and
places.csv
.
-
transcription_accuracy
-
-
A term indicating the level of accuracy thought to obtain with
respect to the witness tradition of a particular name variant (i.e.,
whether or not it has been transmitted to us correctly).
-
Terms and definitions:
transcription_accuracy.csv
.
-
Applies to:
names.csv
.
-
transcription_completeness
-
-
Term indicating whether the witness tradition of a particular name
variant has brought us the name in complete form, or if it is
fragmentary.
-
Terms and definitions:
transcription_completeness.csv
.
-
Applies to:
names.csv
.
-
uri
-
-
A Uniform Resource Identifier uniquely identifying a particular
connection, location, name, or place.
-
Applies to:
connections.csv
,
locations_*.csv
, names.csv
, and
places.csv
.
-
year_after_which
-
-
The year after which a particular connection, location, name, or
place flourished, was in use, or otherwise obtained, i.e.,
terminus
post quem.
-
Format: a signed integer indicating a year in the
proleptic
Julian calendar. There is no
year zero.
-
Applies to:
connections.csv
,
locations_*.csv
, names.csv
, and
places.csv
.
-
year_before_which
-
-
The year before which a particular connection, location, name, or
place flourished, was in use, or otherwise obtained, i.e.,
terminus ante quem.
-
Format: a signed integer indicating a year in the
proleptic
Julian calendar. There is no
year zero.
-
Applies to:
connections.csv
,
locations_*.csv
, names.csv
, and
places.csv
.