Skip to content

TransDB-de/Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f6d6a11 · Jan 15, 2021

History

2 Commits
Jan 15, 2021
Jan 15, 2021
Jan 15, 2021

Repository files navigation

Trans-db Tools

Content

About

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.

GeoDbJson

Info

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.

Usage

Use deno run -A GeoDbJson/main.ts to run the script. The resulting JSON document will appear in the same folder as the script.