Skip to content

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

Notifications You must be signed in to change notification settings

laccore/collection-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

CSDCO Collection Generator

This script takes information from the CSDCO 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.

Example usage

python csdco-collection-generator.py /path/to/csdco_database.sqlite3 -d

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages