Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 834 Bytes

Readme.md

File metadata and controls

24 lines (14 loc) · 834 Bytes

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.