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.
- Host: GitHub
- URL: https://github.com/klaus-tockloth/osmnotes2csv
- Owner: Klaus-Tockloth
- License: mit
- Created: 2017-03-01T08:11:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T07:12:35.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T18:45:47.753Z (about 1 year ago)
- Topics: converter, csv, notes, openstreetmap, osm
- Language: Go
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.