How to Install and Uninstall python-stetl Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 07,2024
1. Install "python-stetl" package
In this section, we are going to explain the necessary steps to install python-stetl on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python-stetl
Copied
2. Uninstall "python-stetl" package
This tutorial shows how to uninstall python-stetl on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python-stetl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python-stetl package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python-stetl
Priority: optional
Section: universe/python
Installed-Size: 7554
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Version: 1.0.8+ds-2
Provides: python2.7-stetl
Depends: libjs-jquery, libjs-underscore, python-gdal, python-lxml, python-psycopg2, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-stetl/python-stetl_1.0.8+ds-2_all.deb
Size: 6149412
MD5sum: 0e464083dcad65225d52dcbff9743faf
SHA1: f476f6dcac65c4145fcc87b6229110f897e37b4c
SHA256: c9dacb1ad50d29f421766ce8738d544a1343c0f9a3c67b3cbb3524f413fd198d
Description-en: 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.
Description-md5: c29b79b652a8e1ea9a93e4bd3edae4a8
Homepage: http://stetl.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/python
Installed-Size: 7554
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Version: 1.0.8+ds-2
Provides: python2.7-stetl
Depends: libjs-jquery, libjs-underscore, python-gdal, python-lxml, python-psycopg2, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-stetl/python-stetl_1.0.8+ds-2_all.deb
Size: 6149412
MD5sum: 0e464083dcad65225d52dcbff9743faf
SHA1: f476f6dcac65c4145fcc87b6229110f897e37b4c
SHA256: c9dacb1ad50d29f421766ce8738d544a1343c0f9a3c67b3cbb3524f413fd198d
Description-en: 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.
Description-md5: c29b79b652a8e1ea9a93e4bd3edae4a8
Homepage: http://stetl.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu