Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapsam/mbgeocode
CSV > GeoJSON geocoder
https://github.com/mapsam/mbgeocode
Last synced: about 1 month ago
JSON representation
CSV > GeoJSON geocoder
- Host: GitHub
- URL: https://github.com/mapsam/mbgeocode
- Owner: mapsam
- Created: 2015-12-19T20:19:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T21:01:32.000Z (almost 9 years ago)
- Last Synced: 2024-10-01T14:49:30.377Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mbgeocode
A geocoder command line utility that takes a CSV and outputs a [GeoJSON](http://geojson.org) using the [Mapbox Geocoding API](https://www.mapbox.com/developers/api/geocoding/).
```
npm install -g mbgeocode
```![example CLI](./example.gif)
## Usage
```
Usage: mbgeojson file mapbox_tokenOptions:
COMING SOONExamples:
mbgeocode file.csv
```