Sie sind auf Seite 1von 251

Sponsored by

Closing Plenary public slides

102nd OGC Technical Committee


Delft, The Netherlands
Scott Simmons and TC Members
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Thanks and Welcome to new members


TC Member presentations
ESA requirements for WPS evolution: Salvatore Pinto
Agile Service Engineering in the Industrial Internet: Thomas Uslnder
Towards an integrated (OGC) standards based information model for 1D time series data within the water
management sector: Jade Haayen
Upcoming TC Meetings
December TC Meeting in New Zealand: David Medycckj-Scott
Roll call
TC Motions
COMC SWG: Lucio Colaiacomo
InfraGML Part 7: Paul Scarponcini
TimeSeriesML revision: Paul Hershberg
UxS DWG: Scott Simmons
TC PnP: Scott Simmons
OGC China Forum: Scott Simmons
TC Chair announcements and motions
Please vote earlier, I have high blood pressure
Indian Plugfest
Working Group reports

OGC Copyright 2017 Open Geospatial Consortium


Thank you sponsors

OGC Copyright 2017 Open Geospatial Consortium


Welcome new members!

BSD Consulting, Inc.


Computer Research Institute of Montreal
Fund for the City of New York
NAV Canada
Office for National Statistics (UK)
Rockwell Collins
Skymap Global
Stanford University
Tata Power
University of Denver
Wen Zhu
Fugro NV
GEO Solutions
Health Solutions Research, Inc.
International Institute for Applied Systems Analysis (IIASA)
Johns Hopkins University Applied Physics Laboratory
Scanpoint Geomatics
Bolaji Taiwo

OGC Copyright 2017 Open Geospatial Consortium


TC Member Presentations

OGC Copyright 2017 Open Geospatial Consortium


ESA sponsored activities in OGC TB 13

Antonio Romeo, Salvatore Pinto, Cristiano Lopes

13/03/2017

ESA UNCLASSIFIED - For Official Use


ESA Objectives for TB 13

Definition of a package for user applications


enabling automatic management (upload, deploy,
run) and share between platforms

Definition and execution of bulk processing (time-driven)


for historical data and continuous data generation

Optional, gaining experience with:

GeoJson OpenSearch extension (17-003r0)

IdP+STS in interoperability context

Accounting information exchange interface between


platforms
ESA UNCLASSIFIED - For Official Use Antonio Romeo, Salvatore Pinto, Cristiano Lopes | 13/03/2017 | Slide 7
Architecture Overview
Legend

2. retrieveProfile(userCredentials) OGC
IdP+STS
CNR ESA
4. getToken(user) in kind in kind

Processing 5. upload(Package,userToken) IaaS & data


8. quote(App,parameters, userToken)
Platform (TEP) 9. execute(App, parameters, userToken)
Package
11. getAccountingInfo(executionID)
App IPT

App Management
P
C client
E
App Deployment &
10. deploy()
P (GUI + Background execution logic
1. Authentication(userCredentials) P
logic)
3. upload (package)
7. requestExecution(app)
6a1. searchData(Eodata) AWS
6b1. searchData(Eodata+other)
6b3.
searchData(EOdata)
GeoJSON
6b2. searchData(other)
Not EO Opensearch 6a2. / 6b4. searchData(EOdata)
DAB
repository Catalogue
(FedEO)

ESA UNCLASSIFIED - For Official Use Antonio Romeo, Salvatore Pinto, Cristiano Lopes | 13/03/2017 | Slide 8
Part 1: Application Deployment and Testing
Step 0: Application Package generation

Package
identify the Application to which it refers (application name, version,
description, author, link to documentation, )
describe the input data (e.g. Sentinel-2 MSI L1C and Landsat-8 OLI L1T, as an
OpenSearch description reference)
describe additional input parameters (e.g. variables for its algorithm, can be
boolean, strings, integers, ) Package

describe the output (e.g. output files, link to description of the format,
App
processing log files, output error codes, OpenSearch products links, )
App
describe the required execution environment for the application (OS
requirements, HW requirements, )
identify how to deploy and launch the application (software to be
executed, execution static DAG, parallelization, execution cmdline, )
Software B1
Software C
Software A

Software B2

ESA UNCLASSIFIED - For Official Use Antonio Romeo, Salvatore Pinto, Cristiano Lopes | 13/03/2017 | Slide 9
Part 1: Application Deployment and Testing
Step 0: Application Package generation App example: Land Cover Mapping

Package
Application name: Land Cover Mapping Version: 1.0
Description: processing workflow using SNAP and Orpheo Toolbox
(OTB)
Author: VTT License: OSS
Input data: N images from Sentinel 2 MSI L1C:
http://fedeo.esa.int/opensearch/description.xml?uid=IPT:S2MSI1C or
http://fedeo.esa.int/opensearch/description.xml?uid=AWS:S2MSI1C
Input auxiliary data: reference data matching EO data
Input parameters: EPSG reference code, target resolution
Output: GeoTIFF file, processing logs (stdout, stderr), error code
App

OS: Linux (CentOS 6) Hardware req: medium CPU, big disk


DAG: SNAP processing -> Orpheo Toolbox processing
Deployment and execution:
- Step 1: SNAP, can be run in parallel for each input_file
- Step 2: Orpheo Toolbox, cannot be parallelized
Security: software package signatures

Software:
- SNAP software package
S

- Orpheo Toolbox software package


ESA UNCLASSIFIED - For Official Use Antonio Romeo, Salvatore Pinto, Cristiano Lopes | 13/03/2017 | Slide 10
Part 1: Application Deployment and Testing
Step 1-5: Application Package upload

2. retrieveProfile(userCredentials)
IdP+STS
Software Package/App
4. getToken(user) Repository repository

Processing
Platform (TEP)
Package
App 5. upload(Package,userToken)
S S App Management
P
C client
E
App Deployment &
P (GUI + Background execution logic
P
logic)
1. Authentication(userCredentials)
3. upload (package)

IdP+STS is only one possible authentication method (the one considered in the
testbed), approach for the upload and other web API authentication shall be modular
Software packages are big and hard to manage (e.g. include dependencies, setup
scripts, security updates, etc) and there are already many repository
technology/standards (Docker, RPM, APT). We do not want to reinvent the wheel!.
TB can link software packages on external repositories (e.g. DockerHub). You will need
anyway to sign them to avoid tampering.
ESA UNCLASSIFIED - For Official Use Antonio Romeo, Salvatore Pinto, Cristiano Lopes | 13/03/2017 | Slide 11
Part 1: Application Deployment and Testing
Step 6: Data Discovery

ESA will provide in-kind the FedEO Catalogue and its GeoJSON OpenSearch
interface, which allows to search for EO data on multiple cloud providers (providing
also data location information, e.g. which cloud provider hosts the given data)
Additionally, CNR will provide in-kind the DAB catalogue, with the same
GeoJSON OpenSearch interface, which allows to search for EO data on multiple
cloud providers (via FedEO) and additional non-EO data

Processing IaaS & data


Platform (TEP)
IPT

App Management
P
C client
E
App Deployment &
P (GUI + Background execution logic
P
logic)

6a1. searchData(Eodata) AWS


6b1. searchData(Eodata+other)

6b2. searchData(other) 6b3.


searchData(EOdata) GeoJSON 6a2. / 6b4. searchData(EOdata)
Not EO Opensearch
DAB
repository Catalogue
(FedEO)

ESA UNCLASSIFIED - For Official Use Antonio Romeo, Salvatore Pinto, Cristiano Lopes | 13/03/2017 | Slide 12
Part 1: Application Deployment and Testing
Step 7-10: Application deployment for testing Legend

OGC
IdP+STS
CNR ESA
in kind in kind

Processing IaaS & data


Platform (TEP) 8. quote(App,parameters, userToken)
9. execute(App, parameters, userToken) IPT

App Management
P
C client
E
App Deployment &
(GUI + Background execution logic 10. deploy
P P
7. requestExecution(app) logic) & run ()

6a1. searchData(Eodata) AWS

6b3.
6b2. searchData(other) GeoJSON 6a2. / 6b4. searchData(EOdata)
searchData(EOdata)
Not EO Opensearch
DAB
repository Catalogue
(Fedeo)

A quote is required to get idea on the processing costs. It can be in terms of


credits or resources
The deployment & run step may not be a standard, but dependent on the cloud
provider IaaS interface standards or internal cluster management protocols
ESA UNCLASSIFIED - For Official Use Antonio Romeo, Salvatore Pinto, Cristiano Lopes | 13/03/2017 | Slide 13
Part 2: Historical Data Generation
1. User select an Algorithm (deployed on part 1)
2. User selects a processing window parameters, as:
Start time -> stop time
N days shifting window
N days shift
3. User selects execution parameters of the Algorithm, as:
Input products selection rules, e.g.:
AOI: Romania
Cloud coverage < 10%
Cumulative time coverage: all available data
Algorithm processing parameters
4. User runs a Bulk Windowed execution (multiple windows are launched
in parallel)
5. User is notified at the end of the processing and can access the status
of the different processing windows
ESA UNCLASSIFIED - For Official Use Antonio Romeo, Salvatore Pinto, Cristiano Lopes | 13/03/2017 | Slide 14
Part 3: Continuous Weekly Data Generation
As per Part 2, with the following differences:
Frequency (each week on Tuesday) and shifting window relative to
execution date (e.g. execution day -8 to execution day -2)
User are notified upon each window execution completion
Processing is repeated until manually disabled

Part 4: Accounting & Billing (Optional)

ESA UNCLASSIFIED - For Official Use Antonio Romeo, Salvatore Pinto, Cristiano Lopes | 13/03/2017 | Slide 15
Summary and future directions

TB 13 KO will be in Reston on 4-6 April 2017

OGCs role is vital, ESA is:


Sponsoring TB13 (in a new way)
Seeking consensus on an update of the Open
Search, in coordination with CEOS WGISS
Open to other forms of collaboration and
cooperation that are mutually beneficial

ESA UNCLASSIFIED - For Official Use Antonio Romeo, Salvatore Pinto, Cristiano Lopes | 13/03/2017 | Slide 16
Thanks

ESA UNCLASSIFIED - For Official Use


Co-Design of Requirements and
Architectural Artefacts for Industrial Internet
Applications

Dr.-Ing. Thomas Uslnder


Fraunhofer IOSB
Head of Department
Information Management and Production Control Josef von Fraunhofer
Scientist and Entrepreneur
Spokesperson Business Unit Automation 1787-1826

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
21 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
Trend towards IIoT platforms in Industrie 4.0 and IIC (Quelle: Plattform Industrie 4.0)

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
22 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
IIRA Implementation Viewpoint: 3-Tier Architecture Pattern

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
23 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
Problem: Agile Requirements Analysis

Business IT Strategy

requirements
View of Thematic Expert

software analysis
and design gap
project
View of IT Expert

capabilities /
service registries

Software Architecture

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
24 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
Dimensions of Agile Analysis and Design

Analysis and Design


(3)
Artefacts
Constraints

(1) Results Architectural Frameworks

domain
modelling

domain user domain


Problem
Problem model

Analysis and analysis


refers to

design activities reqs


system designer domain

feedback
rephrasing
generation
reqs model discovery

(2) Process
design
req2cap model
model
caps model matchmaking

publishing grounding refers to

reference
caps model Information model
Design Workflow
Design Activity

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
25 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
SERVUS solution: Use cases extended by Information Resources

Service-oriented
Analysis and Design
of Requirements
based upon Use
Cases and
Information
Resources

Referenced in
ISO 19119:2016
Annexes D and E

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
26 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
ISO 19119:2016 Annex D: UC-based methodology and Annex E: UC
Template

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
27 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
Artefact Levels of SERVUS

USx .. User stories Describes selected situations

.. UCy Describes functional aspects,


UCx Use cases
actors and workflows

REQx .. Requirements Describes functional and non-functional


requirements

Where are the conceptual gaps = missing mappings ?

CAP .. Describes existing and future capabilities


Capabilities
x
(T1 OR T2) AND Where are the technology gaps = missing mappings ?
T3
What are the technology options = multiple mappings ?

TECH .. Technologies Describes existing and future technologies


incl. products available on the market
x

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
28 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
SERVUS Meta-Modell

Ontolog
y

tells

performed
user by Test
story Case
validated
motivates
by
related to
includes
refines
alle relations are bijective Use maps to Require
refines -ment
case
Semantic
Annotation update of implemented by
requests
Capability
Informatio
related to
n realized by
refines Resource (a combination of)

Technology

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
29 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
SERVUS Architecture of the collaborative tool

System
Analyst

Industrial
Production System Architect
Enterprise Architect

EA Java API
Expert Web Browser
Mediator
Use Case Client
Tool

http

Internet/Intranet
Structured by the SERVUS Meta-Modell:
use cases
Use Case Server
resources (information/apps/services)
actors/roles
thematic domains
Relational
Database
semantic annotations

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
30 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
Example Content and Analysis of the SERVUS Tool

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
31 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
Beispiel: Proactive Maintenance

Proactive
Maintenanc
e
Dedicated Maintenance refines Preventive Time-based
Predictive
depending on failure Maintenance Maintenance maintenance
forecast

Predict Get
Get machine
failure of data
data
machines includes

Get
includes production Integration of
data data analytics
Integration of
machine refines
learning
Get production
Get production
data in (near)
data (offline)
real-time

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
32 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
THANK YOU FOR YOUR
ATTENDANCE

Dr.-Ing. Thomas Uslnder


Fraunhofer IOSB Your research partner
Head of Department Information Management and Production
Control
for industrial applications,
Fraunhoferstr. 1 Internet of Things and
76131 Karlsruhe, Germany
thomas.uslaender@iosb.fraunhofer.de Services and Industrie 4.0
http://www.iosb.fraunhofer.de

Co-design of Requirements and Architectural Artefacts 2017 Fraunhofer IOSB, Dr.-Ing. Thomas Uslnder
33 for Industrial Internet Applications
OGC TC Delft, 23 March 2017
TOWARDS AN INTEGRATED (OGC) STANDARDS
BASED INFORMATION MODEL FOR 1D TIME SERIES
P I C T U RTHE
DATA WITHIN E P LA CWATER
E H O LD E R SECTOR

Graduation Project
M.J.Presented
HAAYEN by:
Main Mentor: JAD E H AAYE N @ G M AI L. C O M
Prof. Dr. Ir. P.J.M. (Peter) van Oosterom Supervisors
Second Mentor: Ing. J. (Jonathan) van der Wielen
Prof. Dr. Ir. N. (Nick) van de Giesen Dr. Ir. A. (Arnold) Lobbrecht
Involved Partners

Prof. Dr. P. J. M. (Peter) van Oosterom


Geomatics
Faculty of Architecture and the Built Environment

Prof. Dr. Nick van de Giesen


Water Resources Management
Faculty of Civil Engineering and Geosciences
TU Delft

HydroLogic Research
Dr. R. H. (Rianne) Giesen
Ing J. (Jonathan) van der Wielen
Goal is to be able to answer:

What well defined information


model based on standards
is optimal to implement in a
information infrastructure
within the water sector
to make the 1D time series
data exchange easier?
OVERVIEW POTENTIAL RELEVANT STANDARDS
ISO

ISO / TC211 OGC

WaterML2.0
ISO 19156
Part1
O&M OpenML2.0 GeoSciML
TimeSeries

OGC TimeSeries
Profile of O&M International

INSPIRE/
SeaDataNet European
CEN TC287

NL
NEN 3610

Aquo

IMWA IM Metingen
ONE COMPLETE MODEL

OGC ISO 19156 O&M


OGC TimeSeries Profile of Observations & Measurements
Observations & Measurements

WaterML2.0 Aquo
Part 1: Time Series Includes IMWA and
IM Metingen
COMPLEXNESS of standards

Describe the same Different labels

Describe diff. things Same labels

Diff. conceptualisations Same name

Describes different levels of detail

Data which doesnt exist in the other database


ONE COMPLETE MODEL

OGC ISO 19156 O&M


OGC TimeSeries Profile of Observations & Measurements
Observations & Measurements

WaterML2.0 Aquo
Part 1: Time Series Includes IMWA and
IM Metingen
Overview developed/composed UML model
COMPLEXNESS between OGC standards

Timeserie Profile of O&M =


WaterML 2.0: timeseries where the Hydro part is removed

Inconsistencies in the overlapping parts


Examples:

The diagrams that appear in this standard are presented using the
UML static structure diagram.
Blue: Defined within this standard
Green: ISO19156 Observations & Measurements
Red: Other (ISO or GML)

WaterML2.0 Part 1: Timeseries Timeseries Profile of O&M


Overview UML model
EXPERT MEETINGS

J. van der Wielen / A. S. HUMMEL R. Feron E. Wisse Meeting March


Lobbrecht

E. Folmer R. van Nooyen P. van Everdingen H.J. Lekkerkerk P. van Oosterom / N. van
de Giesen
OGC standards documentations reflection

OGC standards documentations critics:

Complexity of reports scares developers away:


No clear descriptions
Examples clarify content but no consistency in examples
Lots of links / references to other documents

The most common response =


A lot of information and very detailed,
but what do you really mean, what do you say?
Complex standards model does not lead to ONLY the solution

The standards are very specific and


Every aspect is valuable
complete

Complex models Long documentation

Time consuming to master the standards

Solution:
1. Use the existing standards in one complete model

2. Create minimised profiles to simplify the implementation


Concept schema

Standard based Information


01 Complete standards based Information Model (IM)

Model

Profile Profile Profile A Profile water height per location


A B C
B Profile average amount of daily rainfall

C Profile etc.
Minimised simple profiles for specific fields of
interest
Quality OGC standards
Questionnaire

Questions contact: Link questionnaire (5 min)


jadehaayen@gmail.com https://goo.gl/forms/QF1FnstsR2yjMwde2
THANK YOU P I C T U R E P LA C E H O LD E R

Graduation Project
Towards an integrated (OGC) standards based
information model for 1D time series data
within the water sector
M.J. HAAYEN
Presented by:
Main Mentor:
Prof. Dr. Ir. P.J.M. (Peter) van Oosterom JADEHAAYEN@GMAIL.COM Supervisors
Second Mentor: Ing. J. (Jonathan) van der Wielen
Prof. Dr. Ir. N. (Nick) van de Giesen Dr. Ir. A. (Arnold) Lobbrecht
Upcoming TC Meetings

OGC Copyright 2017 Open Geospatial Consortium


Future Technical / Planning Committee
Meetings
Date Location Host/Sponsor
20-24 Mar 2017 Delft, Netherlands TU Delft
25-29 June 2017 St. Johns, NL Compusult
Canada
11-15 Sept 2017 Southampton, UK OS
3-7 Dec 2017 Palmerston North, Landcare Research NZ
New Zealand
March 2018 Fort Collins, CO
USA (planned)
Other interest, tentative offers for 2018
China, Singapore, South Korea, Vietnam, Germany, Italy, Spain

OGC Copyright 2017 Open Geospatial Consortium


Sponsored by

Announcing December 2017 TC


102nd OGC Technical Committee
Delft, The Netherlands
David Medyckyj-Scott
23 March 2017

Copyright 2017 Open Geospatial Consortium


Tn koutou katoa
Greetings to you All

OGC
OGC TC & PC New Zealand Dec 2017

Location: Palmerston
North, New Zealand
Dates: 4th - 8th December
Hosted by: Landcare
Research NZ
Flights to PN from
Auckland (1 hr)
Late spring 20C (70F)

OGC Copyright 2017 Open Geospatial Consortium


Landcare Research
One of eight New Zealand Crown Research
Institutes (CRIs)
Core purpose to drive innovation in the
management of terrestrial biodiversity and
land resources sustainable development
Approximately 300 staff at 9 locations
across New Zealand
Cross-disciplinary Informatics team from the
fields of geoinformatics, biodiversity
informatics, systematics, genomics, remote
sensing & computer science
Active in OGC, use standards in production
systems, & promote use of standards in
New Zealand

OGC

OGC Copyright 2017 Open Geospatial Consortium


Will run week after ISO TC 211 meeting in
Wellington (to be approved by TC 211)
LocationPower event with focus on data
interoperability between science and agriculture
We are looking for sponsors

OGC Copyright 2017 Open Geospatial Consortium


OGC Copyright 2017 Open Geospatial Consortium


We look forward to welcoming
you to
new zealand

Link
OGC
March In
Colorado:

You can
always
get to the
sessions

OGC
Roll Call

OGC Copyright 2017 Open Geospatial Consortium


TC Motions

OGC Copyright 2017 Open Geospatial Consortium


Sponsored by

Common Object Model Container

102nd OGC Technical Committee


Delft, The Netherlands
Baumann, Beck, Colaiacomo, Smith
March 2017

Copyright 2017 Open Geospatial Consortium


Description

We all use different data (encodings) and we need to publish these in


services or have them available in many different environments. There
are encoding types (imagery, video, Audio, etc.) that oblige us to have
specific software and platforms to be used, reducing the flux of
information and creating bottlenecks to usage.

There is a need for accessing the information no matter the service


type (map, feature, coverage, etc.) or environment. We need the
information derived by services to be directly re-usable. We need
services as information.

Active/Passive objects that can be streamed with a mechanism that is


able to react considering the status and the object behavior

Streaming

OGC Copyright 2017 Open Geospatial Consortium


Description

OGC
Description

OWS CONTEXT
ENVELOPE

Time

IMAGERY FEATURES Area of


IMAGERY FEATURES Area of
Interest
IMAGERY FEATURES Area of
Interest
IMAGERY FEATURES Area of
Interest
Interest
GeoPDF Motion Services
GeoPDF Motion Services
GeoPDF Motion Services
GeoPDF Motion Services

OGC
Proposal

At this point we have a structure composed of an OWS


Context xml file referencing a CIS xml file and data (which
may be embedded to form only a single file). When all of the
data has the same href to the same structured CIS
description (raster and features, etc.) we have a descriptor
enabling the transport to the servers of any data type.

OGC
Proposal

We should have a W*S in which the coverages and features


are served as objects and the user application can
distinguish the type and format and process or manage those
objects appropriately. This should lead to the possibility of
having a REQUEST to a W*S which returns the objects in a
given time/space range and the GET of the object activates
at the server level the retrieval of the information in its
original format (raster, features, doc, etc.).
The above based on OWS Context, CIS, SWE,
GMLJP2,etc..

OGC
Proposal

COMC could be encapsulated in an EXI, or any other transport


mechanism, as a message body. This approach also allows the user to
save views of the operational scenario in the form of a message for
storing in a Web Streaming Service (WSS).
The streaming of messages and objects could be made through any
transport mechanism and could be managed by WSS / CIS combinations
implementing a message management system.

Object/data

Messages/ COMC

OGC
COMC SWG electronic vote

The COMC ad hoc recommends that the OGC Technical


