Top Banner

Click here to load reader

24

sos4R @ OGC TC

Jun 25, 2015

Download

Technology

Daniel Nüst

Presentation of the sos4R SOS client for R at the Open Geospatial Consortium Technical Committee meeting in Bonn.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: sos4R @ OGC TC

Daniel Nüst52°North Initiative for Geospatial

Open Source Software GmbH

Page 2: sos4R @ OGC TC

OGC TC Bonn2011

motivation

Page 3: sos4R @ OGC TC

OGC TC Bonn2011

open data and reproducible research

need for SWE analysis clients

spread SOS

power of R

Page 4: sos4R @ OGC TC

OGC TC Bonn2011

standard

implementation

clientserver

Page 5: sos4R @ OGC TC

OGC TC Bonn2011

Page 6: sos4R @ OGC TC

OGC TC Bonn2011

Page 7: sos4R @ OGC TC

OGC TC Bonn2011

Page 8: sos4R @ OGC TC

OGC TC Bonn2011

features

client classes and methods

exchangeability

filtering tests

Page 9: sos4R @ OGC TC

OGC TC Bonn2011

issues

Page 10: sos4R @ OGC TC

OGC TC Bonn2011

live demo

Page 11: sos4R @ OGC TC

OGC TC Bonn2011

Page 12: sos4R @ OGC TC

OGC TC Bonn2011

Page 13: sos4R @ OGC TC

OGC TC Bonn2011

Page 14: sos4R @ OGC TC

OGC TC Bonn2011

some more

examples

Page 15: sos4R @ OGC TC

OGC TC Bonn2011

Page 16: sos4R @ OGC TC

OGC TC Bonn2011

Page 17: sos4R @ OGC TC

OGC TC Bonn2011

http://52north.org/geostatistics

http://opengeostatistics.org

WorkshopHandling and analyzing spatio-temporal data in R

21-22 March 2011, Münster

Page 18: sos4R @ OGC TC

OGC TC Bonn2011

tasks and roadmap

Page 19: sos4R @ OGC TC

OGC TC Bonn2011

contact: [email protected]: www.nordholmen.net/sos4rcommunity: http://52north.org/geostatistics/

thank you!

Page 20: sos4R @ OGC TC

OGC TC Bonn2011

Page 21: sos4R @ OGC TC

OGC TC Bonn2011

Page 22: sos4R @ OGC TC

OGC TC Bonn2011

exchangeabilitymyParseSensorML <- function(obj) {

root <- xmlRoot(obj)return(xmlName(root))

}

mysos = SOS(url = "http://www.sos.de/sos",parsers = SosParsingFunctions(

"DescribeSensor" = myParseSensorML))

Page 23: sos4R @ OGC TC

OGC TC Bonn2011

Page 24: sos4R @ OGC TC

OGC TC Bonn2011