FHNW-IVGI / Geoharvester

NDGI Project Geoharvester
10 stars 1 forks source link

Can we avoid using the deepl API to translate Bund and geodienste.ch sources? #102

Open p1d1d1 opened 1 month ago

p1d1d1 commented 1 month ago

@FStriewski @eliaferrari the BUND WMS and WMTS services are available in "de", "fr", "it", "en" while geodienste.ch WMS and WFS services are available in "de", "fr" and "it".

What about using directly this possibility for the "translations" of those services instead of using the deepl API?

Example for WMS BUND:

Example for WMTS BUND:

Example for a geodienste.ch WMS:

Example for a geodienste.ch WFS:

FStriewski commented 1 month ago

This will require some changes to the scraping process, the translation workflow and the preprocessing pipeline. I would suggest to prioritize other, more pressing issues first.