Reorganise

This commit is contained in:
Edward Betts 2026-02-27 14:27:38 +00:00
parent 2a2a42fe5d
commit d3e6d7ac42
12 changed files with 206 additions and 178 deletions

View file

@ -54,15 +54,17 @@ A GeoJSON `FeatureCollection` containing:
- A `Point` feature for each stop, with a `name` property (omitted with
`--no-stops`).
#### Requirements
#### Installation
- Python 3
- [Click](https://click.palletsprojects.com/)
- [Requests](https://requests.readthedocs.io/)
Install dependencies:
```
pip install click requests
pip install osm-geojson
```
Or from source:
```
git clone https://git.4angle.com/edward/openstreetmap-tools
cd openstreetmap-tools
pip install -e .
```
## Licence