python-stetl 1.0.8+ds-2 source package in Ubuntu

Changelog

python-stetl (1.0.8+ds-2) unstable; urgency=medium

  * Add license & copyright for apachelog.py.
  * Update watch file to use lowercase RC in uversionmangle.

 -- Bas Couwenberg <email address hidden>  Mon, 14 Sep 2015 18:06:42 +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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stetl_1.0.8+ds-2.dsc 2.1 KiB 248cdd3977140565cf25b16c0d089a0f37c0506ddb6cb30d42d61c2fdff03d54
python-stetl_1.0.8+ds.orig.tar.gz 6.3 MiB b5e91af723ea5f46f1a537f0d5d59bdac76964bdff394925c02334a01b2ead1d
python-stetl_1.0.8+ds-2.debian.tar.xz 6.5 KiB 71a680bdb4c9245858af0038a025eb4f835b6d4635982d21dd7423d53619fe7a

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.