/collection-generator

A simple script that takes the CSDCO SQLite db and converts that data into CSV, HTML, and KML files for publishing

Primary LanguagePython

CSD Collection Generator

This app takes information from the CSD SQLite database and converts the boreholes table into three variants (CSV, HTML, and KML) that are then published on our website. Each file has a different set of columns that are included.

It has one required input, the path to the sqlite database, and one optional flag (-d) which will export filenames with a _YYYYMMDD suffix. Files are exported to the same directory the script is run from.

Screenshot/usage

Screenshot of the CSD Collection Generator