#
aqi
Here are 143 public repositories matching this topic...
An open source weather APP for Android. 天气普拉斯Android版,自带天气数据的开源天气APP。
-
Updated
Jul 10, 2020 - Java
An open source weather APP for iOS. 天气普拉斯iOS版,自带天气数据的开源天气APP。
-
Updated
Oct 28, 2020 - Objective-C
Milind220
commented
Jul 26, 2022
Describe the bug
Ozon3 development uses MyPy and Pylance for type checking. As a result of this, a type inconsistency has shown up in line 39 of the utils.py
file in the tests
directory:
Argument of type "str | Unknown | bool" cannot be assigned to parameter "token" of type "str" in function "init"
This is telling us that the WAQI_TOKEN
variable has a non-string type, but nee
e-paper clock + weather + AQI + traffic delays - using Waveshare 2.7inch & 4.2inch eink displays running on Raspberry Pi
raspberry-pi
weather
alerts
clock
traffic
openweathermap
lego
eink
darksky
aqicn
epaper
aqi
weatherbit-api
-
Updated
Oct 9, 2021 - Python
An Air Quality Index Calculator using US EPA Formula, which support AQI for pollutant, and also with Nowcast AQI
-
Updated
May 24, 2021 - Java
Predicting air pollution level in a specific city
neural-network
random-forest
tensorflow
keras
air-quality
naive-bayes-classifier
mlp
confusion-matrix
decision-trees
svm-classifier
aqi
delhi
-
Updated
May 19, 2016 - Python
Air Quality Watcher
-
Updated
Dec 4, 2020 - Python
A complete kit for building a Air Quality meter for the Luftdaten.info project
-
Updated
Jun 15, 2019
Open
Create Dockerfile
amaurym
commented
Jan 16, 2021
The dockerfile could be:
- based off
node
(probably the alpine one) - add mongodb inside, run it
- set the correct ENV vars
- run
yarn install
,next build
, andnext start
- expose the next prot
An awesome list of air quality resources.
-
Updated
Jul 23, 2022
python wrapper for Awair Air Quality Sensor
-
Updated
Mar 18, 2021 - Python
-
Updated
Jun 7, 2021 - Go
Capture the real time AQIs (PM2.5, PM10, etc) through API interface rather than web crawler. 通过API接口(而不是爬虫)获取实时AQI气象数据(PM2.5,PM10等),并将该脚本部署到远程Linux服务器上自动获取数据。
-
Updated
Jul 23, 2018 - Python
尝试使用selenium对全国383个城市2013年末至2018年8月空气质量相关变量进行爬取并整理成一个CSV文件(AQI、质量等级、PM2.5、PM10、SO2、CO、NO2、O3_8h),数据来源:https://www.aqistudy.cn/historydata/index.php
-
Updated
Aug 7, 2018 - Python
Air quality data from the World Air Quality Index (WAQI)
-
Updated
Jan 24, 2021 - Emacs Lisp
Simple script and web-app to monitor AQI by using Raspberry Pi and SDS011 sensor
-
Updated
Jul 20, 2022 - Vue
A co2 Monitor based on ESP32 with SCD30 sensor to Measure and display Carbon Dioxide concentrations and air quality
yaml
esp8266
esp32
co2
homeassistant
airquality
aqi
sensirion
scd30
esphome
carbondioxide
aqi-monitor
-
Updated
Aug 4, 2021
Improve this page
Add a description, image, and links to the aqi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aqi topic, visit your repo's landing page and select "manage topics."
I introduced E2E tests with Detox in shootismoke/mobile-app#396, but they are still a bit flaky (see e.g. https://github.com/amaurymartiny/shoot-i-smoke/runs/988576992). It would be nice to make them less flaky.
Might be related to shootismoke/mobile-app#702.