This programme extracts the output of a search query from the [Epigraphik-Datenbank Clauss / Slaby (EDCS)](http://www.manfredclauss.de/) in a reproducible manner and saves it as a TSV file. The output can be also plotted to a map of the Roman Empire, along with the system of Roman Provinces, roads, and cities.
Project description
Lat Epig 2.0
The Lat-Epig inteface allows you to query the EDCS and save the search result in a TSV (tab separated value) file and plot the results on a map of the Roman Empire without any prior knowledge of programming.
Authors
- Brian Ballsun-Stanton, Macquarie University,
- Petra Heřmánková, Aarhus University,
- Ray Laurence, Macquarie University,
Description
This programme extracts the output of a search query from the Epigraphik-Datenbank Clauss / Slaby (EDCS) in a reproducible manner and saves it as a TSV file. The output can be also plotted to a map of the Roman Empire, along with the system of Roman Provinces, roads, and cities. More on used datasets in the Data Sources
section.
Cite this software
Ballsun-Stanton B., Heřmánková P., Laurence R. Lat Epig (version 2.0). GitHub. URL: https://github.com/mqAncientHistory/Lat-Epig/ DOI: 10.5281/zenodo.5211341
Run Lat Epig with a single click
To launch Lat-Epig on myBinder (as Voila application) click on the following icon
No need for powerful computer, as the tool runs on external servers with a single click. This option is ideal if you want to test the tool or do small searches (with up to 1000 results). Searches with more than 1000+ results will still run, however, the interactive map may not be created. For creation of interactive maps based on large searches we recommend to use some of the other options (see below).
Data Sources
Inscriptions
The Epigraphik-Datenbank Clauss / Slaby (EDCS) is a digital collection of more than 500,000 Latin inscriptions, created by Prof. Manfred Clauss, Anne Kolb, Wolfgang A. Slaby, Barbara Woitas, and hosted by the Universitat Zurich and Katolische Universitat Eichstat-Ingoldstadt.
Map
Roman Empire Boundaries & Provinces
Ancient World Mapping Centre, political shading shapefiles, following the Barington Atlas of Greek Roman World, [AWMC.UNC.EDU ], under the Creative Commons Attribution-NonCommercial 4.0 International License.
- Roman Empire 60 BC (provinces or extent)
- Roman Empire in AD 14 (provinces or extent)
- Roman Empire in AD 69 (provinces or extent)
- Roman Empire in AD 117 (DEFAULT, provinces or extent)
- Roman Empire in AD 200 (provinces or extent)
Roman Roads
-
McCormick, M. et al. 2013. "Roman Road Network (version 2008)," DARMC Scholarly Data Series, Data Contribution Series #2013-5. DARMC, Center for Geographic Analysis, Harvard University, Cambridge MA 02138.
-
Ancient World Mapping Centre, road shapefiles, shapefile for roads, following the Barington Atlas of Greek Roman World, under the Creative Commons Attribution-NonCommercial 4.0 International License. Collection of shapefiles also vailable through the UCD Digital Library
Cities
-
The shapefile of the cities used in the map is based on Hanson, J. W. (2016). Cities Database (OXREP databases). Version 1.0. Accessed (date): http://oxrep.classics.ox.ac.uk/databases/cities/. DOI: https://doi.org/10.5287/bodleian:eqapevAn8.
-
Hanson, J. W. (2016b). An Urban Geography of the Roman World, 100 B.C. to A.D. 300. Oxford: Archaeopress.
Other options how to run Lat Epig
1. To run as Jupyter Notebook on myBinder:
When it starts, click the fast-forward button, or choose the Kernel menu and choose Restart & Run All
.
This option should be used for testing, smaller searches, or demonstration of the Lat Epig. Large searches may take long and may not render properly (as the memory on the myBinder is limited). If you need to perform large seraches, we recommend using the Docker option.
2. To run on your computer as Voila in Docker:
- Install docker on your computer.
- Start Docker
- Open a Command Line / Terminal
- Test if Docker runs by running
docker run hello-world
- If you see the following message, you have installed Docker succesfully:
Hello from Docker! This message shows that your installation appears to be working correctly.
- Now run the following to start the Lat Epig within Docker. You will need a stable internet connection.
docker run -p 8888:8888 denubis/lat-epig-scraper:main
- Go to your browser (Firefox, Chrome...) and paste in
http://localhost:8888/voila/render/EpigraphyScraper.ipynb
and you should see the Lat Epig interface.
Note: If your computer is low on memory, we recommend using Firefox instead of Chrome. If you have troubles starting Docker, close Chrome, and all non-essential software and try again with Firefox browser.
3. For Developers (local build):
We recommend using Ubuntu 18.04+. For testing or development purposes mainly.
Run the following code inside a virtualised environment using direnv and pyenv
sudo apt-get update && sudo apt-get install -y --no-install-recommends apt-transport-https apt-utils build-essential ca-certificates curl git libbz2-dev libffi-dev libgeos++-dev liblzma-dev libncurses5-dev libproj-dev libreadline-dev libsqlite3-dev libssl-dev libxml2-dev libxmlsec1-dev make proj-bin proj-data python3-pip wget zlib1g-dev libgeos-dev libxml2-dev libxslt-dev python-dev libc6 libgcc-s1 libgeos-c1v5 libproj15 libstdc++6 libpython3.8-dev python3.8 python3.8-tk
curl -fsSL https://deb.nodesource.com/setup_15.x | bash -
sudo apt-get install -y --no-install-recommends nodejs
pip3 install numpy==1.20.1 cython wheel
pip3 install --no-cache-dir -r requirements.txt
jupyter nbextension enable --py widgetsnbextension --sys-prefix && jupyter labextension install @jupyter-widgets/jupyterlab-manager && jupyter labextension install @voila-dashboards/jupyterlab-preview && jupyter serverextension enable voila --sys-prefix && jupyter contrib nbextension install --sys-prefix && jupyter nbextension enable init_cell/main
jupyter trust EpigraphyScraper.ipynb
jupyter lab EpigraphyScraper.ipynb
Next, rerun all cells of the Jupyter Notebook.
Optional
Running voila --enable_nbextensions=True --VoilaConfiguration.file_whitelist="['.*']" EpigraphyScraper.ipynb
may provide a cleaner UI than Jupyter Notebook.
For feedback, or to report bugs, please use the Github Issues.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file lat_epig-2.0.2-py3-none-any.whl
.
File metadata
- Download URL: lat_epig-2.0.2-py3-none-any.whl
- Upload date:
- Size: 49.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a59efd891d536d252994eee1ccac1f09bc511fe8d95d1baa453c8e8b1f8388d8 |
|
MD5 | 9f9c1f0189adc6ae8526a96e4bba1370 |
|
BLAKE2b-256 | 4e5f729840a95df285b0573b1d55f7938c713d3ea53614b7e3ffdafafb4c4398 |