python-stetl 1.0.9+ds-1 source package in Ubuntu

Changelog

python-stetl (1.0.9+ds-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 3.9.8, no changes.
  * Update stetl man page.
  * Drop patches, fixed upstream.

 -- Bas Couwenberg <email address hidden>  Sat, 18 Jun 2016 16:31:15 +0200

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stetl_1.0.9+ds-1.dsc 2.1 KiB 93eb5936c8c03762c93b18edd17681dd40fc97593fdef8c388bc834a741a8124
python-stetl_1.0.9+ds.orig.tar.gz 6.3 MiB 4cd1305e314301dc569123da430a78d10a9f6dae049fb81cafd00563c69b7223
python-stetl_1.0.9+ds-1.debian.tar.xz 4.8 KiB 9a9d9fe3b4d98afbe4e843e1ea06b8b0f04a8fce8f4de67e847d150e6d51e07f

Available diffs

No changes file available.

Binary packages built by this source

python-stetl: Streaming ETL - Geospatial ETL framework for Python 2

 Stetl, streaming ETL, pronounced "staedl", is a lightweight ETL-framework
 for the conversion of rich (as GML) geospatial data conversion.
 .
 It basically glues together existing parsing and transformation tools
 like GDAL/OGR (ogr2ogr) and XSLT. By using native tools like libxml and
 libxslt (via Python lxml) Stetl is speed-optimized.
 .
 Stetl has a similar design as Spring (Java) and other modern frameworks
 based on IoC (Inversion of Control). A configuration file (in Python
 config format) specifies your chain of ETL steps. This chain is formed
 by a series of Python modules/objects and their parameters. These are
 symbolically specified in the config file. You just invoke etl.py the
 main program with a config file. The config file specifies the input
 modules (e.g. PostGIS), transformers (e.g. XSLT) and outputs (e.g. a GML
 file or even WFS-T a geospatial protocol to publish GML to a server).
 .
 This package contains the module for Python 2.

stetl: Streaming ETL - Commandline utility

 Stetl, streaming ETL, pronounced "staedl", is a lightweight ETL-framework
 for the conversion of rich (as GML) geospatial data conversion.
 .
 It basically glues together existing parsing and transformation tools
 like GDAL/OGR (ogr2ogr) and XSLT. By using native tools like libxml and
 libxslt (via Python lxml) Stetl is speed-optimized.
 .
 Stetl has a similar design as Spring (Java) and other modern frameworks
 based on IoC (Inversion of Control). A configuration file (in Python
 config format) specifies your chain of ETL steps. This chain is formed
 by a series of Python modules/objects and their parameters. These are
 symbolically specified in the config file. You just invoke etl.py the
 main program with a config file. The config file specifies the input
 modules (e.g. PostGIS), transformers (e.g. XSLT) and outputs (e.g. a GML
 file or even WFS-T a geospatial protocol to publish GML to a server).
 .
 This package contains the stetl utility.