How to Install and Uninstall stetl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 06,2024

1. Install "stetl" package

Please follow the instructions below to install stetl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install stetl

2. Uninstall "stetl" package

This guide covers the steps necessary to uninstall stetl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the stetl package on Ubuntu 21.10 (Impish Indri)

Package: stetl
Architecture: all
Version: 2.0+ds-3
Priority: optional
Section: universe/utils
Source: python-stetl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 18
Depends: python3-stetl (>= 2.0+ds-3), python3:any
Filename: pool/universe/p/python-stetl/stetl_2.0+ds-3_all.deb
Size: 4376
MD5sum: f3e3131510b1fdd62a15a1267c53d794
SHA1: 13a7c5278670fa59b4bd2c19e3732a7dbafc5492
SHA256: 23b771343a1554973f0643f678e4701a8bc08bdd3bc92b91002fe7a6e2bdea05
SHA512: 4bf495cb6df9770b8c0abf4d4f99dc0ba049e92919ed1e1e2485c2b90e65b8bfa4a26aaea0ba0456c197868f9efa5c07f3b9c674decb59e1dcb033ed930ccd0a
Homepage: http://stetl.org/
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