Package classical_atlas

Expand source code
from location import Location
from name import Name
from pleiad import Pleiad
# pleiades wrangler methods
from pleiades_wrangler import make_pleiades_objects
from pleiades_wrangler import find_keyword
from pleiades_wrangler import get_pleiades_as_nodes
from pleiades_wrangler import add_connections_as_edges
from pleiades_wrangler import get_pleiades_network_shortcut
from pleiades_wrangler import add_topos_text_data_to_network
# topos text wrangler methods
from topos_wrangler import load_json
from topos_wrangler import get_topos_data
from topos_wrangler import switch_to_pleiades_ids
from topos_wrangler import swap_key_value_pairs
from topos_wrangler import parse_topos_place_refs

Sub-modules

classical_atlas.downloaders

Contains methods to download and unzip JSON files.

classical_atlas.location

This module represents a Pleiades location …

classical_atlas.name

This module represents a Name object …

classical_atlas.pleiad

Module to represent a Pleiades place …

classical_atlas.pleiades_wrangler

Classical Atlas : A Python Package for Open-Access Geospatial Datasets about the Ancient World Developed by Annie K. Lamar (Stanford University | …

classical_atlas.topos_wrangler