これは、南アジアでヘイズが発生したこの時期に、世界大気質指数プロジェクトから ASMC - ASEAN 専門気象センター ( asmc.asean.org ) への少額の寄付です。
We have updated our tile map webservice based on the PM10 raw concentration color scale defined on asmc-haze-air-quality page. This service can be used to overlay the current PM10 concentration on any existing map (eg google map - see example below).
The color codes on this map correspond to the ASEAN PM10 color scale.
LEGEND:
(ug/m3) Air Quality Description | Good | Moderate | Unhealhty | Very Unhealhty | Hazardous | Data not available | |
注: マレーシアとブルネイを除くすべての国のデータは、24 時間の PM 10平均に基づいています。マレーシアとブルネイの場合、データは 24 時間[1] PSI 平均に基づいており、この霧の期間における PM 10が原因である可能性が最も高くなります。
Google マップにタイル オーバーレイを追加するには、次のコードを追加する必要があります (完全な説明については、この記事も参照してください)。
<script>
var waqiMapOverlay = new google.maps.ImageMapType({
getTileUrl: function(coord, zoom) {
return 'https://tiles.waqi.info/tiles/asean-pm10/' + zoom + "/" + coord.x + "/" + coord.y + ".png";
},
name: "Asean PM10 concentration",
});
googleMap.overlayMapTypes.insertAt(0, waqiMapOverlay);
</script>
[1] raw (unaveraged) hourly data is not publically available for Malaysia