Personal tools
@Pleiades on Mastodon
07 September 2024

Already in our Zotero library, but newly added to the bibliographic work quick lookup gadget used to construct references in the Pleiades gazetteer:

- IGLSyr = Jalabert, Louis, and René Mouterde, eds. Inscriptions grecques et latines de la Syrie. Bibliothèque archéologique et historique. Paris: P. Geuthner, 1929. zotero.org/groups/2533/items/G

- Wikipedia (Spanish) = Wikipedia: la enciclopedia de contenido libre. Wikimedia Foundation, 2001. es.wikipedia.org. zotero.org/groups/2533/items/L

06 September 2024

Export Updates 2024-09-06:
Pleiades gazetteer of ancient places

1 new and 22 updated places.

1. Downloads: pleiades.stoa.org/downloads

2. pleiades.datasets: github.com/isawnyu/pleiades.da:

"main" branch:

b81211e5 - updated legacy csv
7534c211 - updated json
no change: rdf/ttl
38cd0387 - updated gis package
eaf2a8ee - updated data quality
0e01a876 - updated bibliography
61658e02 - updated indexes

3. pleiades-geojson: github.com/ryanfb/pleiades-geo:

cf274e4a - updated geojson and names index

05 September 2024

Wikidata -> Pleiades gazetteer alignments updated 2024-09-05:

10,545 Wikidata entities include a Pleiades ID property (68 more than when last updated on 2024-08-13).

Always latest version in CSV format: github.com/isawnyu/pleiades_wi

Latest commit hash: 0274b23

05 September 2024

Export Updates 2024-09-05:
Pleiades gazetteer of ancient places

29 updated places.

1. Downloads: pleiades.stoa.org/downloads

2. pleiades.datasets: github.com/isawnyu/pleiades.da:

"main" branch:

eb14d9bb - updated legacy csv
e25a5cde - updated json
no change: rdf/ttl
5da2ce70 - updated gis package
e895743b - updated data quality
3d62fb23 - updated bibliography
49b967c7 - updated indexes

3. pleiades-geojson: github.com/ryanfb/pleiades-geo:

082eb740 - updated geojson and names index

04 September 2024

Export Updates 2024-09-04:
Pleiades gazetteer of ancient places

1 new and 16 updated places.

1. Downloads: pleiades.stoa.org/downloads

2. pleiades.datasets: github.com/isawnyu/pleiades.da:

"main" branch:

711a586e - updated legacy csv
8fc7443b - updated json
no change: rdf/ttl
a664a84d - updated gis package
3fa431d9 - updated data quality
69de255f - updated bibliography
af699359 - updated indexes

3. pleiades-geojson: github.com/ryanfb/pleiades-geo:

ba464460 - updated geojson and names index

@Pleiades on Mastodon - More…

Pleiades Data Viewer

Creators: Victor Temprano
Contributors: Tom Elliott
Copyright © The Contributors. Sharing and remixing permitted under terms of the Creative Commons Attribution 3.0 License (cc-by).
Last modified Jul 31, 2024 08:12 AM
A guest post by Victor Temprano in the Pleiades gazetteer "Projects and Partners" series about this web application that enables the user to browse and search the Pleiades dataset by name and time period, viewing all the results on a single, interactive map.

https://mapstertech.github.io/pleiades-data-viewer/

During a Digital Humanities seminar in Cyprus in May of 2022, I was introduced to the Pleiades project. Being an avid map enthusiast and an expert in digital mapping, the first thing I wanted to do was to see the massive trove of data visualized on a map. It can be a bit of a struggle, because it's such a large dataset with so many ins and outs, but I made the Pleiades Data Viewer over a week or so. It uses Mapbox tileset conversions, time sliders, and some visualization of different areas by names to present the data and allow the user to navigate by year.

In creating the application, I experimented with a few ways to handle and load the large Pleiades dataset without causing huge load times or a weighty experience for the user. The best method I came up with was getting a CSV dump of the Pleaides database, and using that for two purposes: one, to create a Mapbox Dataset, and two, to create a minimal JSON file that I could use for a typeahead geocode-type functionality on the front-end map.

Managing and styling the Mapbox dataset to show labels and handle well at far-out zoom levels is the most challenging part of a project like this, and required using the Mapbox Tiling Service (MTS) to upload a tileset to Mapbox with specifications for how to handle zoom levels and simplification. From there, I created a custom Mapbox Style and removed most standard placenames to make it easier to view the map's plethora of labels. Each feature has its date marked and a name so that it can later be referenced by the time slider and geocoder.

The minimal JSON file comes in handy at this point, to generate the bounds of the time slider as well as provide the features to the Mapbox Geocoder Control with a custom search function. 

The rest of the project is relatively simple HTML, CSS, and Javascript, using jQuery for user interactivity. Of course, Mapbox GL JS plays an important role in the project.

If you'd like to know more about my work, check out my personal website, my company website, or my Youtube channel. Thanks for reading!

The project is easy to start up, and can be downloaded and run with a simple server. However, uploading a similar dataset to Mapbox will prove challenging, and would require some experimentation with the Mapbox Tiling Service. I have made a Youtube video on this subject that may help, though!

Overall, this project was great fun and I'd love to do more with the dataset in the future.