Committee approve an electronic vote on document [OGC
17-004] Common Object Model Container (COMC)
Standards Working Group Charter to form an OGC
Standards Working Group.
Pending any final edits and review by OGC staff
There was no objection to unanimous consent

OGC Copyright 2016 Open Geospatial Consortium


Sponsored by

OGC 16-107 InfraGML


Part 7 Land Division
(candidate) Encoding Standard

OGC TC Briefing
Paul Scarponcini, Erik Stubkjr
23 March 2017

Copyright 2016 Open Geospatial Consortium


InfraGML

InfraGML marks a significant, pragmatic realization in the


often idealized integration of GIS/CAD/BIM
Based on the LandInfra Conceptual Model developed by
OGC with buildingSMART International
Builds upon and extends GML3.2 and 3.3 foundation for
features, data types, spatial schema, coordinate and linear
referencing, and observation and measurement
Provides a framework for addressing the full facility life cycle
Capitalizes on the numerous extensions to the OGC
baseline that have been added since GIS Simple Features
Parallels extensions by bSI beyond just buildings

OGC Copyright 2014 Open Geospatial Consortium


Land and Infrastructure (LandInfra)

Land and Infrastructure Conceptual Model Standard


(LandInfra)
Its all about the land upon which infrastructure facilities are built
and the infrastructure facility improvements themselves
including the surveying necessary for the construction and
recording of the facilities and land interests
use case driven subset of LandXML functionality, but
supported by a UML (Unified Modeling Language)
conceptual model
LandInfra is a Conceptual Model, specified as an approved
OGC Standard (OGC 15-111r1), independent of
implementations but whose target is encoding standards
InfraGML is one of those LandInfra encodings

OGC
InfraGML Requirements Classes match LandInfra

OGC
InfraGML is a Multi-Part Standard, each
containing one or more RCs

Note:
InfraGML Parts 0-6 have
completed RFC March 3,
2017, with a TC vote soon
to follow
OGC
InfraGML
Part 0 is the (concrete) Core RC which shall be
supported by all conforming applications
Then an application can select from
Part 1 Land Features
Part 2 Facilities (with optional Projects)
Part 3 Alignments
Part 6 Survey (with optional Equipment, Observations,
SurveyResults, and Sampling)
Part 7 (2017) Land Division (with optional Condominiums)
or any combination of these
If Land Features and Facilities are supported, an
application can then also include Part 4 Roads
(with optional Road Cross Sections)
If Facilities are supported, an application can then

OGC also include Part 5 Railway


Requirements Class Dependencies

Applicable to Parts 0 and 7:


Internal: goal was to minimize internal dependencies
External:
OGC-ASTopic1 Feature Geometry
OGC-ASTopic2 Spatial Referencing By Coordinates
OGC-ASTopic19 Linear Referencing
ISO-19103 Core Data Types
ISO-19109 Application Schema

OGC
LandInfra RC (InfraGML Core)

Core (mandatory) RC
The root class, LandInfraDataset:
specifies the Land and Infrastructure dataset
attributes provide header information
The dataset may contain any number of:
features (facility, land feature, land division, document, survey mark)
having featureID, name, description, spatialRepresentation,
linearlyReferencedLocation, property, and propertySet
plus: surveys, sets, and feature associations
The RC contains other classes and data types common
across other RCs

OGC

Part 0
LandDivision RC

OGC

Part 7
LandDivision RC

LandInfra addresses land development in the context of


activities concerning civil engineering infrastructure
facilities. The focus is therefore on determining and
surveying of boundaries and the legal and administrative
concepts needed to define the bordered entities.
It does not include land recording and database storage,
including interoperability of national recordings, and
trans-national recording exchanges, but it does include
interchange of survey plan data in terms of documents
which are to be lodged at national recording agencies.
LandDivisions are public (political, judicial, executive) or
private in nature, modelled as AdministrativeDivisions or
InterestsInLand, respectively

OGC
LandDivision RC
An InterestInLand is ownership or security towards real
property:
PropertyUnit is a unit of ownership in land (one or more
LandParcels)
Easements grant the right to a certain use, e.g. right of way, as
specified by EasementType, across one or more servient
LandParcels
LandParcel is a single, contiguous area of land, possibly
with water
A Statement documents the establishment or acquisition
of an InterestInLand or a SurveyMonument
A SurveyMonument is a physical object, the location of
which is stable and by its form defines a point on the
surface of the Earth

OGC
LandDivision RC
SuperficieObject comprises a building or other
construction, including pipes, cables or tunnels,
established and owned by a party (other than the owner
of the LandParcels on which the superficie object is
constructed)
SpatialUnit:
Contiguous 2D, 3D, or liminal geometric entity, delimited
and located on or close to the surface of the Earth through
its BoundingElements.
Specifies the shape and location of a LandParcel,
Easement, or AdministrativeDivision.
Adapts Abstract Spec Topic 1 (ISO 19107) geometry types
to land division requirements.
LandDivision is dependent upon the LandInfra core

OGC
Condominium RC

OGC

Part 7
Condominium RC

A CondominiumUnit is concurrent ownership of real


property that has been divided into private and common
portions.
A CondominiumScheme is a Statement which specifies
the BuildingPart subdivision of multi-storage
CondominiumBuildings into CondominiumUnits, and
records the LandParcels on which the
CondominiumBuildings rest
Condominium is dependent upon LandDivision

OGC

Sponsored by

TimeSeriesML Revision and


Working Group Report
102nd OGC Technical Committee
Delft, The Netherlands
Paul Hershberg, Steve Olson
National Oceanic and Atmospheric Administration (NOAA)
National Weather Service (NWS)

23 March 2017
Copyright 2017 Open Geospatial Consortium
Context / Agenda for standard revision

Reconvened TimeSeriesML SWG at 101st OGC TC in Taichung,


Taiwan December 4, 2016

Unanimous approval of proposed changes by TimeSeriesML SWG in


Taichung

Created Pending Document for OAB review (titled: 15-042r4-


TimeseriesML1.1.zip) located here:
https://portal.opengeospatial.org/files/?artifact_id=72701

Through unique testing with a NWS use case, a new iteration of a valid
time representation used to span a length of time (in addition to an
instantaneous time) was added. A link to the OGC Presentation
describing this proposed TimeSeriesML change is here:
https://portal.opengeospatial.org/files/?artifact_id=71963

OGC Copyright 2017 Open Geospatial Consortium


Context / Agenda (cont)
(Whats the benefit of this change?)

This change allows the encoding of a list of Time Periods,


which contain both a Start Time and End Time
(dateTimes), under gml:domainSet. Previously in the
TimeseriesML, only a list of instantaneous Time Positions
(denoted only by single times) could be encoded.

It is primarily done to bound a parameters multiple valid


times that span ranges of time. For example, a single
Maximum Temperature value that is valid from 12Z to 00Z
on the first day, 12Z to 00Z on the second day, and
repeating (see example of XML Instance below).

OGC Copyright 2017 Open Geospatial Consortium


Context / Agenda (cont)
(Example XML Instance snippet)
<tsml:TimeseriesDomainRange gml:id="Maximum Temperature">
<gml:domainSet>
<tsml:TimePeriodList gml:id="MaxT_temporal-domain">
<!--Time(s) bounding each meteorological element's valid times. -->
<tsml:timePeriod>
<gml:TimePeriod gml:id="MaxT_temporal-domain-1">
<gml:beginPosition>2015-05-15T12:00:00Z</gml:beginPosition>
<gml:endPosition>2015-05-16T00:00:00Z</gml:endPosition>
</gml:TimePeriod>
</tsml:timePeriod>
<tsml:timePeriod>
<gml:TimePeriod gml:id="MaxT_temporal-domain-2">
<gml:beginPosition>2015-05-16T12:00:00Z</gml:beginPosition>
<gml:endPosition>2015-05-17T00:00:00Z</gml:endPosition>
</gml:TimePeriod>
</tsml:timePeriod>
<tsml:TimePeriodList>
</gml:domainSet>
<gml:rangeSet>
<gml:QuantityList uom="F">77 79</gml:QuantityList>
</gml:rangeSet>
<gmlcov:rangeType/>
</tsml:TimeseriesDomainRange>

OGC Copyright 2017 Open Geospatial Consortium


Context / Agenda (cont)
(Proposed Addition to timeseriesDR.xsd Schema)
<xs:complexType name="TimePeriodType">
<xs:annotation>
<xs:documentation>A list of Time Periods</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="gml:TimePeriod" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>

<xs:complexType name="TimePeriodListType">
<xs:complexContent>
<xs:extension base="gml:AbstractTimeObjectType">
<xs:sequence>
<xs:element name="timePeriod" type="tsml:TimePeriodType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

<xs:element name="TimePeriodList" type="tsml:TimePeriodListType" substitutionGroup="gml:AbstractTimeObject">


<xs:annotation>
<xs:documentation>gml:TimePeriod acts as a one-dimensional geometric primitive that represents an
identifiable span of time.
</xs:documentation>
</xs:annotation>
</xs:element>

OGC Copyright 2017 Open Geospatial Consortium


Actions

Posted Documents to Pending Folder, titled: 15-042r4-


TimeseriesML1.1.zip, located here:
https://portal.opengeospatial.org/files/?artifact_id=72701

Ready for OAB for review

OGC Copyright 2017 Open Geospatial Consortium


Sponsored by

Proposed UxS DWG

102nd OGC Technical Committee


Delft, The Netherlands
Scott Simmons
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda for ad hoc meeting

Ad hoc vs. DWG rules


Charter discussion
Call for nomination for chairs
Coordination with other organizations
ASPRS
ASTM
ISO
RDA

OGC Copyright 2017 Open Geospatial Consortium


Proposed DWG

OGC Copyright 2017 Open Geospatial Consortium


Community challenges

Mission planning there is no single format for exchange of mission planning


data that can be transferred to different equipment,
Operations how does the device communicate its position and orientation;
how does it Get home; what sensors help guide the device?
Data acquisition how does data get tagged with metadata; what formats are
supported; is data transmitted during collection?
Data exchange imagery may be stored just a few common formats (JPEG,
GeoTIFF, various raw formats, etc.), but given the fact that many observations
might be highly oblique, what requirements need to be inserted into metadata
standards?
Data processing Mosaicking/compilation of data from multiple acquisition
paths with the resulting resolution and precision considerations. Handling of
temporal artifacts (temperature, sunlight, haze, etc.) to provide data
consistency across subsequent revisits.
Archival data formats - Interoperable formats that allow for easy replay of
missions and re-purposing of data for additional uses.

OGC Copyright 2017 Open Geospatial Consortium


Key activities

Discuss and identify primary UXS use cases that would benefit from
OGC standards.
Identify UXS domain requirements for inclusion in existing or new OGC
standards.
Identify other practice areas in the OGC that support or could be
influenced by UXS technology.
Identify UXS-related use cases and workflows for Interoperability
Experiments or Testbeds.
Outreach to and organization of OGC members as well as external
organizations to contribute to the DWG.
Describe the landscape of UXS operations and missions and identify
the raw and derived data acquired by these systems.

OGC Copyright 2017 Open Geospatial Consortium


Business goals

Improve interoperability of systems and data;


Lower the cost of deploying UXS technology in any
application space through the use of standards to increase
operational efficiency;
Remove barriers to entry for new technology into the UXS
domain; and
Facilitate the regulatory approval process to streamline
adoption.

OGC Copyright 2017 Open Geospatial Consortium


Key links so far

