Stetl

Stetl, streaming ETL is a lightweight ETL-framework for the conversion of rich geospatial data conversion. Stetl basically glues together existing parsing and transformation tools like GDAL/OGR (ogr2ogr) and XSLT.

http://www.stetl.org/en/latest/

Status: Actively developed

Depends on: GDAL, Psycopg2, lxml

Optional extensions:

Python versions: N/A

OS Platforms: N/A

 

Installation:

Pip

pip install stetl

GDAL

This Python package and extensions are a number of tools for programming and manipulating the GDAL Geospatial Data Abstraction Library.

https://pypi.python.org/pypi/GDAL/

Status: Actively developed

Depends on: GDAL C++, Numpy

Optional extensions:

Python versions: 2, 3

OS Platforms: N/A

 

Examples:

Official package examples

https://pcjericks.github.io/py-gdalogr-cookbook/

 

Installation:

Windows binary

http://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal

Commandline

python setup.py install

Blog at WordPress.com.

Up ↑