Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mapsam/mbgeocode

CSV > GeoJSON geocoder
https://github.com/mapsam/mbgeocode

Last synced: about 2 months ago
JSON representation

CSV > GeoJSON geocoder

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_token

Options:
COMING SOON

Examples:
mbgeocode file.csv
```