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

https://github.com/klaus-tockloth/osmnotes2csv

Fetches OpenStreetMap (OSM) notes and saves them as (rfc-4180) csv file.
https://github.com/klaus-tockloth/osmnotes2csv

converter csv notes openstreetmap osm

Last synced: 12 months ago
JSON representation

Fetches OpenStreetMap (OSM) notes and saves them as (rfc-4180) csv file.

Awesome Lists containing this project

README

          

## osmnotes2csv
### Fetches OpenStreetMap (OSM) notes and saves them as (rfc-4180) csv file.
```
Usage:
./osmnotes2csv <-bbox=lon,lat,lon,lat> [-limit=n] [-closed]

Example:
./osmnotes2csv -bbox=7.47,51.84,7.78,52.06 osmnotes.csv

Options:
-bbox string
bounding box (left,bottom,right,top) (required)
-closed
include closed notes
-limit int
maximum number of notes (default 999)

Argument:
filename string
name of csv output file (required)

Remarks:
A proxy server can be configured via the program environment:
temporary: env HTTP_PROXY=http://proxy.server:port ./osmnotes2csv ...
permanent: export HTTP_PROXY=http://user:password@proxy.server:port
```
The prebuild binaries for [Linux, MacOS (darwin), Windows](https://github.com/Klaus-Tockloth/osmnotes2csv/releases/latest) have no dependencies ... just download the utility and run it from the command line.