Skip to content

command line tool to convert geojson to osmosis .poly and vice versa

License

Notifications You must be signed in to change notification settings

ttpr0/geojson2poly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.10 GitHub GitHub release (latest by date)

geojson2poly

Convert between GeoJSON Polygons/Multipolygons and Osmosis Polygon Filter File Format.

Usage

Command-Line Arguments:

argument type description
input Required path to input poly or geojson file
-o <value>, --output <value> Optional path to output, if nothing specified output will be created in current directory

Example:

To use the tool from command-line either run

$ python3 geojson2poly.py file.json -o file.poly

or use the standalone executable (on Windows)

$ geojson2poly file.json -o file.poly

About

command line tool to convert geojson to osmosis .poly and vice versa

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages