Reorganise
This commit is contained in:
parent
2a2a42fe5d
commit
d3e6d7ac42
12 changed files with 206 additions and 178 deletions
16
README.md
16
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue