34
® Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science: The Way Forward Luis Bermudez, Ingo Simonis Open Geospatial Consortium [email protected] Sep 13, 2016 Denver, CO © 2016 Open Geospatial Consortium

Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

Embed Size (px)

Citation preview

Page 1: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

®

© 2016 Open Geospatial Consortium

Geospatial Data and Key Characteristics of Geospatial Data

Analysis and Science: The Way Forward

Luis Bermudez, Ingo SimonisOpen Geospatial Consortium

[email protected] 13, 2016 Denver, CO

Page 2: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Structure of the Talk

• Problem• Standards• Challenges

© 2016 Open Geospatial Consortium

Page 3: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Where is Katrina Going?

© 2016 Open Geospatial Consortium

Prediction: 1 day before first landing (Aug 24 , 2005)

Page 4: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Where is Katrina Going?

© 2016 Open Geospatial Consortium

1st landing Keating Beach

Hurricane status

85 mph

Seems it is going to FloridaPanhandle

Page 5: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Where is Katrina Going?

© 2016 Open Geospatial Consortium

Moved to the Louisiana coast

Hit Bay St. Louis, Aug 29, 2005 as Category 3

Page 6: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Who was involved?

• Computer Scientist• Web Graphic Designers• Geospatial Analysts• Coastal Inundation Scientist• Atmospheric Scientist• Emergency Responders• ...

© 2016 Open Geospatial Consortium

Page 7: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Distributed Coastal Laboratory (2009)

A cyber-enabled virtual organization of scientists, sensor networks, forecast models, and computing resources to advance understanding of coastal phenomena and enable transformational science

© 2016 Open Geospatial Consortium

Page 8: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

1. NHC produces advisory

2. UF produces

winds

5. LSU and TAMU

archive the data

4. Data is catalogued

at UAH

6. OpenIOOS displays

data

3. RENCI, BIO, VIMS, UF run

coastal models

Coordinated community with

agreed agreementson formats and

interfaces

Page 9: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Zhao, Peisheng December 31, 2010IGI Global

Page 10: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®10

Web Map Service

Web Coverage Service (netCDF)

WebFeature Service (GML)

Sensor Observation Service

Catalog Services for the Web

OGC Stan

dards

Page 11: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Open Geospatial Consortium

534 volunteer organizations

6905 portal users

More than 60 standards

Page 12: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®© 2016 Open Geospatial Consortium

OGC Standards

Page 13: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®© 2016 Open Geospatial Consortium

Domain Working Groups

Page 14: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Tests and certifications

Currently851 implementations203 compliant products

Page 15: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Trends

• Big Data• Cloud Computing• Crowdsourcing• Internet of Things• ..

© 2016 Open Geospatial Consortium

Page 16: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®© 2016 Open Geospatial Consortium

Earth Science Data Analytics

• Process of examining, preparing, reducing, and analyzing large amounts of spatial (multi-dimensional), temporal, or spectral data encompassing a variety of data types to uncover patterns, correlations and other information, to better understand our Earth.

• This encompasses: – Data Preparation – Preparing heterogeneous data so that they can be jointly

analyzed– Data Reduction – Correcting, ordering and simplifying data in support of

analytic objectives– Data Analysis – Applying techniques/methods to derive results

Source: Earth Science Information Partners (ESIP), July 2016

Page 17: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Current Challenges

1. Supporting rich queries and processes 2. Enable semantic Interoperability3. Advance use of standards for big data and cloud

environments to support geospatial analysis and scientific communities

© 2016 Open Geospatial Consortium

Page 18: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Supporting Rich Queries

© 2016 Open Geospatial Consortium

Get me dry places in Australia that have beenalways dry on the last 10 years.

Page 19: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

WMS Queryhttp://myserver/wms?

VERSION=1.3.0&REQUEST=GetMap&SERVICE=WMS&LAYERS=Dry & STYLES=&CRS=..&BBOX=…&WIDTH=400&HEIGHT=300&FORMAT=image/png&BGCOLOR=0xffffff&TRANSPARENT=TRUE

© 2016 Open Geospatial Consortium

Page 20: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®© 2016 Open Geospatial Consortium

WFS Queryhttp://myserver/wfs?

SERVICE=WFS&REQUEST=GetFeature&VERSION=1.1.0&

typeName=wet_dry_areas& FILTER= <Filter

xmlns="http://www.opengis.net/ogc"> <PropertyIsLike> <PropertyName>ss_cat</PropertyName> <Literal>Dry</Literal>

</ PropertyIsLike > </Filter>

Page 21: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Query - Resource Oriented

© 2016 Open Geospatial Consortium

HTTP/1.1 200 OK  Content-Type: application/hal+json

  {    "_links": {      “self": { "href": "/dry" },      “map”: { "href": ”dry/map" },      “vector”: { "href": ”dry/vector" }    },    “area_sq_km”: 1,400,000,    “description”: “Dry places in Australia for the last 10 years“  }

GET /dry HTTP/1.1Host: geos-australia.orgAccept: application/hal+json

Page 22: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

OGC Advancing REST

© 2016 Open Geospatial Consortium

The purpose of the RESTful Service Policy Standard Working Group is to create requirements, recommendations and examples for the creation of OGC standards for RESTful Web Services. The result of this work will be formalized in a Policy Standard for the structure and content of the implementation of geospatial standards embodying a uniform approach to RESTful principles

Page 23: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

OGC Advancing REST

© 2016 Open Geospatial Consortium

Page 24: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Semantic Issue

© 2016 Open Geospatial Consortium

5.2 oz of cinnamon porridge

+149.4 gr of sweet

oatmeal= ?

Page 25: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Two services via WFS using their own model

© 2016 Open Geospatial Consortium

Page 26: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Conflation

Target Dataset

Source Dataset

Extract similar features (geometries and location)

Resolve attribute similarity

Page 27: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

TESTBED 10

Page 28: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Testbed 11 – Semantic Enablement of Social Data

© 2016 Open Geospatial Consortium

Social MediaAPIsSilos

GeoSPARQL Linked Data REST API

Web AccessLayer

Human-orientedClients

. . .

OGC Interfaces for Social MediaSocial Media Analysis WPS

Page 29: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Big Geo Data

© 2016 Open Geospatial Consortium

High Velocity Ingest

Geospatial Databases

Spatial Modeling

ObservationSources

Users and consuming

apps

GeoAnalytics, Machine Learning

Entity-oriented Spatial-temporal

analytics

Grid-oriented Spatial-temporal

analytics

Feature Fusion

Remote sensed data processing

Machine Learning

Array databases

NoSQLdatabases

Graphdatabases

Built environment

models

Integrated environmental

models

Modeling and simulation

IoT Message Streaming

Social Media Message

Processing

ETL Stream processing using

RDF

Wide Area Motion Imagery

Page 30: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Classification Service

© 2016 Open Geospatial Consortium

OGC Testbed 10 – Cloud Computing

Page 31: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®© 2016 Open Geospatial Consortium OGC Testbed 13 (2016-17)

Page 32: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Location Powers: Big Data

• Tuesday 20th September• Orlando, Florida

© 2016 Open Geospatial Consortium

#LPBigData

http://www.opengeospatial.org/event/1609tc

http://www.locationpowers.net/

Page 33: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®

Take Home Message

© 2016 Open Geospatial Consortium

Agreements (standards) help solve complex problems across communities

Technology is advancingUser can do more queriesLet’s make them simpler

Let’s advance further semantic interoperability solutions

Let’s advance Big Data/ Cloud geospatial analytics architectures using open standards

Page 34: Geospatial Data and Key Characteristics of Geospatial Data Analysis and Science

OGC®© 2016 Open Geospatial Consortium

The Open Geospatial Consortium

Open Geospatial Consortiumwww.opengeospatial.org

OGC Standards - freely available www.opengeospatial.org/standards

OGC on YouTubehttp://www.youtube.com/user/ogcvideo

Luis Bermudez@berdez

[email protected]