Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hackergrrl/osm-grab

:earth_africa: CLI utility for grabbing OSM XML from OSM.org.
https://github.com/hackergrrl/osm-grab

Last synced: 1 day ago
JSON representation

:earth_africa: CLI utility for grabbing OSM XML from OSM.org.

Awesome Lists containing this project

README

        

# osm-grab

> CLI utility for grabbing OSM XML from OSM.org.

## Usage

```
$ osm-grab
USAGE: osm-grab LAT LON RADIUS-KM

$ osm-grab 37.7274 -122.1134 0.2



...
```

## Install

With [npm](https://npmjs.org/) installed, run

```
$ npm install --global osm-grab
```

## Requirements

- `curl`
- `bc`

## License

ISC