openaq / openaq-fetch

A tool to collect data for OpenAQ platform.
MIT License
84 stars 39 forks source link

Indonesia - Sources #13

Closed RocketD0g closed 1 year ago

RocketD0g commented 8 years ago

Of course listed as a priority due to recent AQ issues in the region, but there are issues accessing data at an appropriate time resolution (@olafveerman, correct/edit if I'm mistaken).

After discussions with WRI/GFW, they are particularly interested in AQ data from countries affected by the fires in Indonesia.

Here is the general AQ data page for Indonesia: http://www.bmkg.go.id/BMKG_Pusat/Kualitas_Udara/

Here is an example of one of the page (PM10). I am unsure if we can programmatically get data from this page either from the graph (hover over point) or hit 'view data': http://www.bmkg.go.id/BMKG_Pusat/Kualitas_Udara/Informasi_Partikulat.bmkg

RocketD0g commented 8 years ago

Also, transporting @olafveerman 's previous comment over:


This seems pretty do-able with a basic scraper. The HTML contains the raw measurements for the locations, wrapped in the following div:

sminnemeyer commented 7 years ago

The Indonesia Meteorological Agency (BKMG) recently updated their website and the URL has changed. The BKMG website can be accessed here: http://www.bmkg.go.id/?lang=EN The individual pollutants can be accessed under the heading "Air Quality/Kualitas Udara"; here's the link for the PM10 page http://www.bmkg.go.id/kualitas-udara/informasi-partikulat-pm10.bmkg

I plan to work with the WRI Indonesia office to determine the best contact for BKMG to request official permission to use the data.

sruti commented 4 years ago

It would be good to look into this source and see if it still exists/meets the following requirements:

  • [ ] Data is ‘raw’ and reported in physical concentrations not in an 'Air Quality Index' or equivalent (e.g. AQI, PSI, API) format

  • [ ] Data is at the ‘station-level' with geographic coordinates, not aggregated into a higher (e.g. city) level

  • [ ] Data is from measurements averaged between 10 minutes and 24 hours

  • [ ] (Nice to have) Programmatic access