A small package to download structured bike infrastructure data from Open Street Map (OSM).
Project description
CycleOSM
The purpose of CycleOSM is to download structured bike infrastructure data from Open Street Map (OSM).
Now on PyPi
This package is easy to use. You can get started by installing the package:
pip install cycleosm
Then import the BikeOSM module.
from cycleosm.bikeosm import BikeOSM
Next define the output directory and the .pbf url
output_path = r'/Users/danielpatterson/Documents/GitHub/ExtractOSM/src/output'
urls = {'District of Columbia': 'http://download.geofabrik.de/north-america/us/district-of-columbia-latest.osm.pbf'}
Finally, extract the pbf
BikeOSM(urls, output_path).handle_pbfs()
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cycleosmdata-0.0.2.4.tar.gz.
File metadata
- Download URL: cycleosmdata-0.0.2.4.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d207f3d268d2bc573a23682f8732f869fa517de9882437fe679022cca45b604a
|
|
| MD5 |
b06399af6a831650805e5d0e4a10002c
|
|
| BLAKE2b-256 |
60854532ae3576b700cf0e3ebebbe18844835950eb6904fef562111555f394da
|
File details
Details for the file cycleosmdata-0.0.2.4-py3-none-any.whl.
File metadata
- Download URL: cycleosmdata-0.0.2.4-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04cf9a99a844ee9ebd046cfd77a92860cb54502ec23af39ce9ff988721175f45
|
|
| MD5 |
4a9a668f63bfdfedd3cc98023b952e9a
|
|
| BLAKE2b-256 |
c29e2435b86d148f1c584974d21cd8a0885f5e50b419e7fc2541d118dc6a18b6
|