Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 1.47 KB

luftdaten_za.md

File metadata and controls

62 lines (51 loc) · 1.47 KB
layout title data
sensors
Luftdaten measurements
label url description countries
Luftdaten V1 API with filter
data.sensor.community/airrohr/v1/filter/country=ZA
Average of measurements in the last 5 minutes.
ZA
<script> window.onload = function () { renderLuftdaten('//{{ page.data.url }}'); }; </script>

{% raw %}

Error fetching or processing data
<script id="sensors-table" type="text/template">
        <th>Co-ord</th>
        <th>Altitude</th>
        <th>Indoor</th>

        <th>PM1</th>
        <th>PM2</th>
        <th>Humidity</th>
        <th>Temp</th>

        <th>Type</th>
        <th>Manufacturer</th>

        <th>Timestamp</th>
    </tr>
    {{#sensors}}
    <tr>
        <td>{{ id }}</td>

        <td>
            {{ coord }} <a href="{{ mapUrl}}" target="_blank"><span class="fa fa-external-link"></span></a>
        </td>
        <td>{{ altitude }}</td>
        <td>{{ indoor }}</td>

        <td><b>{{ P1 }}</b></td>
        <td><b>{{ P2 }}</b></td>
        <td><b>{{ humidity }}</b></td>
        <td><b>{{ temperature }}</b></td>

        <td>{{ sensor_type }}</td>
        <td>{{ manufacturer }}</td>

        <td>{{ timestamp }}</td>
    </tr>
    {{/sensors}}
</table>
</script> {% endraw %}
Sensor ID