ASPRS: https://www.asprs.org/unmanned-autonomous-
systems-division/uas-division-information.html
ASTM: Committees F38 (Air), F41 (Maritime), F45 (AGV),
E54.08 (USAR), E57 (3D Imaging)
ISO/TC 20/SC 16:
https://www.iso.org/committee/5336224.html
RDA: https://www.rd-alliance.org/groups/small-unmanned-
aircraft-systems%E2%80%99-data-ig

OGC Copyright 2017 Open Geospatial Consortium


UxS DWG approval vote

The UxS ad hoc recommends that the OGC Technical


Committee approve document [OGC 17-008] UxS Domain
Working Group Charter to form an OGC Domain Working
Group.
Pending any final edits and review by OGC staff
There was no objection to unanimous consent

OGC Copyright 2016 Open Geospatial Consortium


Sponsored by

Revision to TC Policies and


Procedures
102nd OGC Technical Committee
Delft, The Netherlands
Scott Simmons
23 March 2017

Copyright 2017 Open Geospatial Consortium


TC Policies and Procedures revision

Tight coupling of PnP and TC Policy Directives


Clarification of OAB position in the Consortium
Refinement of Subcommittee rules
Revised policy for Retirement, Deprecation, or
Rescindment of OGC standards
New policy for moving a profile from a Best Practice to a
standard
Must be a profile of a single approved standard
Streamlines the approval process slightly no presentation to TC to
ask for a vote is required, but approval vote is the same as for a
standard
Elimination of the Technical Amendment process
Standards will be revised per the revision process

OGC Copyright 2017 Open Geospatial Consortium


Subcommittees

Now need a charter that is approved by the TC and PC

OGC Copyright 2017 Open Geospatial Consortium


Retirement, Deprecation, or Rescindment of
OGC standards
No change to retirement
Deprecation is clarified
Must be specifically requested during the vote for a revision to that standard
Deprecation of a standard automatically deprecates all extensions specific
to that EXACT version of the standard
Rescindment is added rescindment occurs if:
The standard includes intellectual property that was illegally provided as
part of the standard;
A Community standard is abandoned by its originating/maintaining party
and the OGC membership does not take-over maintenance of that
Community standard; or
A Community standard is judged by OGC membership to no longer be
applicable to the OGC Mission
Retirement, Deprecation, or Rescindment al require electronic vote

OGC Copyright 2017 Open Geospatial Consortium


Moving a Best Practice to a standard

Applies only to a Best Practice which is a profile of a single,


current (i.e., non-deprecated) OGC standard
Allows the SWG for the referenced standard to submit the
Best Practice to the standard approval process (OAB
review, public comment, TC/PC approval votes)
Presentation of the original Best Practice will suffice for a
TC presentation

OGC Copyright 2017 Open Geospatial Consortium


Elimination of Technical Amendment

Technical Amendment allowed a standard to be revised


without a period of public comment
All revisions will now require a public comment period

OGC Copyright 2017 Open Geospatial Consortium


Other changes

Reorganization of some sections and addition of clarifying


text
More linear description of standards adoption process

OGC Copyright 2017 Open Geospatial Consortium


TC PnP request for electronic vote

The TC Chair recommends that the OGC Technical


Committee approve an electronic vote to approve release
of OGC 05-020r25 Technical Committee Policies and
Procedures as an OGC Policy.
Pending any final edits and review by OGC staff
There was no objection to unanimous consent

OGC Copyright 2017 Open Geospatial Consortium


Sponsored by

OGC China Forum

102nd OGC Technical Committee


Delft, The Netherlands
Scott Simmons
23 March 2017

Copyright 2017 Open Geospatial Consortium


OGC China Forum charter

OGC 17-009:
https://portal.opengeospatial.org/files/?artifact_id=72594&v
ersion=1
Charter members:
Wuhan University
Institute of Remote Sensing & Digital Earth, Chinese Academy of
Sciences
Zhengzhou Institute of Surveying & Mapping
Fuzhou University
Nanjing Normal University
Yunnan University

OGC Copyright 2017 Open Geospatial Consortium


OGC China Forum approval vote

The TC Chair recommends that the OGC Technical


Committee approve document [OGC 17-009] OGC China
Forum Charter to form an OGC regional forum.
Pending any final edits and review by OGC staff
There was no objection to unanimous consent

OGC Copyright 2016 Open Geospatial Consortium


TC Chair Announcements and
Motions

OGC Copyright 2017 Open Geospatial Consortium


Indexed 3D Scene Layers (i3S) Community standard
Work Item

i3S is now an official OGC Community standard Work Item

The OAB has approved the Request for Public Comment

The next step is preparation of the work for endorsement


vote by the TC.

OGC Copyright 2017 Open Geospatial Consortium


Congratulations to the Moving Features SWG

Congratulations to the Moving Features SWG! 16-120r3


OGC Moving Features Access is now an official OGC
standard. Final publication is in progress.

Special thanks to the editors: Hideki Hayashi, Akinori


Asahara, Kyoung-Sook Kim, Ryosuke Shibasaki, and
Nobuhiro Ishimaru

And to the submitting organizations: Hitachi, Ltd; Artificial


Intelligence Research Center, National Institute of
Advanced Industrial Science and Technology; Center for
Spatial Information Science, The University of Tokyo

OGC Copyright 2017 Open Geospatial Consortium


Congratulations to the HDF SWG

Congratulations to the HDF SWG! The HDF SWG is now approved to


begin work.

Special thanks to the charter editors: Aleksandar Jelenak and Ted


Habermann

And to the supporting organizations: The HDF Group; UK Met Office;


Intergraph (Hexagon Geospatial); CSIRO; NCI; NSIDC; Harris Corp.;
OPeNDAP Inc.; Jacobs University; U.S. Geological Survey; ARA/VHD;
Geoscience Australia

OGC Copyright 2016 Open Geospatial Consortium


LAS 1.4 Community standard Work Item

LAS 1.4 is now an official OGC Community standard Work


Item

The next step is preparation of the work for endorsement


vote by the TC.

OGC Copyright 2017 Open Geospatial Consortium


GeoRSS Community standard Work Item

GeoRSS is now an official OGC Community standard Work


Item

The OAB has approved the Request for Public Comment

The next step is preparation of the work for endorsement


vote by the TC.

OGC Copyright 2017 Open Geospatial Consortium


Congratulations to the Moving Features SWG

Congratulations to the Moving Features SWG! OGC Moving Features


Encoding Extension - JSON [16-140r1] is now an official OGC Best
Practice. Final publication is in progress.

Special thanks to the editors: Kyoung-Sook Kim, Hirotaka Ogawa

OGC Copyright 2016 Open Geospatial Consortium


Indian Plugfest

The OGC Indian Plugfest is about to start


Sponsored by OGC and the Indian Department of Science and
Technology
Data provision by commercial organizations (including OGC
members) and Indian national and state government organizations
Call for Participation ended last month, respondents are being
selected
Kickoff call in April

OGC Copyright 2017 Open Geospatial Consortium


Reactivating Table Join Service work

The Table Join Service SWG will be reactivating


Of course the SWG is still named the Geographic
Linkage Service 1.0 SWG so the SWG will be renamed
A revised charter will be posted to Pending Documents in
the coming week or so
I will then request an approval vote for reactivating with a
revised charter

OGC Copyright 2017 Open Geospatial Consortium


Should DWG approval also be by electronic vote?

Makes DWG formation require the same vetting as for a


SWG

Opinions from the TC?

If the response is positive, shall I add this to the TC PnP


revision prior to the vote?

Will wait on more comments

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:
Architecture DWG
Data Quality DWG

3Z

WG Reports with
TC Motions

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Data Quality DWG


DGGS SWG
Sponsored by

Architecture DWG

102nd OGC Technical Committee


Delft, The Netherlands
Joan Maso
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

"The issues of DescribeFeatureType() operation for WFS"


and "All W*S with POST support must support mime-type
application/x-www-url-form-encoding". Andreas Matheus
Everybody agreed on the suggested approach. It is a CR for OWS
Common
OGC 16-122 (Geo)JSON User Guide Joan Mas
OGC 16-051 JavaScript, JSON, JSON-LD ER Joan Mas
Interesting that the EO Product Metadata and OpenSearch SWG did
similar things. Good discussions
Discussion on defining JSON best practices for OGC
standards work based on TB 11 and TB 12 ERs
CRS and Axis order policy/guidance review and DWG
approval. Scott Simmons (in the name of Carl Reed)

OGC Copyright 2017 Open Geospatial Consortium


Actions

Can we move the JSON work to a more official document


level?. Work on it.

Move forward the CRS and Axis order policy/guidance.

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

DGGS SWG
LandInfra DWG
Sponsored by

Data Quality DWG


Closing Plenary Report
102nd OGC Technical Committee
Delft, The Netherlands
Matt Beare (Beare Essentials) & Sam Meek (Helyx SIS)
21 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Feature Level Data Quality in Conflated Datasets


Sam Meek, Helyx SIS (see slide 4)

Testbed-12 Imagery Quality and Accuracy ER


Alaitz Zabala, Universitat Autnoma de Barcelona (see slide 5)
With motion to approve OGC 16-050 (see slide 3)

Reducing Consumer Uncertainty in Spatial Data Products


Through Linked Vocabularies
Tom Spencer, PSMA Australia (see slide 6)

OGC Copyright 2017 Open Geospatial Consortium


Sam Meek, Helyx SIS

Feature Level Data Quality in Conflated Datasets


https://portal.opengeospatial.org/files/?artifact_id=73108

Datasets are often provided to users as the best possible representation


of the real world.
However, modern datasets are comprised of data from a multitude of
sources of variable quality and appropriate use.
Helyx have undertaken work to understand and communicate how data
quality can vary across conflated datasets in a variety of use cases with
data quality tests influenced by well-known standards and exposed via a
WPS.
The quality variation is described by metadata tightly coupled to the
features and displayed through a standard GIS package.

OGC Copyright 2017 Open Geospatial Consortium


Alaitz Zabala, Universitat Autnoma de Barcelona

Testbed-12 Imagery Quality and Accuracy ER


https://portal.opengeospatial.org/files/?artifact_id=73186

This ER deals with completeness, logical consistency, positional


accuracy, temporal accuracy and thematic accuracy issues to improve
quality description in the metadata for imagery.
Based on ISO 19157, UncertML and QualityML standardized measures,
this ER describes how to encode quality measures in order to allow
datasets comparison.
Moreover, description of pixel-level quality measures is also included.
Finally, alternatives to communicate tile level quality as well as mosaic
products quality are proposed.

OGC Copyright 2017 Open Geospatial Consortium


Tom Spencer, PSMA Australia

Reducing Consumer Uncertainty in Spatial Data


Products Through Linked Vocabularies
https://portal.opengeospatial.org/files/?artifact_id=73133

Overview of Cooperative Research Centre for Spatial Information


(CRCSI) research into Reducing Consumer Uncertainty.
The focus of this project is to determine how the research intends to
understand the current gap in how suppliers and consumers
communicate understanding in spatial data quality
Also to consider how through the definition of semantic ontologies or
vocabularies, this gap can be bridged enabling the consumer to have
increased confidence in the fitness for purpose of a spatial data product.

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

LandInfra DWG
LandInfra SWG
Sponsored by

DGGS SWG

102nd OGC Technical Committee


Delft, The Netherlands
Robert Gibb
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Review of RFC comments received so far during the Public


Comment Period for Topic 21: DGGS Abstract
Specification
Putting a motion to request eVote pending successful
completion of the review process for comments received

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

LandInfra SWG
OWS Context SWG
Sponsored by

LandInfraDWG

102nd OGC Technical Committee


Delft, The Netherlands
Paul Scarponcini
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda
1. Attendees / patent call
2. Approve agenda
3. Approve minutes (Orlando)
4. Review action items
5. Updates
6. Current Activity
Site proposal
WUPI (Wet, Utility, and Pipeline Infrastructure)
7. Other Business
CityGML-InfraGML Integration,
8. Next Meeting(s)
9. Adjourn

OGC Copyright 2017 Open Geospatial Consortium


Issues

There are four concurrent, overlapping standards


development efforts for WUPI (Wet, Utility, and Pipeline
Infrastructure)

Presentations given:
LandInfra Facility Parts for Wet Infrastructure
(Drainage, Wastewater, Water Distribution), Paul
Scarponcini
CityGML Utility ADE Revision, Steve Smyth
PipelineML, John Tisdale
OGC Underground Infrastructure CDS project, Carsten
Roensdorf

OGC Copyright 2017 Open Geospatial Consortium


Actions

The LandInfraDWG accepts the use cases submitted by


Magnus Karge and directs the LandInfraSWG to
undertake the development of a Site Facility Part
InfraGML standard, beginning with an extension of the
OGC 15-111r1 Conceptual Model.
NOTUC

LandInfraDWG to convene a conference call to further


discuss the four WUPI initiatives

CityGML-InfraGML Integration presentation by Kavisha


Kumar, Delft University, deferred until St. Johns

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

OWS Context SWG


SensorThings SWG
Sponsored by

LandInfraSWG

102nd OGC Technical Committee


Delft, The Netherlands
Paul Scarponcini
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda
1. Verify membership / proxies / quorum
2. Approve agenda
3. Approve previous meeting Draft Minutes
4. Action Items
5. Updates
6. Current Activity
InfraGML Part 7 (Land Division)
InfraGML Parts 0-6
LandInfra II
DWG
7. Other Business
8. Next Meeting(s)

9. Adjourn
OGC Copyright 2017 Open Geospatial Consortium
Actions

The LandInfraSWG recommends the submittal of OGC


16-107 OGC InfraGML 1.0: Part 7 LandInfra Land
Division - Encoding Standard for approval as an OGC
Standard.
(Erik Stubkjaer, H.C. Gruler) 5-0-0-2

The LandInfraSWG approves the adjudication of all RFC


comments received against OGC 16-100 through 106
OGC InfraGML 1.0: Parts 0-6 LandInfra - Encoding
Standards, as set forth in OGC 17-017 InfraGML Parts 0-
6 2017 RFC Comment Adjudication 20170321 pxs.
(Peter Axelsson, Erik Stubkjaer) NOTUC

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

SensorThings SWG
SWE DWG
Sponsored by

OWS Context SWG Meeting


Closing Plenary Report
102nd OGC Technical Committee
Delft, The Netherlands
Dave Wesloh, Roger Brackin
22nd March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Presentation of OWS Context User Guide, Roger Brackin, Envitia


Vote on User Guide Publication Recommendation

Demonstration and Discussion: OWS Context Production Client (TB12)


Roger Brackin, Envitia
OWS Context HTML5 Encoding, Joan Maso, CREAF
Vote on EP OWC-HTML5 Publication Recommendation

OWS Context as Capabilities Document, Joan Maso, CREAF


Vote on EP OWC-GetCaps Publication Recommendation

Discussion: OWSContext.org Work Schedule and Contributions

Discussion: Future Work Items and Priorities for OWS Context


Offering Extensions: SOS, SensorThingsAPI, GeoPackage, PubSub

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

SWE DWG
WMS SWG
Sponsored by

SensorThings SWG Report

102nd OGC Technical Committee


Delft, The Netherlands
Steve Liang, University of Calgary and SensorUp
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Chair's report, implementations around the world


Steve Liang, Uni. Calgary

JSON encodings for SWE Common and SensorML


Alex Robin, Sensiasoft (20 minutes)

The INESCTEC project and OGC SWE standards (SOS


and SensorThings)
Artur Rocha, INESCTEC (20 minutes)

Security requirements for the EC H2020 project


"LandSense"
Andreas Matheur, UNIBW (10 minutes)

Progress on SensorThings API Client side compliance


Steve Liang and Tania Khalafbeigi, SensorUp (10 minutes)

OGC Copyright 2017 Open Geospatial Consortium


Agenda

Smart Citizens for Smart Cities


Steve Liang, SensorUp Inc.

BERA
Dr. Sara Saeedi, University of Calgary

SensorThings API Change Requests


Steve Liang and all

SensorThings API Tasking Progress


Steve Liang and all

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

WMS SWG
3DIM DWG
Sponsored by

SWE DWG Report

102nd OGC Technical Committee


Delft, The Netherlands
Steve Liang, University of Calgary and SensorUp
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Announcement of EU guidelines on O&M & SWE


Grellet Sylvain, BRGM (15 minutes)
Environmental Linked Features Interoperability Experiment
Dave Blodgett, USGS (15 minutes)
Integrating sensor data from Bosch FM and 3D model for spatio-
temporal analysis of sensor data
Volker Coors, HFT Stuttgart (15 minutes)
Ocean Sciences Community and SWE
Simon Jirka, 52North (15 minutes)
WPSs and SOSs
Christoph Stasch, 52North (15 minutes)
"WebSocket extensions to SOS and SPS"
Alex Robin, Sensiasoft (15 minutes)

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

3DIM DWG
3D Portrayal SWG
Sponsored by

WMS SWG

102nd OGC Technical Committee


Delft, The Netherlands
Joan Maso
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

OGC Testbed 12 16-042r1 WMS/WMTS Enhanced ER


Lingjun Kang GMU,
motion for PER

OGC Testbed 12 16-049 A077 Multi-Tile Retrieval ER Joan


Maso, UAB-CREAF,
motion for PER

OGC Testbed 12 OGC 16-052 A073 OWS Context


Capabilities ER Joan Maso, UAB-CREAF
The vote is in OWS Context group

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:
3DIM DWG
3D Portrayal SWG

3Z

WG Reports

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

3D Portrayal SWG
Agriculture Summit
Sponsored by

3DIM DWG and all smart


TC plenary report

102nd OGC Technical Committee


Delft, The Netherlands
Jantien Stoter, David Graham, Carsten Rnsdorf
22 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

11:15 CityGML Venue model experiment (15 mins) Steve Smyth,


Opensiteplan
11:30 I_City Project Cloud based 3D geodata Volker Coors, HFT
server (15 mins)
11:45 LoD in CityGML Filip Biljecki (3D
Geoinformation, TUD)

11:55 Open Source automatic reconstruction tool Tom Commandeur,


for all CityGML core data (not only buildings) Hugo Ledoux (3D
from 2D topography + point clouds Geoinformation, TUD)

12:00 Proposal for Transport ADE for CityGML (for Guus Tamminga,
traffic simulation models) Faculty of Civil
Engineering, TUD

OGC Copyright 2017 Open Geospatial Consortium


All smart

LandInfra/CityGML/3DIM/SensorThings (and IndoorGML)


joint session

To be explored:

Indoor Outdoor
Geospatial BIM
2D 3D
Dynamic/sensor Static data
Storage Portrayal

OGC Copyright 2017 Open Geospatial Consortium


All smarts 13:30

13:30 A proposal for the better representation of TINs in Kavisha Kumar, TU


CityGML & InfraGML Delft
13:50 Development of IFC/CityGML interface to push the Abdu Diakite and
BIM/Geo developments in the Netherlands (and Hugo Ledoux, TU
further) Delft
14:10 Combing building information and multi-sensor data Florian
for fireground understanding Vandecasteele,
Ghent University
14:30 IGN pilot project GIS/BIM/CityGML Emmanuel Devys

OGC Copyright 2017 Open Geospatial Consortium


All smarts 14:45

14:45 3D content delivery - quick demo Carsten,


OS
15:00 3D content delivery and Testbed 13 - discussion Chairs

15:15 IDBE WG arrangements, white paper and Scott,


future thinking Carsten
15:30 IoT integration, Dynamizers Thomas

15:40 Misc, Discussion all

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Agriculture Summit
CDB SWG
Sponsored by

3D Portrayal Service SWG

102nd OGC Technical Committee


Delft, The Netherlands
V. Coors
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Monday, 20.3.2017, 13:30 14:45, room P


Update on 3DPS standard & new open data sets (V.
Coors) (10 min)
Update on 3D Tiles Draft Community Standard (P. Cozzi
via goto meeting) (10 min)
Update on I3S Draft Community Standard (T. Belayneh)
(10 min)
Interoperability I3S and 3D Tiles using 3DPS first steps
(V. Coors, A. Koukofikis & T. Belayneh) (20 min)
Discussion on 3DPS v1.1 (15 min)
AOB

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

CDB SWG
Citizen Science DWG
Sponsored by

Agriculture Summit

102nd OGC Technical Committee


Delft, The Netherlands
Josh Lieberman, chair Agriculture DWG
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Introduction -- Josh Lieberman, Chair OGC Agriculture


Working Group
Soil for starters -- David Medyckyj-Scott, Land Care Research
New Zealand
Water from ground to sky -- Andres Ferreyra, AgConnections
FOODIE - Data Models for Crops from seed to store -- Karel
Charvat, Czech Centre for Science and Society
Field operations and telematics -- Ben Craker, Agco
Science: geospatial data models, analytics, and semantics --
Kris Matson, Bayer CropScience
Business: data value, ownership, security, integration -- Jim
Wilson, Ag Gateway

OGC Copyright 2017 Open Geospatial Consortium


Issues

Business cases / drivers needed to support trust


in sharing of farm data.
Agricultural data standards framework might help
to define collaborative roles of multiple
organizations involved in specification activities.
Dont drive your BMW to go talk with farmers.

OGC Copyright 2017 Open Geospatial Consortium


Actions

Monthly webconferences between organizations to plan


spec development activities
Cooperative agreement between OGC and AgGateway
Planning agriculture activity(ies) for NZ TC
Investigate cooperation between OGC and ISO TC190

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Citizen Science DWG


CityGML SWG
Sponsored by

OGC CDB Standards Working


Group
102nd OGC Technical Committee
Delft, The Netherlands
David Graham
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Shorter time frame: 1:15!!


Patent Call; roll call; quorum determination; RFID badges
Review attendance tab from the CDB project on the OGC portal
Review and approval of minutes from last meeting
Working Group Reports / Update
Metadata: Carl Reed
Feature Data Dictionary / TB13: Sara Saeedi
MSIR: Ryan Franz
SWG Re-chartered: process CRPs into changes to the
standard; discussion of CDB 2.0 public CRP call and cutoff
Short term meeting schedule

OGC
ON DECK:

CityGML SWG
Coverages DWG/WCS SWG
Sponsored by

Citizen Science DWG

102nd OGC Technical Committee


Delft, The Netherlands
Joan Maso
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Deploy 500 air quality sensors through citizens across


Canada Dr. Sara Saeedi, SensorUp Inc.
Research user feedback in spatial catalogues and realise a
prototype implementation inside GeoNetwork. ELISE
project. Paul van Genuchten, GeoCat
A Stakeholder Analysis on Citizen Science Data
Interoperability. Anne Bowser Wilson Center
Land Cover and Land User Citizen Science data collected
through Geo-Wiki; and the way forward within the
LandSense Citizen Observatory PERGER Christoph, IIASA
GroundTruth2.0 project. 6 case studies to interoperate with.
Joan Maso, UAB-CREAF
Discussion and way forward

