Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anisotropi4/magpie
Extracts Open Street Map rail data for mainland Britain
https://github.com/anisotropi4/magpie
Last synced: 3 days ago
JSON representation
Extracts Open Street Map rail data for mainland Britain
- Host: GitHub
- URL: https://github.com/anisotropi4/magpie
- Owner: anisotropi4
- License: apache-2.0
- Created: 2020-05-25T17:51:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T21:40:30.000Z (about 1 year ago)
- Last Synced: 2024-11-05T05:26:08.440Z (about 2 months ago)
- Language: HTML
- Size: 77.5 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GB Rail data
Open Street Map contains lots of data about the railway in mainland Britain. These scripts extract the full Open Street Map dataset and then filter for point associated with rail.
## Creating the datafiles and associate geojson format report
Once the dependencies to create the report are met run the script:
$ ./run.sh
This will download, update to a point in time and create a set of geometric point, and line GeoPKG and geojson objects filtered to contain rail related data.
## Dependencies
These are environment and project dependencies.
### Environment dependencies
The required OSM dependencies for the `osmnx` and `geopandas` `python3` modules are installed by the `run.sh` script.