Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/napo/poly2wkt
a converter from POLY format to WKT with spatial sql syntax
https://github.com/napo/poly2wkt
Last synced: 19 days ago
JSON representation
a converter from POLY format to WKT with spatial sql syntax
- Host: GitHub
- URL: https://github.com/napo/poly2wkt
- Owner: napo
- License: mit
- Created: 2014-10-12T11:36:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-15T07:40:44.000Z (about 10 years ago)
- Last Synced: 2023-03-11T02:08:33.923Z (over 1 year ago)
- Language: Python
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
poly2wkt
========a converter from POLY format to WKT with spatial sql syntax
A script to convert a polygon used in OpenStreetMap in WKT format
http://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format```
usage: poly2wkt.py [-h] [-o OUTFILE] [-i] [-c] [-t] [-s] infileconvert a .poly file in .wkt format
positional arguments:
infile inputfileoptional arguments:
-h, --help show this help message and exit
-o OUTFILE output file
-i, --insertsql create insert sql string
-c, --createtable create sql string with create table
-t, --tablename to assign a name of the table (default=poly
-s, --silent dont'show output (default behavior)
```