OGC Copyright 2017 Open Geospatial Consortium


Comments

Deploy 500 air quality sensors through citizens


across Canada
We have a SWE4CS. Emerging SensorWebAPI
Research user feedback in spatial catalogues and
realise a prototype implementation inside
GeoNetwork.
GUF as a form of citizens data. Need for a
interoperable protocol
A Stakeholder Analysis on Citizen Science Data
Interoperability.
Now that we know why CS Interoperability is difficult,
can we do something about that?
Land Cover and Land User Citizen Science data
collected through Geo-Wiki; and the way forward
within the LandSense Citizen Observatory
Games to incentivate participation but still having
useful results for the stakeholders.

OGC Copyright 2017 Open Geospatial Consortium


Actions

Investigate the right set of tools that


can make CS interoperability easy
to deploy

We should organize a hackathon on


how to move data in XLS and CSV
into something interoperable using
the right tools.

Initiate monthly telecons

Please, JOIN the new group!!


OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Coverages DWG/WCS SWG


DCAT Geospatial subgroup
Sponsored by

CityGML SWG

102nd OGC Technical Committee


Delft, The Netherlands
Carsten Roensdorf, Claus Nagel, Steve Smyth
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda
1. Verify membership / proxies / quorum (yes)
2. Approve/modify agenda
3. Presentations
CityGML automatic/semi-automatic data extraction including
semantic data (Erdal Yilmaz)
Underground Utility Modelling and Mapping Initiative submission
by CityGML SWG (Smyth)
Results of the second Utility ADE Workshop in Karlsruhe
(Tatjana Kutzner)
4. Confirm status and role of individual CityGML 3.0 work
packages
5. Receive update reports on active work packages
6. Adjourn

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

DCAT Geospatial subgroup


DGGS SWG
Sponsored by

Coverages.DWG & WCS.SWG


Closing Plenary Report
102nd OGC Technical Committee
Delft, The Netherlands
Stephan Meil
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda Coverages.DWG

Possibility of a binary protocol standard for OGC (LTF),


Jeff Lyons, ARA/VHD
Dynamic Compilation of WCPS Queries, Peter
Baumann, Jacobs University
Coverages & Coordinates: Overview and Discussion of
Best Practices, Peter Baumann, Jacobs University
MetOcean coverages, Paul Hershberg, UK Met Office
Need for Harmonization of the Coverage data
semantics, and initiation of Discussion Paper, Emmanuel
Devys, IGN

OGC Copyright 2017 Open Geospatial Consortium


Actions

Coverage Semantics Harmonization initiated under


Pending OGC draft Discussion Paper 17-016
Call for contributions for various domains (METOC,

EO/ESS, JWOC, )
Please contact Emmanuel Devys

<emmanuel.devys@ign.fr>

OGC Copyright 2017 Open Geospatial Consortium


Agenda WCS.SWG

WCS 2 adopting DAP4 as a response encoding, James


Gallagher, OPeNDAP
MetOcean Application Profile for WCS2.1, Pete
Trevelyan, UK Met Office

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

DGGS SWG
EM Spectrum DWG
Sponsored by

DCAT Geospatial sub working


group
102nd OGC Technical Committee
Delft, The Netherlands
Scott Simmons Lieven Raes
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda
Welcome and Tour de Table
Presentation and discussion on the past and ongoing work
on the Geospatial Metadata Ad Hoc
Summary of the most recent discussions
TC Taichung Dec 2016
JRC Ispra Jan 2017
Best practice document
Approach
Structure
Call for contribution
Planning
Geo DCAT-AP
Issue list (discussion)
Issue classification
AOB

OGC Copyright 2017 Open Geospatial Consortium


Issues

Best practice document structure as discussed was


approved, extra attention to:
Metadata workflow processes
Metadata validation
Linked open data initiatives (schema.org,)
Best practices need for best practices covering
Metadata input (Geo & open data)
Metadata publication (multi-level approach):
Metadata discoverable via search engines
Metadata discoverable via integrated data portals
DCAT-AP as the first level of general metadata information about a dataset
(independent from the type of metadata Geo/Egov/Stat/Sensor,)
GeoDCAT-AP as an example of a second level more in depth/more detailed
metadata information
Attention to summarizing the results into one comprehensive scheme

OGC Copyright 2017 Open Geospatial Consortium


Actions

First draft version of the best practice document until the St


Johns OGC TC
Cooperating with other OGC/W3C initiatives
Geodata on the web initiative (OGC/W3C)
W3C DCAT 1.1 (working group) (W3C)
Best practice document structure as discussed was
approved, extra attention to:
Metadata workflow processes
Metadata validation
Linked open data initiatives (schema.org,)
Best practices - call for best practices covering
Metadata input (Geo & open data)
Metadata publication (multi-level approach)

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

EM Spectrum DWG
EO and OpenSearch SWG
Sponsored by

DGGS SWG

102nd OGC Technical Committee


Delft, The Netherlands
Robert Gibb
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Welcome
Presentation from Ian Bush (Riskaware) on
DSTL/Riskaware DGGS activities
Presentation from Perry Peterson on DGGS applications in
the arctic
Discussion of the scope, proposed activities and
organisational structure for the DGGS DWG.
Call for DGGS DWG Charter Members

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

EO and OpenSearch SWG


ESS DWG
Sponsored by

EM Spectrum DWG Report

102nd OGC Technical Committee


Delft, The Netherlands
Lance McKee
23 March 2017

Copyright 2017 Open Geospatial Consortium


EM Spectrum DWG Agenda

1. Brief discussion of IEEE 1900.6s new standards project,


IEEE P1900.6b.
2. Overview of OpenSSRF open source EMF data model
3. Discussion of possible applications in:
Cognitive radio
Mitigating interference with Earth Observation satellite communications
IoT device identification (and perhaps device security and privacy
Orientation of semiconductor devices to indoor and outdoor spatial
coordinate reference systems
Electromagnetic fields' physical effects on molecules, nanoparticles and
biological structures

4. Where do we go from here? What are the clearest and


most urgent requirements?

OGC
Issues

IEEE, ITU and perhaps other SDOs have standards for


radio communication. However, with rapid proliferation of
electromagnetic field (EMF) emitters and sensors; growing
demand for limited spectrum; interference issues in Earth
Observation and near-field remote sensing; and the need
for cognitive radio solutions to these problems, it is
important for all EMF standards to share a location model.
Growing credible evidence of health risks from EMF is
leading to growing official concern about exposure levels. If
the bioelectromagnetics research community adopts a
common EMF data model, its location model should
conform to the location model in other EMF standards.

OGC Copyright 2017 Open Geospatial Consortium


Actions

Jaci Knudsen (DISA) and Chuck Heazel will review the


OpenSSRF location data model, compare it to the location
data model of the IEEE 1900.6 standards, and review
harmonization possibilities.
Lance McKee will report this to his contacts at ITU.
Joan Mas and Lance McKee will collaborate on an article
for IEEE Geoscience and Remote Sensing Magazine.
Lance McKee will continue to try to persuade the
bioelectromagnetics community of their need for a common
EMF data model. Such a standards activity would probably
not take place in OGC. However, that standard would
include the OGC-based location data model.

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

ESS DWG
Geosemantics DWG
Sponsored by

EO Product Metadata and


OpenSearch SWG
102nd OGC Technical Committee
Delft, The Netherlands
Uwe Voges
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Introduction (Barois, ESA)


EUMETSATs motivation to support new Spec (Schick,EUM)
Reactivation: SWG "EO Product Metadata and OpenSearch"
(Voges, conterra)
GeoJSON(-LD) encodings (Coene, Spacebel, Voges, conterra)
Consolidation of EO Profile of O&M [OGC 10-157r4] (Voges,
conterra) (no time left to present)
Consolidation of OpenSearch EO [OGC 13-026r8] / Feedback from
CEOS Best Practice (Andrea Della Vecchia / Yves ?) (no time left to
present)
Open Points (no time left to present)

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Geosemantics DWG
Geospatial Industry 4.0
Sponsored by

Earth System Science DWG

Closing Plenary Report


102nd OGC Technical Committee
Delft, The Netherlands
Co-chairs: Jeff de La Beaujardire (NOAA), Stefano Nativi (CNR-IIA)
23 March 2017
Copyright 2017 Open Geospatial Consortium
Topics
Proposal and Discussion:
Formation of GeoScience DWG
(Franois Robida)

Informative Presentations:
GEOSS-EVOLVE
(Stefano Nativi)
NextGEOSS
(Bart de Lauthower)
NOAA Big Data Project
(Jeff de La Beaujardire)
EarthServer: Federating Big Earth Datacubes
(Peter Baumann)

OGC Copyright 2017 Open Geospatial Consortium


Proposal for a new
Geoscience Domain Working Group
Initiated by

Following adoption of GeoSciML, proposal to create a Geoscience


Domain Working Group under the umbrella of ESS and co-chaired
with IUGS/CGI
With primary focus on
Borehole standards / best practices
3D geological modelling
seismology

1. Review the draft charter


2. Submit an electronic vote in the coming weeks
3. 1st meeting of DWG in St John June 2017, with election of Co-chairs

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Geospatial Industry 4.0


GMLJP2 SWG
Sponsored by

Geosemantics DWG

102nd OGC Technical Committee


Delft, The Netherlands
Josh Lieberman, Linda van den Brink, co-chairs
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Spatial ontologies modularization, connection to


SDWWG activities, GeoSPARQL update path

OGC Copyright 2017 Open Geospatial Consortium


Actions

OGEO / STGEO / GSP2 as W3C Note / OGC Best


Practice
Decide namespaces
Charter SWG for update
Review BP document and other SDWWG deliverables
Guidance to connect domain vocabularies with spatial
ontology

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

GMLJP2 SWG
Health DWG
Sponsored by

Geospatial Aspects in Industry 4.0

102nd OGC Technical Committee


Delft, The Netherlands
Thomas Uslnder
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

1. Motivation (Thomas Uslnder)


2. Industry 4.0: Idea, Concepts and Use Cases
(Thomas Uslnder)
3. Similar trends in other member states (all):
Short reports by session participants
4. Discussion on Geospatial Aspects: what is specific to
smart manufacturing?
5. Discussion on follow-on OGC activities

OGC Copyright 2017 Open Geospatial Consortium


Motivation

IT Community Automation Community

Characterization New Economy (Internet-driven) Old Economy (automotive,


CES, CeBIT, production, chemistry, steel,)
CIRP, Hanover Trade Fair,

Standardization

Geospatial aspects

Technology Push (Industrial) Internet of Things

Initiatives

OGC
Motivation

IT Community Automation Community

Characterization New Economy (Internet-driven) Old Economy (automotive,


CES, CeBIT, production, chemistry, steel,)
CIRP, Hanover Trade Fair,

Standardization

Geospatial aspects

Technology Push (Industrial) Internet of Things

Initiatives

OGC
Discussion on follow-on OGC activities

To make OGC and OGC standards known to the


automation community
To propose and include geospatial aspects (data models,
services,) in IIC/I4.0 testbeds
May need an MoU between OGC and IIC/I4.0
Needs proposals of players from the industrial or
research domain, possibly being involved in both
OGC and IIC/I4.0
Identify players of the automation community willing to
discuss with OGC their requirements related to
information of the geospatial domain

OGC Copyright 2017 Open Geospatial Consortium


at Special Issue Industrial Internet of Things
supporting Factory Automation (Guest Editors: Beyerer/Uslnder)

at Automatisierungstechnik 2016 | Volume 64 | Issue 9

http://www.degruyter.com/view/j/auto.2016.64.issue-9/issue-files/auto.2016.64.issue-9.xml

OGC
ON DECK:

Health DWG
IndoorGML SWG
Sponsored by

GMLJP2 SWG

102nd OGC Technical Committee


Delft, The Netherlands
Colaiacomo L.
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

1) Presentation of the Refereanceable Grid Coverages extension


