このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

MKD Air Quality

説明

The Air Quality data is provided by the Ministry of environment and physical planning of R. Macedonia and will only work for the country.

The data is measured by physical stations across the country and is provided via RESTful service. More information can be found on the AIR Quality portal:

The data is cached for 30 minutes by the plugin and it’s refreshed hourly.

Friendly Note: The plugin is country specific and will not work with any other countries.

Examples

Just a few examples out of a lot combinations 🙂

Line Chart

Defaults: (stations_selector=1, station=Centar, timemode=Week, date=today, unit=PM10, xlabels=0)

  • PM10 data for today, show the time labels on the X axis. Default station is Centar.
    [mkdaiq_chart timemode=’Day’ xlabels=1]
  • PM10 data for the last 7 days, hide the time labels on the X axis. Default station is Rektorat
    [mkdaiq_chart station=’Rektorat’ unit=’PM10′ timemode=’Week’]
  • Show Carbon monoxide levels from Kicevo for the past 7 days. Hide the other stations dropdown
    [mkdaiq_chart station=’Kicevo’ stations_selector=0 unit=’CO’ timemode=’Week’]
  • PM10 from Bitola1 on the 2020 New Year’s day. show the time labels on the X axis.
    [mkdaiq_chart station=’Bitola1′ unit=’PM10′ timemode=’Day’ date=’2020-01-01′ xlabels=1]

MAP

Defaults: (date=today, unit=PM10, zoom=8, units_selector=1)

  • Draw PM10 map for today, hide the units selector.
    [mkdaiq_map date=’today’ units_selector=0 unit=’PM10′]
  • Draw PM10 map with zoom 8 for 2020 New Year’s day and show units field.
    [mkdaiq_map date=’2020-01-01′ zoom=8]

RANK

Defaults: (date=today, unit=PM10, type=last, order=1)

  • Draw PM10 rank table for today based on the last known result ordered by most polluted
    [mkdaiq_rank date=’today’ timemode=’Day’ type=’last’ order=’1′]
  • Draw PM10 rank table for the last 7 days based on the average result ordered by most polluted
    [mkdaiq_rank date=’today’ timemode=’Week’ type=’average’ order=’1′]

Credits

Icons by flaticon

スクリーンショット

  • Line Chart (Multiple)
  • Line Chart (Single)
  • Map (OSM)
  • Rank Table
  • Settings

インストール

  1. Upload wp-mkd-air-quality to the /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

How to contribute?

To contribute please submit pull request or issue on the Github repository.

評価

このプラグインにはレビューがありません。

貢献者と開発者

MKD Air Quality はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“MKD Air Quality” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1.2

  • Updated readme
  • Fix compatibility with PHP8
  • Fix Javascript errors in admin UI

1.0.1

  • Fix loading chart when the map shortcode is above the chart.

1.0.0

  • Initial Version