Skip to content

Convert (fiona-supported) OGR formats to pipe-delimited text files.

License

Notifications You must be signed in to change notification settings

tomplex/ogr2wkt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ogr2wkt

Convert Fiona-supported OGR data sources to pipe-delimited WKT format.

Why?

ogr2ogr's csv driver does not support pipe delimiters. If you want to use it to create a text file with WKT geometry which also contains attributes, you're out of luck unless you want a TAB-delimited file (which, why would you?)

Installation

This tool depends on Fiona, which in turn depends on GDAL. Fiona, when installed using a wheel, will automatically include its dependencies.

pip install ogr2wkt

Usage

ogr2wkt INPUT_FILE OUTPUT_FILE

About

Convert (fiona-supported) OGR formats to pipe-delimited text files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages