https://github.com/sackh/maps-cli
A CLI for maps services from various providers.
https://github.com/sackh/maps-cli
cli heremaps location-services mapbox maps-cli osm python python3 tomtom
Last synced: 3 months ago
JSON representation
A CLI for maps services from various providers.
- Host: GitHub
- URL: https://github.com/sackh/maps-cli
- Owner: sackh
- License: mit
- Created: 2021-01-03T13:51:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T07:42:17.000Z (almost 4 years ago)
- Last Synced: 2025-05-21T11:53:49.603Z (5 months ago)
- Topics: cli, heremaps, location-services, mapbox, maps-cli, osm, python, python3, tomtom
- Language: Python
- Homepage: https://maps-cli.readthedocs.io/en/latest/
- Size: 222 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
# Maps CLI
[](https://github.com/sackh/maps-cli/actions)
[](https://maps-cli.readthedocs.io/en/latest/?badge=latest)
[](https://codecov.io/gh/sackh/maps-cli)
[](https://pypi.org/project/maps-cli/)
[](https://pepy.tech/project/maps-cli)
[](https://pypi.org/project/maps-cli/)
[](https://github.com/sackh/maps-cli/graphs/contributors)
[](https://github.com/psf/black)
[](https://github.com/sackh/maps-cli/commits/master)A simple command line tool to access services of various map services providers.
## Usage
# ## Installation
Using conda:
```bash
$ conda install -c conda-forge maps-cli
```
Using pip:```bash
$ pip install maps-cli
```## Test Suite
```bash
$ poetry install
$ pytest -v --durations=10 --cov=maps tests
```### Commands
```bash
$ maps -h
$ maps show
$ maps osm -h
$ maps here -h
$ maps mapbox -h
$ maps tomtom -h
```## Maps Service Providers
Currently, this library is supporting following providers.- [OSM](https://www.openstreetmap.org/)
- [HERE](https://www.here.com/)
- [MapBox](https://www.mapbox.com/)
- [TomTom](https://www.tomtom.com/)
- [ORS](https://openrouteservice.org/)