Skip to content

Releases: kostrse/waqi-matlab

v0.3

07 Nov 02:00
Compare
Choose a tag to compare

New features

  • city(city), station(station), nearest(point) return station data in structured format which includes station information, current measurements and forecast.

v0.2

06 Nov 07:24
Compare
Choose a tag to compare

New features

  • A new waqi.AirQualityStation class with information about a particular station (location, name and other metadata).
  • stations(boundary) now returns a structured table with locations, station information and current AQI measurements.
  • A new method station(station) return air quality data for a given waqi.AirQualityStation object.

v0.1

05 Nov 09:22
Compare
Choose a tag to compare

New features

Support for methods:

  • city - get air quality data for a given known city.
  • nearest - get air quality data from a nearest station for given location.
  • stations - get list of stations for given boundary.
  • search - search using search query.