/Collect_Environ_Data

Collect Korean weather and air data using open API

Primary LanguagePythonMIT LicenseMIT

Envrionment (weather, air) Data Collection

data collection

Collect_Environ_Data

Collect Korean weather and air data using open API

$ docker build -t data_collector:v0.1 .
$ docker run --name collector --restart always -d data_collector:v0.1

Open API

influx_setting.py Template (ignored)

# ~/Collect_Environ_Data/data_collection/influxdb_management/influx_setting.py

# DB Server
host_='localhost'
port_=8086
user_='admin'
pass_='admin'
protocol ='line'

# Weather API key
weather_api_key = '....'
# Air API key
air_api_key = '....'