How to Install and Uninstall stetl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "stetl" package

Learn how to install stetl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install stetl

2. Uninstall "stetl" package

This guide covers the steps necessary to uninstall stetl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove stetl $ sudo apt autoclean && sudo apt autoremove

3. Information about the stetl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: stetl
Priority: optional
Section: universe/utils
Installed-Size: 17
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Source: python-stetl
Version: 1.0.8+ds-2
Depends: python-stetl (>= 1.0.8+ds-2), python
Filename: pool/universe/p/python-stetl/stetl_1.0.8+ds-2_all.deb
Size: 4212
MD5sum: 15eeaf808c6507d054b444a470ec6cf2
SHA1: ec464480038913d95cfcc96b1ce69c0d77cbccdb
SHA256: 82a555d5d4a57ef735d27199aa7212c417fa5c3f070eb94f5f4b4150c1e212d0
Description-en: 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.
Description-md5: e5095f0d59189eccf76b1c253469f8a5
Homepage: http://stetl.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu