Skip to content

connor-makowski/scgraph_data

Repository files navigation

scgraph_data

PyPI version License: MIT

Large geograph data for the scgraph package. This package includes larger geographs that would be too large to include in the main scgraph package. These geographs include larger and more complete networks like the world highway and world railway networks.

Please note that these geographs are simplified and are not 100% accurate. They are also not directional geographs and should not be used for navigation or any other safety critical applications.

Setup

Make sure you have Python 3.6.x (or higher) installed on your system. You can download it here.

Installation

pip install scgraph_data

Included GeoGraphs

  • world_highways_geograph:
    • What: World highway network from OpenStreetMap
    • Use: from scgraph_data.world_highways import world_highways_geograph
    • Attribution: OpenStreetMaps
    • Length Measurement: Kilometers
    • World Highways Picture
  • world_railways_geograph:
    • What: World railway network from OpenStreetMap
    • Use: from scgraph_data.world_railways import world_railways_geograph
    • Attribution: OpenStreetMaps
    • Length Measurement: Kilometers
    • World Railways Picture
  • world_highways_and_marnet_geograph:
    • What: World highway and marnet network joined by ports
    • Use: from scgraph_data.world_highways_and_marnet import world_highways_and_marnet_geograph
    • Attribution: OpenStreetMaps
    • Attribution: searoute
    • Length Measurement: Kilometers
    • World Highways and Marnet Picture
    • Note: These two networks are connected by ports, where each port is joined to each respective network by using the closest euclidian entry point.
    • Used Ports Picture

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages