Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more AQIs #15

Open
2 of 61 tasks
amaury1093 opened this issue Dec 20, 2019 · 0 comments
Open
2 of 61 tasks

Support more AQIs #15

amaury1093 opened this issue Dec 20, 2019 · 0 comments
Labels
@convert @shootismoke/convert enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@amaury1093
Copy link
Member

amaury1093 commented Dec 20, 2019

Here are all the AQI we would like to support (format is code | name):

  • and_aire | IQA (AD)
  • aus_combined | AQI (AU)
  • aut_umwelt | AQI (AT)
  • aut_vienna | AQI (AT-Vienna)
  • baqi | BreezoMeter AQI
  • bel_irceline | BelATMO (BE)
  • bgd_case | AQI (BD)
  • bgr_niggg | AQI (BG)
  • bra_saopaulo | AQI (BR)
  • can_ec | AQHI (CA)
  • caqi | CAQI (EU)
  • che_cerclair | KBI (CH)
  • chn_mep | AQI (CN)
  • chn_mep_1h | AQI-1h (CN)
  • col_rmcab | IBOCA (CO)
  • cri_icca | ICCA (CR)
  • cyp_dli | AQI (CY
  • cze_chmi | AQI (CZ)
  • deu_lubw | LuQx (DE)
  • dnk_aarhus | AQI (DK)
  • eaqi | EAQI (EU)
  • ecu_quitoambiente | IQCA (EC)
  • esp_madrid | AQI (ES)
  • est_ekuk | AQI (EE)
  • fin_hsy | AQI (FI)
  • fra_atmo | AQI (FR)
  • gbr_defra | DAQI (UK)
  • gib_gea | AQHI (GI)
  • hkg_epd | AQHI (HK)
  • hrv_azo | AQI (HR)
  • hun_bler | AQI (HU)
  • idn_menlhk | ISPU (ID)
  • ind_cpcb | AQI (IN)
  • irl_epa | AQIH (IE)
  • isr_moep | AQI (IL)
  • ita_moniqa | AQI (IT)
  • jpn_aeros | AQI (JP)
  • kor_airkorea | CAI (KR)
  • kwt_beatona | KAQI (KW)
  • ltu_gamta | OUI (LT)
  • lux_emwelt | AQI (LU)
  • mex_cdmx | IMECA (MX)
  • mex_gto | IMECA (MX-Guanajuato)
  • mkd_moepp | AQI (MK)
  • mng_eic | AQI (MN)
  • mng_ubgov | AQI (MN-Ulaanbaatar)
  • mys_doe | API (MY)
  • nld_rivm | LKI (NL)
  • nor_nilu | AQI (NO)
  • npl_doenv | AQI (NP)
  • per_infoaire | INCA (PE)
  • pol_gios | AQI (PL)
  • prt_qualar | IQar (PT)
  • rou_calitateaer | AQI (RO)
  • sgp_nea | PSI (SG)
  • srb_sepa | SAQI_11 (RS)
  • tha_pcd | AQI (TH)
  • tur_havaizleme | HKI (TR)
  • twn_epa | AQI (TW)
  • usa_epa | AQI (US)
  • vnm_vea | AQI (VN)

If you would like to help, just pick an AQI, an open a PR, with:

  • a new folder src/aqi/${aqiCode}. Note that the AQI codes above are pascal_case, but please create a file with camelCase
  • export an object ${aqiCode}, it should implement the Aqi interface
  • check useEpa or chnMep for inspiration
  • open a PR
@amaury1093 amaury1093 added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed @convert @shootismoke/convert labels Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@convert @shootismoke/convert enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant