This repository conatins a collection of deno scripts, meant to aid the project in various ways. The scripts require no additional dependencies.
Note, that due to how deno handles third-party modules, running a script for the first time requires an internet connection.
Donloads the 'DE.tab' entries from OpenGeoDb and converts them into a JSON format more suitable to the project. Only the used fields are imported, and the "lat" and "lon" fields are converted to a GeoJSON point object.
Use deno run -A GeoDbJson/main.ts
to run the script. The resulting JSON document will appear in the same folder as the script.