LASS Data Platform

編輯歷史

時間 作者 版本
2017-02-19 02:38 – 02:42 cclljj@gmail.com r2149 – r2310
顯示 diff
(36 行未修改)
*Host 1 @ Academia Sinica: lass.iis.sinica.edu.tw (to be available soon)
*Host 2 @ NCTU (to be available soon)
+ *KairosDB
+ *System 1 @ Academia Sinica (AWS), NCHC, NCTU, and NCKU
*DB Query API
*Public API to access databases directly mentioned in (6)
(1 行未修改)
*Public API to access data in the archive via the JSON format
*The data archive owner can provide JSON API to release data via HTTP protocal, while keeping their archive inside the firewall
- *Examples
- *to show the latest submission of all alive devices of the PM25 app: http://nrl.iis.sinica.edu.tw/LASS/last-all-lass.json
- *to show the latest air quality data imported from TW-EPA Open Data
- *http://nrl.iis.sinica.edu.tw/LASS/last-all-epa.json
- *to show the latest air quality data imported from TPE AirBox Open Data
- *http://nrl.iis.sinica.edu.tw/LASS/last-all-airbox.json
- *to show the latest air quality data imported from ProbeCube Open Data
- *http://nrl.iis.sinica.edu.tw/LASS/last-all-probecube.json
- *to show the latest air quality data imported from Open Data of Webduino deployment in Kaohsiung, Taiwan
- *http://nrl.iis.sinica.edu.tw/LASS/last-all-webduino.json
- *to show the latest submission of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001
- *to show the latest 1000 submissions of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/history.php?device_id=FT1_001
- *to show the submissions of a particular PM25 device on a particular date: http://nrl.iis.sinica.edu.tw/LASS/history-date.php?device_id=FT1_001&date=2015-12-05
- *to show the hourly average of a partucylar PM25 device in the past two days: http://nrl.iis.sinica.edu.tw/LASS/history-hourly.php?device_id=FT1_001
- *to show the latest air quality data reported by the nearest device (including LASS, AirBox, EPA, Webduino, etc):
- *http://nrl.iis.sinica.edu.tw/LASS/nearest.php
- *to show the latest air quality data reported by the nearest TW-EPA station:
- *http://nrl.iis.sinica.edu.tw/LASS/nearest-epa.php
+ *The full API list is available on the page: https://sites.google.com/site/pm25opendata/open-data
*Applications
*Data analysis/visualization
- *Realtime PM2.5 map (including LASS and Gov data):
- *http://iot.sparkfuture.io/pm25
- *Realtime PM2.5 heatmap:
- *http://nrl.iis.sinica.edu.tw/LASS/heatmap/PM25.html
- *Realtime PM2.5 Voronoi Diagram:
- *http://nrl.iis.sinica.edu.tw/LASS/GIS/voronoi/
- *Realtime PM2.5 Inverse Distance Weighting (IDW) Diagram:
- *http://nrl.iis.sinica.edu.tw/LASS/GIS/IDW/
- *Realtime PM2.5 information for one particular PM25 device:
- *http://nrl.iis.sinica.edu.tw/LASS/show.php?device_id=FT1_001
- *Comparison of lastest measurements by two PM25 devices:
- *http://nrl.iis.sinica.edu.tw/LASS/compare.php?device_1=FT1_001&device_2=FT1_031
- *Comparison of one particular device on two different days:
- *http://nrl.iis.sinica.edu.tw/LASS/compare-date.php?device_1=FT1_001&date_1=2015-12-20&date_2=2015-12-21
+ *The full list of data visualization tools is on the page: https://sites.google.com/site/pm25opendata/visi
*Data portal
*Kibana
- Request & Discussion
+ Request & Discussion
*to show the air quality data in a specific period of time:
(7 行未修改)
2016-12-23 02:37 – 02:38 Yuanming Yeh r2147 – r2148
顯示 diff
(90 行未修改)
2016-11-04 15:05 – 15:06 cclljj@gmail.com r2043 – r2146
顯示 diff
(65 行未修改)
*Realtime PM2.5 heatmap:
*http://nrl.iis.sinica.edu.tw/LASS/heatmap/PM25.html
+ *Realtime PM2.5 Voronoi Diagram:
+ *http://nrl.iis.sinica.edu.tw/LASS/GIS/voronoi/
+ *Realtime PM2.5 Inverse Distance Weighting (IDW) Diagram:
+ *http://nrl.iis.sinica.edu.tw/LASS/GIS/IDW/
*Realtime PM2.5 information for one particular PM25 device:
*http://nrl.iis.sinica.edu.tw/LASS/show.php?device_id=FT1_001
(17 行未修改)
2016-11-04 05:42 – 05:42 Joyce Wen r2041 – r2042
顯示 diff
(86 行未修改)
2016-07-06 00:04 sophia r2040
顯示 diff
- c
+ LASS Data Platform
+
+
+ *
+
+ *Sensor Data
+ *sensor data contributed by LASS devices
+ *sensor data contributed by 3rd party devices/projects
+ *government data retrived from Gov Open Data or crawled from the official website
+ *labels (events, notes, etc) contributed by end users
+ *the detailed list of the supported sensors and their IDs are available on the LASS Data Specification page
+ *MQTT Server
+ *information gateway that receives raw data of LASS devices via MQTT protocol
+ *the data format is defined on the LASS Data Format page
+ *Server address: gpssensor.ddns.net
+ *Customized MQTT Client
+ *MQTT clients to subscribe LASS data relayed by MQTT server
+ *Examples:
+ *MQTT clients:
+ *Install MQTTLens in chrome browser. MQTTLens in chrome . You need to setup host: gpssensor.ddns.net, topic: LASS/#
+ *Install MQTT clients on your smart phone and subscribe the topic "LASS/#" on the server gpssensor.ddns.net
+ *lass_pm25_to_thingspeak.py: a python program that subscribes the MQTT server to relay FT1 data to the corresponding ThingSpeak channel
+ *lass2db.py: a python program that subscribes the MQTT server to read FT1 data and insert into corresponding databases
+ *FTP Archive
+ *The data archive provided by the MQTT server
+ *To access the data, please follow the document: How to get data log from server
+ *IoT Cloud
+ *Public data service for IoT applications
+ *Examples
+ *ThingSpeak
+ *Database
+ *Examples
+ *MongoDB
+ *Host 1 @ Academia Sinica: lass.iis.sinica.edu.tw (to be available soon)
+ *Host 2 @ NCTU (to be available soon)
+ *Couchbase
+ *Host 1 @ Academia Sinica: lass.iis.sinica.edu.tw (to be available soon)
+ *Host 2 @ NCTU (to be available soon)
+ *DB Query API
+ *Public API to access databases directly mentioned in (6)
+ *JSON API
+ *Public API to access data in the archive via the JSON format
+ *The data archive owner can provide JSON API to release data via HTTP protocal, while keeping their archive inside the firewall
+ *Examples
+ *to show the latest submission of all alive devices of the PM25 app: http://nrl.iis.sinica.edu.tw/LASS/last-all-lass.json
+ *to show the latest air quality data imported from TW-EPA Open Data
+ *http://nrl.iis.sinica.edu.tw/LASS/last-all-epa.json
+ *to show the latest air quality data imported from TPE AirBox Open Data
+ *http://nrl.iis.sinica.edu.tw/LASS/last-all-airbox.json
+ *to show the latest air quality data imported from ProbeCube Open Data
+ *http://nrl.iis.sinica.edu.tw/LASS/last-all-probecube.json
+ *to show the latest air quality data imported from Open Data of Webduino deployment in Kaohsiung, Taiwan
+ *http://nrl.iis.sinica.edu.tw/LASS/last-all-webduino.json
+ *to show the latest submission of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001
+ *to show the latest 1000 submissions of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/history.php?device_id=FT1_001
+ *to show the submissions of a particular PM25 device on a particular date: http://nrl.iis.sinica.edu.tw/LASS/history-date.php?device_id=FT1_001&date=2015-12-05
+ *to show the hourly average of a partucylar PM25 device in the past two days: http://nrl.iis.sinica.edu.tw/LASS/history-hourly.php?device_id=FT1_001
+ *to show the latest air quality data reported by the nearest device (including LASS, AirBox, EPA, Webduino, etc):
+ *http://nrl.iis.sinica.edu.tw/LASS/nearest.php
+ *to show the latest air quality data reported by the nearest TW-EPA station:
+ *http://nrl.iis.sinica.edu.tw/LASS/nearest-epa.php
+ *Applications
+ *Data analysis/visualization
+ *Realtime PM2.5 map (including LASS and Gov data):
+ *http://iot.sparkfuture.io/pm25
+ *Realtime PM2.5 heatmap:
+ *http://nrl.iis.sinica.edu.tw/LASS/heatmap/PM25.html
+ *Realtime PM2.5 information for one particular PM25 device:
+ *http://nrl.iis.sinica.edu.tw/LASS/show.php?device_id=FT1_001
+ *Comparison of lastest measurements by two PM25 devices:
+ *http://nrl.iis.sinica.edu.tw/LASS/compare.php?device_1=FT1_001&device_2=FT1_031
+ *Comparison of one particular device on two different days:
+ *http://nrl.iis.sinica.edu.tw/LASS/compare-date.php?device_1=FT1_001&date_1=2015-12-20&date_2=2015-12-21
+ *Data portal
+ *Kibana
+
+ Request & Discussion
+
+ *to show the air quality data in a specific period of time:
+ *start Start date in format YYYY-MM-DDTHH:NN:SSZ (optional)
+ *end End date in format YYYY-MM-DDTHH:NN:SSZ (optional)
+ *example: http://nrl.iis.sinica.edu.tw/LASS/history.php?device_id=FT1_001&start=2016-04-05T06:00:00Z&end=2016-04-05T07:00:00Z
+ *results (integer) Number of entries to retrieve, 8000 max (optional)
+ *days (integer) Number of 24-hour periods before now to include in feed, default 1 (optional)
+ *A proposal to integrate LASS into Spatial Data Infrastructure via OGC standards
+ *draft sequence diagram
2016-07-06 00:04 (unknown) r2039
顯示 diff
(1 行未修改)
2016-07-06 00:04 sophia r2038
顯示 diff
- LASS Data Platform
-
- *
-
- *Sensor Data
- *sensor data contributed by LASS devices
- *sensor data contributed by 3rd party devices/projects
- *government data retrived from Gov Open Data or crawled from the official website
- *labels (events, notes, etc) contributed by end users
- *the detailed list of the supported sensors and their IDs are available on the LASS Data Specification page
- *MQTT Server
- *information gateway that receives raw data of LASS devices via MQTT protocol
- *the data format is defined on the LASS Data Format page
- *Server address: gpssensor.ddns.net
- *Customized MQTT Client
- *MQTT clients to subscribe LASS data relayed by MQTT server
- *Examples:
- *MQTT clients:
- *Install MQTTLens in chrome browser. MQTTLens in chrome . You need to setup host: gpssensor.ddns.net, topic: LASS/#
- *Install MQTT clients on your smart phone and subscribe the topic "LASS/#" on the server gpssensor.ddns.net
- *lass_pm25_to_thingspeak.py: a python program that subscribes the MQTT server to relay FT1 data to the corresponding ThingSpeak channel
- *lass2db.py: a python program that subscribes the MQTT server to read FT1 data and insert into corresponding databases
- *FTP Archive
- *The data archive provided by the MQTT server
- *To access the data, please follow the document: How to get data log from server
- *IoT Cloud
- *Public data service for IoT applications
- *Examples
- *ThingSpeak
- *Database
- *Examples
- *MongoDB
- *Host 1 @ Academia Sinica: lass.iis.sinica.edu.tw (to be available soon)
- *Host 2 @ NCTU (to be available soon)
- *Couchbase
- *Host 1 @ Academia Sinica: lass.iis.sinica.edu.tw (to be available soon)
- *Host 2 @ NCTU (to be available soon)
- *DB Query API
- *Public API to access databases directly mentioned in (6)
- *JSON API
- *Public API to access data in the archive via the JSON format
- *The data archive owner can provide JSON API to release data via HTTP protocal, while keeping their archive inside the firewall
- *Examples
- *to show the latest submission of all alive devices of the PM25 app: http://nrl.iis.sinica.edu.tw/LASS/last-all-lass.json
- *to show the latest air quality data imported from TW-EPA Open Data
- *http://nrl.iis.sinica.edu.tw/LASS/last-all-epa.json
- *to show the latest air quality data imported from TPE AirBox Open Data
- *http://nrl.iis.sinica.edu.tw/LASS/last-all-airbox.json
- *to show the latest air quality data imported from ProbeCube Open Data
- *http://nrl.iis.sinica.edu.tw/LASS/last-all-probecube.json
- *to show the latest air quality data imported from Open Data of Webduino deployment in Kaohsiung, Taiwan
- *http://nrl.iis.sinica.edu.tw/LASS/last-all-webduino.json
- *to show the latest submission of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001
- *to show the latest 1000 submissions of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/history.php?device_id=FT1_001
- *to show the submissions of a particular PM25 device on a particular date: http://nrl.iis.sinica.edu.tw/LASS/history-date.php?device_id=FT1_001&date=2015-12-05
- *to show the hourly average of a partucylar PM25 device in the past two days: http://nrl.iis.sinica.edu.tw/LASS/history-hourly.php?device_id=FT1_001
- *to show the latest air quality data reported by the nearest device (including LASS, AirBox, EPA, Webduino, etc):
- *http://nrl.iis.sinica.edu.tw/LASS/nearest.php
- *to show the latest air quality data reported by the nearest TW-EPA station:
- *http://nrl.iis.sinica.edu.tw/LASS/nearest-epa.php
- *Applications
- *Data analysis/visualization
- *Realtime PM2.5 map (including LASS and Gov data):
- *http://iot.sparkfuture.io/pm25
- *Realtime PM2.5 heatmap:
- *http://nrl.iis.sinica.edu.tw/LASS/heatmap/PM25.html
- *Realtime PM2.5 information for one particular PM25 device:
- *http://nrl.iis.sinica.edu.tw/LASS/show.php?device_id=FT1_001
- *Comparison of lastest measurements by two PM25 devices:
- *http://nrl.iis.sinica.edu.tw/LASS/compare.php?device_1=FT1_001&device_2=FT1_031
- *Comparison of one particular device on two different days:
- *http://nrl.iis.sinica.edu.tw/LASS/compare-date.php?device_1=FT1_001&date_1=2015-12-20&date_2=2015-12-21
- *Data portal
- *Kibana
-
- Request & Discussion
-
- *to show the air quality data in a specific period of time:
- *start Start date in format YYYY-MM-DDTHH:NN:SSZ (optional)
- *end End date in format YYYY-MM-DDTHH:NN:SSZ (optional)
- *example: http://nrl.iis.sinica.edu.tw/LASS/history.php?device_id=FT1_001&start=2016-04-05T06:00:00Z&end=2016-04-05T07:00:00Z
- *results (integer) Number of entries to retrieve, 8000 max (optional)
- *days (integer) Number of 24-hour periods before now to include in feed, default 1 (optional)
- *A proposal to integrate LASS into Spatial Data Infrastructure via OGC standards
- *draft sequence diagram
+ c
2016-06-27 16:00 – 16:05 cclljj@gmail.com r1960 – r2037
顯示 diff
(7 行未修改)
*government data retrived from Gov Open Data or crawled from the official website
*labels (events, notes, etc) contributed by end users
+ *the detailed list of the supported sensors and their IDs are available on the LASS Data Specification page
*MQTT Server
*information gateway that receives raw data of LASS devices via MQTT protocol
+ *the data format is defined on the LASS Data Format page
*Server address: gpssensor.ddns.net
*Customized MQTT Client
(70 行未修改)
2016-06-05 09:43 Jhih-Cyuan Shen r1959
顯示 diff
(1 行未修改)
*
+
*Sensor Data
*sensor data contributed by LASS devices
(77 行未修改)
2016-05-25 16:34 – 16:36 Steve Liang r1838 – r1958
顯示 diff
(78 行未修改)
*results (integer) Number of entries to retrieve, 8000 max (optional)
*days (integer) Number of 24-hour periods before now to include in feed, default 1 (optional)
+ *A proposal to integrate LASS into Spatial Data Infrastructure via OGC standards
+ *draft sequence diagram
2016-05-23 08:27 – 08:28 cclljj@gmail.com r1834 – r1837
顯示 diff
(47 行未修改)
*to show the latest air quality data imported from Open Data of Webduino deployment in Kaohsiung, Taiwan
*http://nrl.iis.sinica.edu.tw/LASS/last-all-webduino.json
- *to show the latest submission of a particular PM25 device: http://nrl.iihttp://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001s.sinica.edu.tw/LASS/last.php?device_id=FT1_001
+ *to show the latest submission of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001
*to show the latest 1000 submissions of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/history.php?device_id=FT1_001
*to show the submissions of a particular PM25 device on a particular date: http://nrl.iis.sinica.edu.tw/LASS/history-date.php?device_id=FT1_001&date=2015-12-05
(28 行未修改)
2016-05-08 11:44 – 11:44 cclljj@gmail.com r1814 – r1833
顯示 diff
(39 行未修改)
*Examples
*to show the latest submission of all alive devices of the PM25 app: http://nrl.iis.sinica.edu.tw/LASS/last-all-lass.json
- *to show the latest air quality data importated from TW-EPA Open Data
+ *to show the latest air quality data imported from TW-EPA Open Data
*http://nrl.iis.sinica.edu.tw/LASS/last-all-epa.json
- *to show the latest air quality data importated from TPE AirBox Open Data
+ *to show the latest air quality data imported from TPE AirBox Open Data
*http://nrl.iis.sinica.edu.tw/LASS/last-all-airbox.json
- *to show the latest air quality data importated from Open Data of Webduino deployment in Kaohsiung, Taiwan
+ *to show the latest air quality data imported from ProbeCube Open Data
+ *http://nrl.iis.sinica.edu.tw/LASS/last-all-probecube.json
+ *to show the latest air quality data imported from Open Data of Webduino deployment in Kaohsiung, Taiwan
*http://nrl.iis.sinica.edu.tw/LASS/last-all-webduino.json
*to show the latest submission of a particular PM25 device: http://nrl.iihttp://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001s.sinica.edu.tw/LASS/last.php?device_id=FT1_001
(30 行未修改)
2016-04-29 23:26 – 23:27 dian wu r1812 – r1813
顯示 diff
(45 行未修改)
*to show the latest air quality data importated from Open Data of Webduino deployment in Kaohsiung, Taiwan
*http://nrl.iis.sinica.edu.tw/LASS/last-all-webduino.json
- *to show the latest submission of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001
+ *to show the latest submission of a particular PM25 device: http://nrl.iihttp://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001s.sinica.edu.tw/LASS/last.php?device_id=FT1_001
*to show the latest 1000 submissions of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/history.php?device_id=FT1_001
*to show the submissions of a particular PM25 device on a particular date: http://nrl.iis.sinica.edu.tw/LASS/history-date.php?device_id=FT1_001&date=2015-12-05
(28 行未修改)
2016-04-27 15:46 – 15:48 cclljj@gmail.com r1736 – r1811
顯示 diff
(49 行未修改)
*to show the submissions of a particular PM25 device on a particular date: http://nrl.iis.sinica.edu.tw/LASS/history-date.php?device_id=FT1_001&date=2015-12-05
*to show the hourly average of a partucylar PM25 device in the past two days: http://nrl.iis.sinica.edu.tw/LASS/history-hourly.php?device_id=FT1_001
+ *to show the latest air quality data reported by the nearest device (including LASS, AirBox, EPA, Webduino, etc):
+ *http://nrl.iis.sinica.edu.tw/LASS/nearest.php
+ *to show the latest air quality data reported by the nearest TW-EPA station:
+ *http://nrl.iis.sinica.edu.tw/LASS/nearest-epa.php
*Applications
*Data analysis/visualization
(21 行未修改)
2016-04-06 05:40 – 05:53 Chun-hsi Tso r1626 – r1735
顯示 diff
(65 行未修改)
Request & Discussion
+
+ *to show the air quality data in a specific period of time:
+ *start Start date in format YYYY-MM-DDTHH:NN:SSZ (optional)
+ *end End date in format YYYY-MM-DDTHH:NN:SSZ (optional)
+ *example: http://nrl.iis.sinica.edu.tw/LASS/history.php?device_id=FT1_001&start=2016-04-05T06:00:00Z&end=2016-04-05T07:00:00Z
+ *results (integer) Number of entries to retrieve, 8000 max (optional)
+ *days (integer) Number of 24-hour periods before now to include in feed, default 1 (optional)
2016-04-06 05:04 – 05:04 wuulong sheu r1611 – r1625
顯示 diff
(63 行未修改)
*Data portal
*Kibana
+
+ Request & Discussion
2016-03-21 15:24 – 15:24 cclljj@gmail.com r1583 – r1610
顯示 diff
(38 行未修改)
*The data archive owner can provide JSON API to release data via HTTP protocal, while keeping their archive inside the firewall
*Examples
- *to show the latest submission of all alive devices of the PM25 app: http://nrl.iis.sinica.edu.tw/LASS/last-all.php
+ *to show the latest submission of all alive devices of the PM25 app: http://nrl.iis.sinica.edu.tw/LASS/last-all-lass.json
*to show the latest air quality data importated from TW-EPA Open Data
- *http://nrl.iis.sinica.edu.tw/LASS/last-all-epa.php
+ *http://nrl.iis.sinica.edu.tw/LASS/last-all-epa.json
*to show the latest air quality data importated from TPE AirBox Open Data
- *http://nrl.iis.sinica.edu.tw/LASS/last-all-airbox.php
+ *http://nrl.iis.sinica.edu.tw/LASS/last-all-airbox.json
*to show the latest air quality data importated from Open Data of Webduino deployment in Kaohsiung, Taiwan
- *http://nrl.iis.sinica.edu.tw/LASS/last-all-webduino.php
+ *http://nrl.iis.sinica.edu.tw/LASS/last-all-webduino.json
*to show the latest submission of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001
*to show the latest 1000 submissions of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/history.php?device_id=FT1_001
(16 行未修改)
2016-03-19 04:01 – 04:03 cclljj@gmail.com r1517 – r1582
顯示 diff
(39 行未修改)
*Examples
*to show the latest submission of all alive devices of the PM25 app: http://nrl.iis.sinica.edu.tw/LASS/last-all.php
- *to show the latest submission of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001
*to show the latest air quality data importated from TW-EPA Open Data
*http://nrl.iis.sinica.edu.tw/LASS/last-all-epa.php
+ *to show the latest air quality data importated from TPE AirBox Open Data
+ *http://nrl.iis.sinica.edu.tw/LASS/last-all-airbox.php
+ *to show the latest air quality data importated from Open Data of Webduino deployment in Kaohsiung, Taiwan
+ *http://nrl.iis.sinica.edu.tw/LASS/last-all-webduino.php
+ *to show the latest submission of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001
*to show the latest 1000 submissions of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/history.php?device_id=FT1_001
*to show the submissions of a particular PM25 device on a particular date: http://nrl.iis.sinica.edu.tw/LASS/history-date.php?device_id=FT1_001&date=2015-12-05
(15 行未修改)
2016-02-26 22:49 – 22:50 wuulong sheu r1514 – r1516
顯示 diff
LASS Data Platform
+
*
*Sensor Data
(57 行未修改)
2016-02-19 08:30 – 08:32 cclljj@gmail.com r1453 – r1513
顯示 diff
(41 行未修改)
*to show the latest air quality data importated from TW-EPA Open Data
*http://nrl.iis.sinica.edu.tw/LASS/last-all-epa.php
- *to show the submissions of a particular PM25 device on a particular data: http://nrl.iis.sinica.edu.tw/LASS/history-date.php?device_id=FT1_001&date=2015-12-05
+ *to show the latest 1000 submissions of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/history.php?device_id=FT1_001
+ *to show the submissions of a particular PM25 device on a particular date: http://nrl.iis.sinica.edu.tw/LASS/history-date.php?device_id=FT1_001&date=2015-12-05
+ *to show the hourly average of a partucylar PM25 device in the past two days: http://nrl.iis.sinica.edu.tw/LASS/history-hourly.php?device_id=FT1_001
*Applications
*Data analysis/visualization
(12 行未修改)
2016-01-15 05:14 – 05:15 cclljj@gmail.com r1399 – r1452
顯示 diff
(39 行未修改)
*to show the latest submission of all alive devices of the PM25 app: http://nrl.iis.sinica.edu.tw/LASS/last-all.php
*to show the latest submission of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001
+ *to show the latest air quality data importated from TW-EPA Open Data
+ *http://nrl.iis.sinica.edu.tw/LASS/last-all-epa.php
*to show the submissions of a particular PM25 device on a particular data: http://nrl.iis.sinica.edu.tw/LASS/history-date.php?device_id=FT1_001&date=2015-12-05
*Applications
(13 行未修改)
2015-12-31 14:56 – 14:57 cclljj@gmail.com r1394 – r1398
顯示 diff
(45 行未修改)
*http://iot.sparkfuture.io/pm25
*Realtime PM2.5 heatmap:
- *http://nrl.iis.sinica.edu.tw/LASS/heatmap/LJ-heatmap.html
+ *http://nrl.iis.sinica.edu.tw/LASS/heatmap/PM25.html
*Realtime PM2.5 information for one particular PM25 device:
*http://nrl.iis.sinica.edu.tw/LASS/show.php?device_id=FT1_001
(6 行未修改)
2015-12-31 02:04 – 05:26 cclljj@gmail.com r1 – r1393
顯示 diff
LASS Data Platform
+ *
+ *Sensor Data
+ *sensor data contributed by LASS devices
+ *sensor data contributed by 3rd party devices/projects
+ *government data retrived from Gov Open Data or crawled from the official website
+ *labels (events, notes, etc) contributed by end users
+ *MQTT Server
+ *information gateway that receives raw data of LASS devices via MQTT protocol
+ *Server address: gpssensor.ddns.net
+ *Customized MQTT Client
+ *MQTT clients to subscribe LASS data relayed by MQTT server
+ *Examples:
+ *MQTT clients:
+ *Install MQTTLens in chrome browser. MQTTLens in chrome . You need to setup host: gpssensor.ddns.net, topic: LASS/#
+ *Install MQTT clients on your smart phone and subscribe the topic "LASS/#" on the server gpssensor.ddns.net
+ *lass_pm25_to_thingspeak.py: a python program that subscribes the MQTT server to relay FT1 data to the corresponding ThingSpeak channel
+ *lass2db.py: a python program that subscribes the MQTT server to read FT1 data and insert into corresponding databases
+ *FTP Archive
+ *The data archive provided by the MQTT server
+ *To access the data, please follow the document: How to get data log from server
+ *IoT Cloud
+ *Public data service for IoT applications
+ *Examples
+ *ThingSpeak
+ *Database
+ *Examples
+ *MongoDB
+ *Host 1 @ Academia Sinica: lass.iis.sinica.edu.tw (to be available soon)
+ *Host 2 @ NCTU (to be available soon)
+ *Couchbase
+ *Host 1 @ Academia Sinica: lass.iis.sinica.edu.tw (to be available soon)
+ *Host 2 @ NCTU (to be available soon)
+ *DB Query API
+ *Public API to access databases directly mentioned in (6)
+ *JSON API
+ *Public API to access data in the archive via the JSON format
+ *The data archive owner can provide JSON API to release data via HTTP protocal, while keeping their archive inside the firewall
+ *Examples
+ *to show the latest submission of all alive devices of the PM25 app: http://nrl.iis.sinica.edu.tw/LASS/last-all.php
+ *to show the latest submission of a particular PM25 device: http://nrl.iis.sinica.edu.tw/LASS/last.php?device_id=FT1_001
+ *to show the submissions of a particular PM25 device on a particular data: http://nrl.iis.sinica.edu.tw/LASS/history-date.php?device_id=FT1_001&date=2015-12-05
+ *Applications
+ *Data analysis/visualization
+ *Realtime PM2.5 map (including LASS and Gov data):
+ *http://iot.sparkfuture.io/pm25
+ *Realtime PM2.5 heatmap:
+ *http://nrl.iis.sinica.edu.tw/LASS/heatmap/LJ-heatmap.html
+ *Realtime PM2.5 information for one particular PM25 device:
+ *http://nrl.iis.sinica.edu.tw/LASS/show.php?device_id=FT1_001
+ *Comparison of lastest measurements by two PM25 devices:
+ *http://nrl.iis.sinica.edu.tw/LASS/compare.php?device_1=FT1_001&device_2=FT1_031
+ *Comparison of one particular device on two different days:
+ *http://nrl.iis.sinica.edu.tw/LASS/compare-date.php?device_1=FT1_001&date_1=2015-12-20&date_2=2015-12-21
+ *Data portal
+ *Kibana
2015-12-31 02:04 (unknown) r0
顯示 diff
-
+ LASS Data Platform