Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luftdaten-at/luftdaten-archive-to-sql

Scripts to import the Luftdaten.info archive in SQL databases
https://github.com/luftdaten-at/luftdaten-archive-to-sql

python3

Last synced: about 1 month ago
JSON representation

Scripts to import the Luftdaten.info archive in SQL databases

Awesome Lists containing this project

README

        

# luftdaten-archive-to-sql

## Download csv files
wget -r --no-parent https://archive.sensor.community/2020-07-04/

## Install python modules
pip3 install -r requirements.txt

## Create config.ini
Setup the database (currently only postgresql) and the folder with the csv files.

[db]
host=
user=
passwd=
db=
port=5432

[data]
folder=*.csv