Skip to content

Klaus-Tockloth/osmnotes2csv

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

osmnotes2csv

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

Usage:
  ./osmnotes2csv <-bbox=lon,lat,lon,lat> [-limit=n] [-closed] <filename>

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 have no dependencies ... just download the utility and run it from the command line.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published