for CIS and GMLJP2 adoption E. Hirschorn KEYW

2) Annotation extension presentation based on SVG L.


Colaiacomo Satcen

3) Presentation of the ATS for GMLJP2 status L. Colaiacomo


Satcen

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

IndoorGML SWG
Inspire/Europe Forum
Sponsored by

OGC Health DWG

102nd OGC Technical Committee


Delft, The Netherlands
Eddie Oldfield, co-chair
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Welcome/Introductions

Whitepaper Topic Review :


State of OGC Standards in support of Health

Planning for event in June and review of 2 pager

Discussion

Action Items

OGC Copyright 2017 Open Geospatial Consortium


Timeframe

Now through June collect contributions toward a draft


whitepaper. Confirm speakers for the event, engage
participants.
June Present ready draft for event in June, open for
public comment. Collect participant input during the event.
July Review the draft whitepaper, put out for OGC TC
review / email vote (note: need six weeks for approval)
August Approve to Public domain, on time for UNGGIM
September OGC TC, Presentation at various forae

OGC Copyright 2017 Open Geospatial Consortium


Event Topics

The event theme resonated with participants. After some


discussion, the topics of interest emerged as follows:
Overarching Theme: Health SDI
Topics:
Health Applications
Subtopics: Healthy Ageing, Climate Health, Health Statistics/Epidemiology
Global Indicators (Including Health and Determinants of Health)
Subtopics: collection/reporting indicator data toward UN SDGs, Sendai
Framework, Carbon/GHGs (Paris Agreement / INDCs); integration with Health data.
Resilience and Disaster Risk Reduction
Subtopics: Hazard/Vulnerability Assessment, Early Warning / Alerting, ER
Health in the Smart City e.g. urban planning, active routes/transit
Interoperable technical solutions to solve specific needs / functions

OGC Copyright 2017 Open Geospatial Consortium


Topics for Whitepaper

impact of climate and / or the environment on human health and public


health systems
monitoring and surveillance, early warning and decision making systems
reducing exposures (e.g. to air pollution, allergens/pollen, radiation, EMF)
vulnerability assessment, adaptation planning, risk reduction, emergency
preparedness and response
chronic disease prevention and treatment
communicable disease prevention and treatment
healthy ageing / technology assisted living
healthy built environment, augmented reality
eHealth; asset management
other: health statistics; epidemiology; maternal health; nutrition;
pharmaceutical; medical imaging, genome, etc.

OGC Copyright 2017 Open Geospatial Consortium


Contributors should indicate how OGC
standards support one or all functional areas,
for a given scenario(s). Functional areas such
as:
data collection
data access
data processing
data publication and sharing
data visualization and decision support

OGC Copyright 2017 Open Geospatial Consortium


Other aspects that may be discussed:
Protecting Privacy (methods, standards, implementation
architecture (HW/SW), SDI, other instruments, roles)
Semantics relevant vocabularies (terminology) for data relating
to e.g. climate, health, and other data needed for correlation
studies
Scale temporal scale for back and forecasting; relevant spatial
scales; and methods for change of scale
Integrating health with non-health data what data is needed
for health related investigations (e.g. socio-economic, land use,
earth observation/remote sensing, sensors)
Indicators pertaining to health

OGC Copyright 2017 Open Geospatial Consortium


Actions

Revise and release event description and draft program

Engage potential speakers, participants

Gather contributions toward Whitepaper goal is to submit


to OGC TC for consideration in June/July.

Next planning session: Monday, April 10th 10:00 AM EDT


https://www4.gotomeeting.com/join/214834589
Use your microphone and speakers (VoIP) - a headset is recommended.

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Inspire/Europe Forum
Land Admin DWG
Sponsored by

IndoorGML SWG Meeting


Report to TC
102nd OGC Technical Committee
Delft, The Netherlands
Ki-Joune Li
23 March 2017

Copyright 2017 Open Geospatial Consortium


Progress Report

Amendments to IndoorGML - by Sisi Zlatanova


