1 / 23

Daniel Getman Aaron Myers Geographic Information Science and Technology Group

Making Usable Data Available and Available Data Usable: The Application of Geospatial Standards in Near Real-Time Sensor Networks. Daniel Getman Aaron Myers Geographic Information Science and Technology Group Oak Ridge National Laboratory April 20, 2007. What is SensorNet.

fiona
Download Presentation

Daniel Getman Aaron Myers Geographic Information Science and Technology Group

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Making Usable Data Available and Available Data Usable: The Application of Geospatial Standards in Near Real-Time Sensor Networks Daniel Getman Aaron Myers Geographic Information Science and Technology Group Oak Ridge National Laboratory April 20, 2007

  2. What is SensorNet • Much more than what is presented here • Stand Alone Sensor Networks • Mobile Sensor Systems • Weigh Station Systems • Port Systems • Military Base Systems • Distributed Sensor Networks • Connecting stand alone systems in a larger network • Overarching Concepts • Interoperability/Standards • Real Time Data Distribution and Alerting • Ubiquitous Data Access • Development of Global Scale Sensor Networks

  3. Describing the Stand Alone Systems • Multiple Sensors • Chemical – Radiation – Biological – Weather • Video with real time analysis capabilities • Multiple Viewers • ArcMap • Google Earth • Browser based viewers • Integration with Models • HPAC • Data Distribution Capabilities • Mobile systems communicating with operations centers and other systems

  4. Defining The Goals • Minimum System Goal • Provision of near real-time data within the stand alone system while also providing access to data to external users including Operation Centers and other emergency response personnel • Maximum System Goal • Develop an open standards based system within which a variety of sensors, viewers, and complete stand alone systems can plug-and-play can use and share near real-time sensor data • Stretch Goal • Make the openness of the system transparent to all users

  5. Standards Used in the Stand Alone Systems • Open Geospatial Consortium (OGC) • Sensor Web Enablement (SWE) • Includes Sensor Observation Service (SOS), Sensor Alert Services (SAS), and Sensor Planning Service (SPS) • Web Feature Service (WFS) • Geography Markup Language (GML) • U.S. Department of Homeland Security (DHS) • ANSI N42.42 (Radiation Data Representation) • Organization for the Advancement of Structured Information Standards (OASIS) • Common Alerting Protocol (CAP) • National Institute of Standards and Technology (NIST) • IEEE 1451 (Sensor Plug-n-play) Courtesy: David Resseguie, ORNL

  6. Why Standards are Great • Standards are great once they are adopted • Data sharing is not only easier but can be easily automated • Everything is less expensive…eventually • Creativity is stimulated in application development

  7. Why Standards Can Be Difficult to Use • Querying differences • Data Size Differences • Data Structure Differences Traditional Database Query WFS Database Query

  8. WFS and SQL Queries • Traditional SQL Query SELECT Col1, Att1, Val1 FROM TABLE1 WHERE Val2 = “SomeValue” • WFS Query<wfs:GetFeature service="WFS" version="1.0.0" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:snet="http://www.sensornet.gov/snet" xmlns:wfs="http://www.opengis.net/wfs"> <wfs:Query typeName=“snet:Table1"> <ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"> <ogc:PropertyIsLike> <ogc:PropertyName>//snet:Val2</ogc:PropertyName> <ogc:Literal>SomeValue</Literal> <ogc:PropertyIsLike> </ogc:Filter> </wfs:Query> </wfs:GetFeature>

  9. Simple WFS Performance Tests

  10. Practical Difficulties • Clients can have conflicting expectations • Things that are difficult with Standards Based Systems • Legacy Software and Data • Few software packages will natively access standards based data sources • Familiar/Robust/Highly Functional Interface • It has to be as good as the proprietary system • Near Real-Time Dynamic Data • Lots of queries, some very specific (alerting) • Database Design Limitations • Designed for support of standard rather than support of user activities • Large Data Capacity can be problematic • Keeping all of the data without impeding system speed • Data Integration • Leveraging of existing proprietary data

  11. Idealistic SensorNet System

  12. Where does this leave the ISS?

  13. The Duct Tape Approach • Implement standards where the technology and client requirements allow • Implement component based solutions that handle the places in the system where standards either do not exist or are not fully implemented • Plan to remove the duct tape when the standards are implemented and adopted

  14. Slightly More Realistic SensorNet System

  15. Tale of Two Deployments • JFHQ SNAPS in Washington DC • Mobile SensorNet System (Actually in a trailer) • JOC System designed to receive data from Mobile and Base systems • GPS enabled Radiation, Chemical, Weather, Video • HPAC Integration • SRRPP at the Port of Charleston • Land and Marine based SensorNet Systems • Vehicle and Officer GPS Tracking • GPS enabled Radiation, Video

  16. JFHQ SNAPS Deployment

  17. SRRPP Deployment

  18. Lessons Learned with the SMRSS • Intrinsic problems include • Data is duplicated • Two conversion processes to maintain • Performance Issues • Both WFS and ArcSDE are bottlenecks compared to direct database interaction. Together, they can really hinder performance • The conversion to ArcSDE caused a large number of reads on the WFS. This had a negative impact on the overall performance of the system. More reads per second means less writes per second • Inserting data into ArcSDE is significantly slower than inserting data directly into a database • We found that ArcObjects inserts were faster than SDE API inserts • Querying against the data tables directly in Oracle to gather data used in the conversion process, rather than going through SDE, is a good shortcut • Conversion process can be used for other tasking that would otherwise require an additional WFS call • Alerting and interfacing with other systems (cameras for example)

  19. Realistic Idealistic SensorNet System Everyone Gets What They Want Single Conversion Utility No pounding the WFS with SDE Inserts

  20. Evolution of the RISS Times They Are A-Changin'

  21. Evolution of the RISS

  22. New & Improved Idealistic SensorNet System

  23. - Questions and Comments - Daniel Getmangetmandj@ornl.gov865-241-1745

More Related