This chapter lists various cases/projects where Stetl is used.
NLExtract http://nlextract.nl is a development project that aims to provide ETL-tooling for all Dutch Open Geo-Datasets, in particular the country wide “Key Registries” (Dutch: Basisregistraties) like Cadastral Parcels (BRK), Topography (BRT+BGT) and Buildings and Addresses (BAG). These datasets are provided as XML/GML. The ETL mostly provides a transformation to PostGIS. For all Key Registries, except for the BAG, Stetl is used, basically as-is, without extra (Python) programming. See also the NLExtract GitHub: https://github.com/opengeogroep/NLExtract
See https://github.com/opengeogroep/NLExtract/tree/master/top10nl/etl and the Stetl conf at https://github.com/opengeogroep/NLExtract/tree/master/top10nl/etl/conf/
See https://github.com/opengeogroep/NLExtract/tree/master/bgt and the Stetl conf at https://github.com/opengeogroep/NLExtract/blob/master/bgt/etl/conf/
See https://github.com/opengeogroep/NLExtract/tree/master/brk/etl and the Stetl conf at https://github.com/opengeogroep/NLExtract/tree/master/brk/etl/conf
These were the origins of Stetl. This project was sponsored by Kadaster. See http://inspire-foss.org. The ETL involved the transformation of Dutch Key Registries (see above) to harmonized INSPIRE GML according to the Annexes.
BAG to INSPIRE Addresses Annex II Theme.
See https://github.com/justb4/inspire-foss/blob/master/etl/NL.Kadaster/Addresses/
A successful Proof-of-Concept to convert Ordnance Survey Mastermap GML to PostGIS:
https://github.com/justb4/stetl/tree/master/examples/ordnancesurvey
A SensorWeb project by Geonovum, see http://sensors.geonovum.nl.
Stetl was used for ETL from Dutch Air Quality Data from RIVM (XML) to WMS(-Time), WFS and SOS. The latter was effected by SOS-Transactional publication. Documentation at http://sospilot.readthedocs.org and ETL on GitHub at https://github.com/Geonovum/sospilot/tree/master/src/rivm-lml
Stetl was used to generate XML-based reports for the EU EAI:
https://github.com/Geonovum/sospilot/tree/master/src/aq-report
This involved the first use of Jinja2 templating for complex XML/GML generation.
Sensors for air quality, meteo and audio at civilians. Project by University of Nijmegen/Gemeente Nijmegen with participation by Geonovum. Stetl is used to transform a low-level sensor API to PostGIS and later on WMS/WFS/SOS. This is also an example how to use a Stetl Docker image:
See https://github.com/Geonovum/smartemission/tree/master/etl