Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luftdaten-at/luftdaten-archive-to-sql
- Owner: luftdaten-at
- Created: 2020-10-19T00:33:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-01T13:58:30.000Z (about 4 years ago)
- Last Synced: 2024-11-06T22:16:18.581Z (3 months ago)
- Topics: python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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