310 likes | 410 Vues
LiveE! project explores using small sensors connected to the internet to observe and share digital data of Earth phenomena for various purposes like education and disaster management. It provides interoperable formats for sensors and features sample SOAP services and user interfaces. For more information, visit http://www.live-e.org/. Contact: live-e-info@mri.co.jp.
E N D
Live E! Project : sensing the Earth Masaya Nakayama†,SatoshiMatsuura‡, HiroshiEsaki†,HidekiSunahara‡ †Univ. of Tokyo/WIDE Project ‡NAIST/WIDEProject
Background • In the 21st century, people has risen the concern about environmental problems. • Heat island phenomenon in the city part • Large-scale hurricane has occurred • At Feb. 2005, UN issued Kyoto Protocol. • Each developed countries try to reduce CO2 generation. (Japan – 6%, US – 7%, EU – 8%)
Observation Status (in Japan) • AMeDAS (Automated Meteorological Data Acquisition System) has been operated from Nov. 1974 by JMA (Japan Meteorological Agency). • Rain fall 1300 places • Wind dir, Wind speed, Temperature, Sunshine duration 850 places • Snow depth 240 places
Observation places by AMeDAS http://www.kishou.go.jp/know/kansoku.html
Background • Observation places are not enough for understanding the detailed phenomena (especially city area) of earth. • Observation of earth phenomena using small sensors which are connecting to the Internet is important.
LiveE!project • Openresearchconsortiumamongindustryandacademia • Itexplorestheplatformtosharethedigitalinformationrelatedwiththeearthandourlivingenvironment • Thedigitalinformationisusedforeducation,disasterprotection/reduction/recoveryorbusinesscases.
An example effect of sensor nodes(Energy saving at HQ of Matsushita Works)
Live E! Observation(Tokyo) 国土地理院承認 平14総複 第149号
Temperature (City Area) 2006/01/01-2006/01/19
Temperature (around city) 2006/01/01-2006/01/19
Temperature (Kanto Area) It may be an effect of heat island phenomena. 2006/01/01-2006/01/19
Details of data format/API • Many types of sensors are sold in market. • We need an interoperable exchange format between sensors. • Limited conditions of observation places • We cannot make uniform situation about observation conditions • We need profile information about observation places
Several observation places Univ. of Tokyo Junior High School at Kurashiki, Okayama Elementary School at Minato-ku, Tokyo
Sensor Information • Current sensor information • Temperature deg C • Humidity% • PresssurehPa • RainFallmm/h • WindSpeedm/s • WindDirdeg • CO2 ppm
SensorProfileInformation • CurrentSensorProfileInformation • addressphysicaladdressofsensor • locationlocationname • ipAddrIPv4address • ip6AddrIpv6address • latitudelatitudeofsensor • longitudelongitudeofsensor • altitudealtitudeofsensor
Sample SOAP services • getCurrentDataAll() • getCurrentDataByType(sensorType) • getCurrentDataByAreaRect(x1, y1, x2, y2) • setProfile(xmlDocument) • getProfileAll() • getProfileByType(sensorType) • getDataByTimespan(sensorID, startTime, endTime) • putData(xmlDocument)
Sample Code #! /usr/local/bin/perl –w use encoding ‘UTF-8’, SDOUT => ‘shiftjis’; use SOAP::Lite; $service = SOAP::Lite -> service(‘http://example.com/axis/ DataProvider?wsdl’); $currentData = $service->GetCurrentDataAll(); print $currentData;
Summary • Introduction of Live E! project • Observation of Earth phenomena using sensor nodes with internet connectivity • Share such digital data between people who wants to use for several purposes • We define XML formats and SOAP services to share digital data • Example user interfaces by Live E! project • GoogleMap interface • GoogleEarth interface
More information: http://www.live-e.org/ Contact: live-e-info@mri.co.jp