to clarify some concepts and terminologies in IndoorGML
Definition on Indoor Space
Scope of Indoor Space and IndoorGML
Indoor Asset Management - by i-locate team
An extension of IndoorGML for handling Indoor Assets
Based on i-locate project (http://i-locate.eu)
To be proposed as an extension module of IndoorGML 1.1

OGC Copyright 2017 Open Geospatial Consortium


Presentations

IndoorLocationGML by Li Yan
Chinese Standard for Indoor Location
More focused on Indoor Location
To be examined as extension of IndoorGML (Indoor Positioning Extension)

OGC Copyright 2017 Open Geospatial Consortium


Presentations

3D space subdivision for indoor navigation - by Abdoulay Diakite


4 type of spaces
Object spaces (O-Spaces) -> resources
Buffer spaces (B-Spaces) -> agents
Functional spaces (F-Spaces) -> resources and agents
Remaining free spaces (R-Spaces)

OGC Copyright 2017 Open Geospatial Consortium


Presentations

Identification of walkable space using a point cloud and its


trajectory - by Bart Staats
A Development Use-Case from Point Cloud and Voxelization to
walkable space
Possibly the final result would be in IndoorGML

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Land Admin DWG


Marine DWG
Sponsored by

Europe Forum
INSPIRE What if...?
102nd OGC Technical Committee
Delft, The Netherlands
Michael Lutz (JRC), Athina Trakas (OGC)
23rd March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Welcome and Introduction (Athina Trakas, Michael Lutz)


Setting the scene: Flash presentation of position statements (all submitters of
position papers) (3 min and 1 slide per presenter)
Break-out groups World Caf (2 rounds of 30+20 min)
What standards and technologies should the infrastructure be based on?
What architectural pattern would you recommend? What should be the main components of the infrastructure?
How would you organise the implementation process and make it cost-efficient?
How would you ensure a wide adoption and use of the infrastructure?

Reports to plenary (rapporteurs)


Wrap-up and conclusions (Athina Trakas, Michael Lutz)

OGC Copyright 2017 Open Geospatial Consortium


First Input & First Impressions

Workshop website:
http://inspire.ec.europa.eu/events/what-if-workshop
all material will be available there
we will provide a summary through TC-Announce
and on the OGC website

OGC Copyright 2017 Open Geospatial Consortium


First Input & First Impressions

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Marine DWG
Met Ocean DWG
Sponsored by

Land Administration DWG


Report to TC
102nd OGC Technical Committee
Delft, The Netherlands
Peter van Oosterom (Mohsen Kalantari, Christiaan Lemmen)
21 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

1. Review the DWG Charter for inclusiveness, Peter van Oosterom


2. Report from the UN-GGIM: EGM-LAM
and the 6th FIG LADM workshop
(held 14-15 & 16-17 March), Eva Unger
3. Joint OGC-World Bank White Paper
on Land Administration,
Peter van Oosterom
4. Implementation of digital India Land Records, M.K.Munshi
5. Harmonization of standards- the ISO 19152:2012 LADM-family, Erik
Stubkjr
6. Strategies for implementing LADM, Mohsen Kalantari
7. Geospatial technologies in Land Administration Systems
A survey to identify challenges and best practices?, Mohsen Kalantari

OGC Copyright 2017 Open Geospatial Consortium


Agreed change to DWG charter text
http://www.opengeospatial.org/projects/groups/landadmin
Text to be added to charter section 4.2, new bullet 2:

Examination of the (future) needs within the land


administration system landscape, including the following items:
i. 3D Cadastre (and integration with 2D Cadastre);
ii. Spatial development workflow and link to topography: CityGML,
LandXML, InfraGML, IndoorGML. PipelineML, BIM/IFC, etc.;
iii. LADM legal refinement (and move current informative to
normative part);
iv. Possible valuation/ taxation extension of the current LADM
scope; and
v. Inclusion and attention for (inter)national marine Cadastre.

In line with planned revision of LADM within ISO TC211

OGC
Issues
Potential extension scope of conceptual model (revision ISO 19152)
Fiscal/valuation extension module
More explicit semantics of code list values (e.g. use SKOS)
Further modelling LADMs rights, restrictions, responsibilities (RRRs)
Further modelling of LADM's survey and spatial representation
SDG Indicators (aggregated values at different levels)
3D/4D Cadastre
Spatial planning/zoning with legal implications
LADM in support to Marine Cadastre (esp. coastal zones)
More explicit relations with Building Information Modelling (BIM)
Other legal spaces: mining, archaeology, utilities,
Profiles, application schema & encodings (for schema and data):
Existing xxxMLs: CityGML, IndoorGML, InfraLand (InfraGML), LandXML
Own/new LA xxxML (LAML), (Geo)BIM/IFC, INTERLIS, Linked data (RDF),
GeoJSON
Process & workflow standardization
Initial registration, transactions (Blockchain, ISO TC307), info delivery

OGC
Issues

Besides standardization also implementations of the (new, extended)


standards are needed, esp. to support developing countries

Possible joint ISO/OGC LADM standard: there are examples of other


standards originating from ISO later became joint (land cover), needs
further exploration

FIG should wait with submitting NWIP to ISO TC211, until procedure is
clear. To be discussed in Helsinki during next FIG WW (27 may 2
june 2017)

Resolve confusion between LADM (land administration domain model)


and STDM (social tenure domain model) STDM (social tenure
domain method)

OGC Copyright 2017 Open Geospatial Consortium


Actions

1. Finish draft joint OGC-World Bank white paper (by june'17 and
present at UN-GGIM meeting august17, Christiaan Lemmen main
author, open for comments and for more co-authors)
https://portal.opengeospatial.org/files/?artifact_id=72880
Present link between land administration and UN 2030 agenda
Present Fit-For-Purpose approaches in land administration
Get overview of the connection existing standards ISO and OGC
Brief overview of existing practices and systems
Implementations needs more attention

2. Feasibility of joint ISO/OGC revision of LADM (ISO19152)


3. Invite sponsors OGC pilot project: LADM revision and tools
4. Explore OGC survey on LA challenges and best practices

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Met Ocean DWG


Moving Features SWG
Sponsored by

Marine DWG

102nd OGC Technical Committee


Delft, The Netherlands
Jonathan Pritchard
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

1. Introduction and brief description of recent activities


2. Presentations and Q&A
Overview of the Copernicus program, Catharina Bamps, EU
Copernicus Marine Environment Monitoring Service (CMEMS), Cecilia Donati,
Institutional Relations Manager at Mercator.
Satellite Derived Bathymetry , Chris Howlett, TCarta Marine
OGC Sensor Web Enablement Standards, Simon Jirka, 52North Initiative

3. Work Plan summary/review and adjustment (if


necessary), includes IHO MSDIWG outputs
4. Presentation of the proposal for an MSDI concept study,
Scott Simmons, OGC
5. Conclusion and Summary

OGC Copyright 2017 Open Geospatial Consortium


Ongoing work

White papers on MSDI issues in progress

OGC Copyright 2017 Open Geospatial Consortium


Actions

Developing work plan


Building funding for MSDI concept study
Defining practical way forward for Pan-Arctic bathymetry testbed
Combine the investigation of a Pan-Arctic Bathymetry Database
(ARMSDIWG), as primary use case, and build upon successes of the
Arctic Spatial Data Pilot (SDP).
Address best practice for core themes including:
Raster Bathy (DEM), Vector Bathy (Contours, Soundings)
Sonar, Lidar, Crowd, Satellite
Land and Sea integration, Coastline definition, Seamless DEM
Governance best practice for sharing bathymetry through IHO MSDIWG
Combined technology demonstrator
Link with DGGS frontend.
Share and link with Antarctic stakeholders.

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Moving Features SWG


netCDF SWG
Sponsored by

OGC MetOcean DWG

102nd OGC Technical Committee


Delft, The Netherlands
Marie-Francoise Voidrot, co-chair
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda
1. Report from ECMWF METOPS Workshop : Stephan
Siemen

2. Report from ECMWF hackathon :Julia Wagemann

3. ECMWF datasets service : Matthew Manoussakis

4. 15-045r5_MetOcean_Application_Profile_for_WCS2.1
update : Peter Trevelyan

5. New topics and works : will be discussed during the next


telcos

OGC Copyright 2017 Open Geospatial Consortium


METOPS Workshop S. Siemen

1st week of march, ECMWF has organised a Open Data


Week composed of
Workshop on improving the socio-economic impact of
NWP data
16th Workshop on Meteorological Operational Systems
(MOS)
Hackathon : #OpenDataHack @ECMWF - Beyond
weather: explore creative uses of open data

=> http://www.ecmwf.int/en/learning/workshops/open-data-
week-at-ecmwf

OGC Copyright 2017 Open Geospatial Consortium


ECMWF hackathon J. Wagemann

Aim : raising awareness of freely available data from


ECMWF and the three Copernicus services
Copernicus Climate Change Service (C3S),
Copernicus Atmosphere Monitoring Service (CAMS)
Copernicus Emergency Management Service (CEMS).
Other open data made available from Reading buses and Snowflake
software
70 developers and scientists ,
20 teams , judging panel
4 winners
Accident and break-down prediction for Reading buses
HydroNext: hydroelectric projections
Water Disease Protection System
African Animal Migration

OGC Copyright 2017 Open Geospatial Consortium


Some hackathon conclusions

Publishing of vast amounts of open data is not


enough and requires Innovative data access and
discovery systems

Open weather and climate data is of benefit most in


combination with other open data sources

OGC Copyright 2017 Open Geospatial Consortium


ECMWF public datasets :
http://apps.ecmwf.int/datasets/ M. Manoussakis

Access to public datasets in two ways:


Via a Web User Interface (Web UI)
Via a programmatic way (Web API)

Web UI can be used to generate the


python request to be used via
programmatic

Asynchroneous delivery

Still going towards simplification,


compliance, efficiency, opening to other
disciplines

OGC Copyright 2017 Open Geospatial Consortium


A Revolutionary Approach to Multi-Dimensional Data
Access of Gridded Datasets Using Current and Proposed
OGC Web Coverage Service Standards
(The MetOcean Application Profile) P. Hershberg & P. Trevelyan

Definition of groups, collections ,


DescribeCoverageCollection operation and adressing
multidimentionnality reduces dramatically the amount of
coverages, lines of XML in Get capabilities, requests in
GetCoverage
Case study of GFS model :
Effect on GetCapabilities 2D: ~ 30,000 lines of XML! => 4D: ~ 200 lines of XML!

Effect on GetCoverage 2D: User makes 10,000 Requests => 4D: User makes only 6
Requests

Document in pendings submitted to a motion into the WCS


SWG

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

netCDF SWG
OWS Common SWG
Sponsored by

Moving Features SWG Report

102nd OGC Technical Committee


Delft, The Netherlands
Nobuhiro Ishimaru, Kyoung-Sook Kim, Ryosuke Shibasaki
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

08:45-09:40, Wednesday Mar. 22 @ Room B


1. Roll call (Nobu, 5min)
2. General Introduction, Review the discussion at the previous
TC in Taichung (Kyoung-Sook, 5min)
3. Report on Moving Features JSON Encoding; Kyoung-Sook
Kim; AIST; (10min)
4. Report on Moving Features Access; Akinori Asahara; Hitachi;
(10min)
5. Update on implementation experiment of NetCDF Encoding;
Martin Desruisseaux; GEOMATYS; (20min)
6. Discussion (All, 5min)

OGC Copyright 2016 Open Geospatial Consortium


ON DECK:

OWS Common SWG


OWS Common Security SWG
Sponsored by

netCDF SWG
Closing Plenary Report
102nd OGC Technical Committee
Delft, The Netherlands
Ethan Davis
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Update on EarthCube netCDF-CF activities and other CF


activities (Ethan - 15 min)
Semantic Extension for Earth Observation, developed by
the ProdTrees ESA project (Stefano - 15 min)
Streaming Binary Data
Intro to LTF tech (Jeff Lyons - 5 min)
Intro to ncstream (Ethan - 5 min)
Discussion (all - 10 min)
Discuss other alternate encodings (all - 15 min)
CDL and NcML
netCDF JSON
CoverageJSON
Discuss possible OGC Interoperability Experiment for
netCDF (all - 10 min)

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

OWS Common Security SWG


Point Cloud DWG
Sponsored by

OWS Common SWG

102nd OGC Technical Committee


Delft, The Netherlands
Joan Maso
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Introduction of the situation Scott Simmons


Revision of some of the Testbed 12 results affecting OWS
Common. Joan Maso, UAB-CREAF
Discussion on the future of OWS Common

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Point Cloud DWG


QoSE DWG
Sponsored by

OWS Common Security SWG

102nd OGC Technical Committee


Delft, The Netherlands
Andreas Matheus
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Roll Call
Present current draft of the IS
General approach how the standard works...
Authentication Code List Concept; procedure to get items on the
code list and how to use it; consence on initial code list
crafting of requirements / conformance classes
Future work - who does what?

Minutes
https://portal.opengeospatial.org/index.php?m=tasks&a=view&task_i
d=3408

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

QoSE DWG
Security DWG
Sponsored by

Point Cloud DWG


Report to TC
102nd OGC Technical Committee
Delft, The Netherlands
Stan Tillman, Hexagon Geospatial
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Status of the vote to make LAS 1.4 an OGC Community


Standard
Stan Tillman, Hexagon Geospatial

Group discussion around a special session at the next


meetings Point Cloud Stream whats possible with
existing products.
Stan Tillman, Hexagon Geospatial

Update on minor revision to LAS 1.4


Evon Silvia, Chair of the LAS Working Group at ASPRS

OGC Copyright 2017 Open Geospatial Consortium


Agenda

The IQmulus infrastructure for processing and visualizing


large point cloud and coverage datasets
Quillon Harpham, HR Wallingford

The n-dimensional Space-Filling-Curve Library (SFClib) for


managing Massive Point Clouds
Xuefeng Guan, Wuhan University
Peter van Oosterom, TU Delft

Open Point Cloud Map


Martin Kodde, Fugro, Edward Verbree and Peter van Oosterom, TU
Delft

OGC Copyright 2017 Open Geospatial Consortium


Actions

Announce plans to the TC for the Point Cloud DWG to host


a demonstration of current point cloud streaming
technologies. This is meant to be a information gathering
activity.

Please let me know if you have a desire to participate.

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Security DWG
Smart Cities DWG
Sponsored by

Quality of Service and Experience


Domain Working Group
102nd OGC Technical Committee
Delft, The Netherlands
Ilkka Rinne
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda (morning & afternoon sessions)

1. Presentation: Spatineo Monitor QoS measuring: a peak


under the hood
2. QoSE DWG 2017 work plan items: discussion & task
leaders
3. Presentation: Evaluating the Quality of Experience of the
Federal Geospatial Platform Canadian Web Services;
Cindy Mitchell; Natural Resources Canada
4. Presentation: Declared QoS information for OGC Web
Services using extended capabilities initial ideas; Ilkka
Rinne; Spatineo
5. Presentation: Development of a Data and Services
Quality Model; Iain Burnell; DSTL

OGC Copyright 2017 Open Geospatial Consortium


Highlights

Spatineo IPR announced: specific method/device for


varying the test request BBOX using generic algorithm is
protected by a patent.
No conflicts with the OGC work foreseen
Main tasks for the WG in 2017:
Collect a list of common QoS & QoE terms and concepts.
Draft an initial list of meaningful QoS metrics for Spatial Data
Services.
Develop data model with an XML Schema for publishing QoS
information for OWS using extended capabilities.
Eventually to be an OGC Best Practice for declaring the QoS information
using the Extended Capabilities, including the QoS statements.
Guidance for evaluating and improving the quality of experience of
OGC Web Services.
To be published as OGC Discussion paper / Best Practice

OGC Copyright 2017 Open Geospatial Consortium


Actions

Query for the OGC members:


Which metrics are currently used for measuring the QoS of Spatial
Data Services? Are they useful? Which metrics would be better in
particular use cases?
Create a synthesis, prioritize the metrics and formal definitions for
the best metrics.

OGC Copyright 2017 Open Geospatial Consortium


Issues

We would like to have an OGC codelist registry for


managing the QoS codelist values.
QoS metrics, operational status, maintenance effect
Each codelist value needs to be externally referenceable (by an
URI)
Possible solution: Open Source Re3gistry software developed by
EU Are3na project:
https://joinup.ec.europa.eu/software/re3gistry/description

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Smart Cities DWG


Temporal WKT for Calendars SWG
Sponsored by

Security DWG

102nd OGC Technical Committee


Delft, The Netherlands
Andreas Matheus
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

(1) TB12 - Aviation Security ER


(Aleksandar Balaban - 20 min.)
(2) Hybrid Application of Security Methods to an Open
International Publish and subscribe system
(Ian A Wilson, Boeing - 20 min.)
(3) Security and Open PI White Paper
(Andreas Matheus UniBW / George Percivall, OGC - 20
min.)
General discussion on
Security in IoT and Testbed 13
OWS Common Security SWG approach

OGC Copyright 2017 Open Geospatial Consortium


ON DECK:

Temporal WKT for Calendars SWG

Sponsored by

Smart Cities DWG


report to plenary
102nd OGC Technical Committee
Delft, The Netherlands
Carsten Rnsdorf, Joseph Abhayaratna, John Herring, Leif
Granholm and Dimitri Sarafinof
23 March 2017
Copyright 2017 Open Geospatial Consortium
Agenda

8:45-9:40
Six smart city use cases - presentation by Jo and group
discussion
Discuss leadership of group / migration from UP DWG +
discuss with Greg

9:45-10:45
Analysis of Delivery System in Logistics - Fumiya Kudo
ESPRESSO - results and use cases - Bart
FCP1 summary - Bart
JTC 1/WG11 - Carsten

OGC Copyright 2017 Open Geospatial Consortium


FCP1 results

https://youtu.be/aSQFIPwf2oM

OGC Copyright 2017 Open Geospatial Consortium


Sponsored by

Temporal WKT for Calendars SWG

102nd OGC Technical Committee


Delft, The Netherlands
<Name of presenter>
23 March 2017

Copyright 2017 Open Geospatial Consortium


Agenda

Current Status of Calendars for Temporal WKT-CRS and ISO19111 CRS

Requirements review

Calendar Vocabulary

Defining and Identifying Calendars

Next steps

OGC Copyright 2017 Open Geospatial Consortium

Das könnte Ihnen auch gefallen