Transformation sofware AQUI: creating data flows in XML

Size: px
Start display at page:

Download "Transformation sofware AQUI: creating data flows in XML"

Transcription

1 Transformation sofware AQUI: creating data flows in XML Patrick van Hooydonk 8 th pilot meeting Copenhagen June 2013

2 creating data flows in XML Information from EoI/AQQ 2011 in AQUI-database Mapping required information from IPR with information in AQUI Report AQUI information in XML

3 information from EoI/AQQ in AQUI-database: EoI EoI 2011 Point

4 information from EoI/AQQ in AQUI-database: AQQ AQQ form Description AQD-report 2 Zones and agglomerations 3-7 Overview Points used for compliance AQD_Zone AQD_Point 8,9 Attainments AQD_Attainment 10 AssessmentRegime AQD_AssessmentRegime 11,13,14 Individual exceedances OM_Observation Aggregated data OM_Observation Suppl. Assessment <out_of_scope>

5 information from EoI/AQQ in AQUI-database: AQQ AQQ 2011 Point zone Compliance Point Zone pollutant Assessment regime

6 information from EoI/AQQ in AQUI-database: additional info Additional information in AQUI Point Nation Responsible authorities zone Compliance Point Environmental objectives Zone pollutant Assessment regime

7 mapping IPR with AQUI : data flow B Implementation decision 2011/850/ EU (annex II) B: information on zones and agglomeration (article 6) Point Nation Responsible authorities zone Compliance Point Environmental objectives Zone pollutant Assessment regime

8 mapping IPR with AQUI : data flow C Implementation decision 2011/850/ EU (annex II) B: information on zones and agglomeration (article 6) Point C: information on the assessment regime (article 7) Nation Responsible authorities zone Compliance Point Environmental objectives Zone pollutant Assessment regime Workshop e-reporting

9 mapping IPR with AQUI : data flow D Implementation decision 2011/850/ EU (annex II) B: information on zones and agglomeration (article 6) Point C: information on the assessment regime (article 7) Nation D: information on the assessment methods (article 8 and 9) Responsible authorities Environmental objectives zone Zone pollutant Compliance Point Assessment regime Workshop e-reporting

10 Report AQUI information in XML: data flow B Feature Collection AQD_Reporting Header Reporting Authority Nation Point Content AQD_zone Responsible authorities zone Compliance Point AQD_zone AQD_zone Environmental objectives Zone pollutant Assessment regime

11 Report AQUI information in XML : data flow C Feature Collection AQD_Reporting Header Reporting Authority Nation Point Content CompetentAuthorities Responsible authorities zone Compliance Point AQD_assessment regime Environmental objectives Zone pollutant Assessment regime AQD_assessment regime

12 Report AQUI information in XML: data flow D Feature Collection AQD_Reporting Header Reporting Authority Content AQD_ AQD_ Nation Point AQD_network AQD_station AQD_Point AQD_ Responsible authorities zone Compliance Point AQD_Point AQD_station Environmental objectives Zone pollutant Assessment regime AQD_network

13 Report AQUI information in XML : format description XML-field link to IPR (2011/850/EU, annex II) description format REPORT_IDENTIFICATION unique identification of reporting document, identifying <COUNTRY_ISO2><ORG_REP_AUTH_SHORTNAME><REP_DATE> dataprovider, version and date REPORT_GML_IDENTIFICATION unique identification of reporting document, identifying REP-<REPORT_IDENTIFICATION> dataprovider, version and date REPORT_DATA_FLOW_IDENTIFICATION unique identification of reporting document, identifying dataprovider, version and date for one dataflow REP_D- <COUNTRY_ISO2><ORG_REP_AUTH_SHORTNAME><REP_DATE><DATAFLOW> REPORT_PURPOSE_DESCRIPTION Change(B.2) general description of report purpose varchar(40) DATASUPPLIER_IDENTIFICATION Provider(B.1) unique identification of dataprovider AQ.<COUNTRY_ISO2>.<ORG_REP_AUTH_SHORTNAME> PERSON_NAME Contact details(provider, authorities)(a.1.2) person name of authority varchar(40) ORGANIZATION_NAME Contact details(provider, authorities)(a.1.1) organization_name of authority varchar(80) ADDRESS Contact details(provider, authorities)(a.1.4) organization_address of authority varchar(160) CITY Contact details(provider, authorities)(a.1.4) organization_city of authority varchar(30) PERSON_ _ADDRESS Contact details(provider, authorities)(a.1.6) contactperson_ _address of authority varchar(80) PERSON_TELEPHONE_NUMBER Contact details(provider, authorities)(a.1.5) contactperson_telephone_number of authority varchar(16) ORGANIZATION_WEBSITE Contact details(provider, authorities)(a.1.3) organization_website of authority varchar(80) ZONE_CODE Zone code (B.3) unique identification of zone <COUNTRY_ISO2>.<NATIONAL_ZONE_CODE> NATIONAL_ZONE_CODE national identification of zone varchar(20) ZONE_NAME Zone name (B.4) name of zone LINK_TO_ZONE_GEOMETRY Zone delimitation (B.6) link to spatial information about zone link to filename with geometrical information (polygons/shapefile) ZONE_TYPE Zone type (B.5) type of zone list zonetype ZONE_DESIGNATION_PERIOD_ID identification designation period zone <ZONE_CODE>_DESIGNATION_PERIOD ZONE_DESIGNATION_STARTYEAR Zone history (B.7) YYYY-MM-DDThh-mm-ss<SIGN_DIFF_UTC>0<_NMBR_DIFF_UTC>:00 ZONE_DESIGNATION_ENDYEAR YYYY-MM-DDThh-mm-ss<SIGN_DIFF_UTC>0<_NMBR_DIFF_UTC>:00 REPORT_DATE YYYY-MM-DDThh-mm-ss<SIGN_DIFF_UTC>0<_NMBR_DIFF_UTC>:00 CHANGE_DISCRIPTION Change(B.2) comments on creation/changing zone varchar(100) POPULATION_NUMBER Resident population(b.9) resident population within zone integer ZONE_POPULATION_ID identification determination population <ZONE_CODE>_POPULATION POPULATION_NUMBER_DETERMINATION_YEAR Resident population reference year(b.10) determination year resident population integer

14 Report AQUI information in XML : XML-format <?xml version="1.0" encoding="utf-8"?> <gml:featurecollection xmlns:xsi=" xmlns:aqd=" xmlns:base=" inspire.ec.europa.eu/schemas/base/3.3rc3/" xmlns:base2=" xmlns:ef=" 3.0rc3" xmlns:gml=" xmlns:ompr=" xmlns:sam=" sampling/2.0" xmlns:sams=" xmlns:xlink=" xmlns:gmd=" xmlns:gco=" xmlns:om=" xmlns:swe=" xmlns:am=" xmlns:ad="urn:x-inspire:specification:gmlas:addresses:3.0" xmlns:gn="urn:x-inspire:specification:gmlas:geographicalnames:3.0" xsi:schemalocation=" gml:id="[report_identification]"> <gml:featuremember> <aqd:aqd_reportingheader gml:id="[report_dataflow_identification]"> <aqd:change>true</aqd:change> <aqd:changedescription>[report_purpose_description]</aqd:changedescription> <aqd:inspireid> <base:identifier> <base:localid>[report_dataflow_identification]</base:localid> <base:namespace>[datasupplier_identification]</base:namespace> </base:identifier> </aqd:inspireid> <aqd:reportingauthority> <base2:relatedparty> <base2:individualname> <gmd:localisedcharacterstring>[person_name]</gmd:localisedcharacterstring>

15 Report AQUI information in XML : link format description->xml XML-field link to IPR (2011/850/EU, annex II) description format REPORT_IDENTIFICATION unique identification of reporting document, identifying <COUNTRY_ISO2><ORG_REP_AUTH_SHORTNAME><REP_DATE> dataprovider, version and date REPORT_GML_IDENTIFICATION unique identification of reporting document, identifying REP-<REPORT_IDENTIFICATION> dataprovider, version and date REPORT_DATA_FLOW_IDENTIFICATION unique identification of reporting document, identifying dataprovider, version and date for one dataflow REP_D- <COUNTRY_ISO2><ORG_REP_AUTH_SHORTNAME><REP_DATE><DATAFLOW> REPORT_PURPOSE_DESCRIPTION Change(B.2) general description of report purpose varchar(40) DATASUPPLIER_IDENTIFICATION <?xml version="1.0" Provider(B.1) encoding="utf-8"?> unique identification of dataprovider AQ.<COUNTRY_ISO2>.<ORG_REP_AUTH_SHORTNAME> PERSON_NAME Contact details(provider, authorities)(a.1.2) person name of authority varchar(40) ORGANIZATION_NAME Contact details(provider, authorities)(a.1.1) organization_name of authority varchar(80) ADDRESS Contact details(provider, authorities)(a.1.4) organization_address of authority varchar(160) xmlns:ef=" xmlns:gml=" xmlns:ompr=" CITY Contact details(provider, authorities)(a.1.4) organization_city of authority varchar(30) PERSON_ _ADDRESS Contact details(provider, authorities)(a.1.6) contactperson_ _address of authority varchar(80) PERSON_TELEPHONE_NUMBER Contact details(provider, authorities)(a.1.5) contactperson_telephone_number of authority varchar(16) ORGANIZATION_WEBSITE Contact details(provider, authorities)(a.1.3) organization_website of authority varchar(80) xmlns:om=" xmlns:swe=" ZONE_CODE Zone code (B.3) unique identification of zone <COUNTRY_ISO2>.<NATIONAL_ZONE_CODE> NATIONAL_ZONE_CODE xmlns:am=" national identification of zonexmlns:ad="urn:x-inspire:specification:gmlas:addresses:3.0" varchar(20) ZONE_NAME xmlns:gn="urn:x-inspire:specification:gmlas:geographicalnames:3.0" Zone name (B.4) name of zone xsi:schemalocation=" LINK_TO_ZONE_GEOMETRY Zone delimitation (B.6) link to spatial information about zone link to filename with geometrical information (polygons/shapefile) <gml:featurecollection xmlns:xsi=" xmlns:aqd=" xmlns:base=" xmlns:base2=" inspire.ec.europa.eu/schemas/ompr/2.0rc3" xmlns:sam=" xmlns:sams=" samplingspatial/2.0" xmlns:xlink=" xmlns:gmd=" xmlns:gco=" gml:id="[report_gml_identification]"> ZONE_TYPE Zone type (B.5) type of zone list zonetype ZONE_DESIGNATION_PERIOD_ID <gml:featuremember> identification designation period zone <ZONE_CODE>_DESIGNATION_PERIOD ZONE_DESIGNATION_STARTYEAR Zone history (B.7) <aqd:aqd_reportingheader gml:id="[report_data_flow_identification]"> YYYY-MM-DDThh-mm-ss<SIGN_DIFF_UTC>0<_NMBR_DIFF_UTC>:00 ZONE_DESIGNATION_ENDYEAR YYYY-MM-DDThh-mm-ss<SIGN_DIFF_UTC>0<_NMBR_DIFF_UTC>:00 <aqd:change>true</aqd:change> REPORT_DATE YYYY-MM-DDThh-mm-ss<SIGN_DIFF_UTC>0<_NMBR_DIFF_UTC>:00 <aqd:changedescription>[report_purpose_description]</aqd:changedescription> CHANGE_DISCRIPTION Change(B.2) comments on creation/changing zone varchar(100) POPULATION_NUMBER Resident population(b.9) resident population within zone integer <aqd:inspireid> ZONE_POPULATION_ID identification determination population <ZONE_CODE>_POPULATION POPULATION_NUMBER_DETERMINATION_YEAR Resident population reference year(b.10) determination year resident population integer <base:localid>[report_dataflow_identification]</base:localid> <base:identifier> <base:namespace>[datasupplier_identification]</base:namespace> </base:identifier> </aqd:inspireid> <aqd:reportingauthority> <base2:relatedparty> <base2:individualname> <gmd:localisedcharacterstring>[person_name]</gmd:localisedcharacterstring>

16 Any Questions? Thank you for your attention

17 Contact: Wim Mol (RIVM) Mariska Blok (CACI) Tony Bush (Ricardo-AEA) Jaume Targa (4sfera Innova)

Implementing air quality e-reporting

Implementing air quality e-reporting Implementing air quality e-reporting Core requirements by September 2014 Jaume Targa 11 th AQ E-Reporting IPR Pilot meeting Copenhagen, EEA Content Core requirements by Sept 2014 Air Quality Zones (B)

More information

AQD IPR pilot study programme on e-reporting

AQD IPR pilot study programme on e-reporting AQD IPR pilot study programme on e-reporting User Guide to AQ e-reporting Jaume Targa & Tony Bush 8 th pilot meeting Copenhagen 18-19 June 2013 User guide AQ e-reporting data model & schema Latest version

More information

Introduction to XML user guide

Introduction to XML user guide EEA- ETC/ACM 9 th & 10 th of February 2016 Workshop "Developing your national Air Quality e- Reporting System post- AQUI, Copenhagen Introduction to XML user guide Documentation on e- Reporting http://www.eionet.europa.eu/aqportal/guidelines

More information

Reporting of modelled data under the AQD IPR for e-reporting

Reporting of modelled data under the AQD IPR for e-reporting Reporting of modelled data under the AQD IPR for e-reporting RETROSPECTIVE OF PILOT TESTING IN 2012 & MODELLING DATA Tony Bush 6 th pilot meeting Copenhagen 8-10 October 2012 Introduction Where does modelled

More information

Content of the workshop

Content of the workshop Content of the workshop Introduction to e-reporting, data flows dependencies and XML user guide Overview of the Norwegian e-reporting system Create PostgreSQL database with PostGIS extension and review

More information

Air Quality e-reporting QA/QC and feedback: current & future. Jaume Targa (ETC/ACM)

Air Quality e-reporting QA/QC and feedback: current & future. Jaume Targa (ETC/ACM) EEA-ETC/ACM 16 th of November 2015 14 th IPR Air Quality Meeting, Copenhagen Air Quality e-reporting QA/QC and feedback: current & future Jaume Targa (ETC/ACM) Jaume.targa@4sfera.com Data quality Automated

More information

AQD IPR pilot study programme on e-reporting

AQD IPR pilot study programme on e-reporting AQD IPR pilot study programme on e-reporting A quick start guide working with the e-reporting schemata Tony Bush 4 th pilot meeting Copenhagen 15-16 March 2012 Introduction What to worry about first if

More information

AQD IPR pilot study programme on e-reporting

AQD IPR pilot study programme on e-reporting AQD IPR pilot study programme on e-reporting Progress on UTD Jaume Targa 6 th pilot meeting Copenhagen 8-10 October May 2012 Introduction Important points on UTD Re-delivering UTD data Aggregation rules

More information

AQD IPR pilot study programme on e-reporting

AQD IPR pilot study programme on e-reporting AQD IPR pilot study programme on e-reporting Annual Assessments data flows and progress on UTD & AQ zones 5 th pilot meeting Copenhagen 24-25 May 2012 Agenda Morning Pilot country experiences & discussion

More information

EEA-ETC/ACM 25 th & 26 th of April st IPR Technical meeting, Copenhagen. Proposed schema update for B-G in 2017

EEA-ETC/ACM 25 th & 26 th of April st IPR Technical meeting, Copenhagen. Proposed schema update for B-G in 2017 EEA-ETC/ACM 25 th & 26 th of April 2016 1 st IPR Technical meeting, Copenhagen Proposed schema update for B-G in 2017 Planning In 2016, ETC/ACM is reviewing the Schema The aim is that any change/update

More information

Draft meeting minutes

Draft meeting minutes Draft meeting minutes 6th meeting of the IPR Pilot Group Date & Time 8-10 October 2012, Copenhagen Location EEA, Copenhagen Attendees Representatives from the following IPR pilot countries: DE, DK, BE,

More information

E-reporting: road to implementation

E-reporting: road to implementation E-reporting: road to implementation Patrick van Hooydonk European Topic Centre on Air pollution and Climate change Mitigation (ETC/ACM) 5 th pilot meeting Copenhagen, point of view from an ETC data collector

More information

1 aqd:aqd_reportingheader element must be present. XML must include Reporting Header Yes Error System requirement

1 aqd:aqd_reportingheader element must be present. XML must include Reporting Header Yes Error System requirement Checks Original User friendly text Crucial check QA blocker as implemented in CDR Status/Note Review in 2016 1 aqd:aqd_reportingheader element must be present. XML must include Reporting Header 2 The (start)

More information

1 aqd:aqd_reportingheader element must be present. XML must include Reporting Header Yes Error System requirement 2

1 aqd:aqd_reportingheader element must be present. XML must include Reporting Header Yes Error System requirement 2 Checks Original User friendly text Crucial check QA blocker as implemented in CDR Status/Note Review in 2016 1 aqd:aqd_reportingheader element must be present. XML must include Reporting Header System

More information

Air Quality e-reporting: Data handling

Air Quality e-reporting: Data handling Air Quality e-reporting: Data handling EEA & ETC/ACM efforts compiled by Artur sella 12 th IPR Pilot Meeting Copenhagen, 12 th of November 2014 What happens with data after delivery?! Validation, QA (Tier1)

More information

Reporting and Exchange of Air Quality Information Under CAFE Directive Using INSPIRE Services Testbed Results

Reporting and Exchange of Air Quality Information Under CAFE Directive Using INSPIRE Services Testbed Results Reporting and Exchange of Air Quality Information Under CAFE Directive Using INSPIRE Services Testbed Results Alina Kmiecik, Dominik Kobus, Magdalena Bednarek, Anna Zamolska, Piotr Krok, Marek Brylski,

More information

Using INSPIRE Services for Reporting and Exchange of Air Quality Information under CAFE Directive Test bed Results

Using INSPIRE Services for Reporting and Exchange of Air Quality Information under CAFE Directive Test bed Results Using INSPIRE Services for Reporting and Exchange of Air Quality Information under CAFE Directive Test bed Results Alina Kmiecik, Dominik Kobus, Magdalena Bednarek, Piotr Krok, Anna Zamolska 26,6/2012,

More information

AQD Reporting Model. European Air Quality Reporting Based on INSPIRE

AQD Reporting Model. European Air Quality Reporting Based on INSPIRE AQD Reporting Model European Air Quality Reporting Based on INSPIRE Overview Basics Reporting Model Classes from Model Reporting Structure Discussion Points Basics - INSPIRE Identifier Identifier basic

More information

Air Quality & e-reporting from the perspective of Belgium

Air Quality & e-reporting from the perspective of Belgium Air Quality & e-reporting from the perspective of Belgium Olav Peeters Belgian Interregional Environment Agency (IRCEL CELINE) Content Who are we (IRCEL CELINE) and what do we do? E-reporting from our

More information

INSPIRE compliant e-reporting under the air quality directives from a member state perspective (Belgium)

INSPIRE compliant e-reporting under the air quality directives from a member state perspective (Belgium) INSPIRE compliant e-reporting under the air quality directives from a member state perspective (Belgium) Olav Peeters Belgian Interregional Environment Agency (IRCEL CELINE) Content Who are we (IRCEL CELINE)

More information

Integrating data: Appendix F, G and H (full) GIMA Thesis. Ing. Huibert-Jan Lekkerkerk B.Sc.

Integrating data: Appendix F, G and H (full) GIMA Thesis. Ing. Huibert-Jan Lekkerkerk B.Sc. Integrating data: Appendix F, G and H (full) GIMA Thesis Ing. Huibert-Jan Lekkerkerk B.Sc. Table of contents TABLE OF CONTENTS... 3 APPENDIX F: MAPPING TO REFERENCE SET... 5 F.1 XSLT2: GAZETTEER... 5

More information

URI Properties for INSPIRE Extension. Stereotype Solution

URI Properties for INSPIRE Extension. Stereotype Solution URI Properties for INSPIRE Extension Stereotype Solution Introduction After much effort we have harmonized data models based on standards (ISO, OGC, INSPIRE) But... These already being extended based on

More information

Open Geospatial Consortium

Open Geospatial Consortium Open Geospatial Consortium Publication Date: 2014-02-25 Approval Date: 2013-06-22 Submission Date: 2013-02-27 Reference URL for this document: http://www.opengis.net/doc/bp/sos-profile-in-situ/1.0 Version:

More information

THE LIFE DYNAMAP PROJECT Towards the future of real-time noise mapping

THE LIFE DYNAMAP PROJECT Towards the future of real-time noise mapping 1 THE LIFE DYNAMAP PROJECT Towards the future of real-time noise mapping P.Bellucci ANAS S.p.A. - Research Centre, Rome (Italy) 2 WHAT IS THE DYNAMAP PROJECT? The DYNAMAP Project is a LIFE+ project aiming

More information

Map Types Used. Topographical map (1:10 000, 1: ) Land Cadastre Map (1: ) Utility base map (1:500) Joint utility map (1:500)

Map Types Used. Topographical map (1:10 000, 1: ) Land Cadastre Map (1: ) Utility base map (1:500) Joint utility map (1:500) Map Types Used Topographical map (1:10 000, 1:200 000) Land Cadastre Map (1:1000-1-4000) Utility base map (1:500) Joint utility map (1:500) Detailed utility map (1:500) Town development plan (map) (1:1000-1:10000)

More information

Pilot Group IPR - Air Quality. Wet tests XML UTD and Zones Feedback from France

Pilot Group IPR - Air Quality. Wet tests XML UTD and Zones Feedback from France Pilot Group IPR - Air Quality Wet tests XML UTD and Zones Feedback from France Contents 1. French context 2. Wet tests 1. Zones Talend and WFS 2. Zones Talend and MySQL 3. UTD Talend and MySQL 4. Zones

More information

6/29/2012. Harmonisation and Schema Transformation of Existing Spatial Data. Agenda

6/29/2012. Harmonisation and Schema Transformation of Existing Spatial Data. Agenda Agenda Harmonisation and Schema Transformation of Existing Spatial Data Dean Hintz, Safe Software Soren Dupke, con terra June 2012 FME Tools to support INSPIRE Harmonisation principles Key challenges Examples

More information

Schematron Validation for AQD

Schematron Validation for AQD Schematron Validation for AQD Complex Constraint Checking Barbara Magagna Barbara.Magagna@umweltbundesamt.at Katharina Schleidt Katharina.Schleidt@umweltbundesamt.at Overview AQD Constraint Checking Constraints

More information

on Air Quality Management and Assessment

on Air Quality Management and Assessment 9 th EIONET Workshop on Air Quality Management and Assessment EEA support of European Environment reporting Reportnet v2 (urls added) Sheila Cryan 1 European environment reporting Many people with different

More information

Open Geospatial Consortium Inc.

Open Geospatial Consortium Inc. Open Geospatial Consortium Inc. Date: 2010-02-15 Reference number of this OpenGIS Project Document: Version: 0.0.1 Category: OpenGIS Interface Standard Editor: Peter Baumann WCS 2.0 Extension -- XML/POST

More information

Integrated Assessment Record (IAR)

Integrated Assessment Record (IAR) Community Care Information Management (CCIM) Integrated Assessment Record (IAR) Project Integrated Assessment Record (IAR) interrai CHA Supplement to the Data Submission and Technical Specifications Document

More information

Reporting of Air Quality Plans and Programs in Europe

Reporting of Air Quality Plans and Programs in Europe Reporting of Air Quality Plans and Programs in Europe Guidelines for INSPIRE compliant data transmission Alexander Kotsev Paul Smits Lukasz Cyra Emanuela Epure Daniele Francioli Claudio Belis 2014 Report

More information

PostgreSQL/PostGIS: Interaction with Other Applications

PostgreSQL/PostGIS: Interaction with Other Applications PostgreSQL/PostGIS: Interaction with Other Applications PostgreSQL/PostGIS Support While PostgreSQL and PostGIS are useful for storing and managing geospatial data and attributes associated with those

More information

AQD Reporting Model. European Air Quality Reporting Based on INSPIRE

AQD Reporting Model. European Air Quality Reporting Based on INSPIRE AQD Reporting Model European Air Quality Reporting Based on INSPIRE Overview Basics Changes since January 2013 Basics - INSPIRE Identifier Identifier basic INSPIRE requirement for all features Attributes:

More information

Fax Broadcast Web Services

Fax Broadcast Web Services Fax Broadcast Web Services Table of Contents WEB SERVICES PRIMER... 1 WEB SERVICES... 1 WEB METHODS... 1 SOAP ENCAPSULATION... 1 DOCUMENT/LITERAL FORMAT... 1 URL ENCODING... 1 SECURE POSTING... 1 FAX BROADCAST

More information

Manual of electronic transmission of the report BOP 1.2 «Cross-border payments executed for the account of the resident counterparts»

Manual of electronic transmission of the report BOP 1.2 «Cross-border payments executed for the account of the resident counterparts» In case of discrepancies between the French and the English text, the French text shall prevail Manual of electronic transmission of the report BOP 1.2 «Cross-border payments executed for the account of

More information

Open Geospatial Consortium

Open Geospatial Consortium Open Geospatial Consortium Date: 2010-10-27 Reference number of this OpenGIS Project Document: Version: 1.0.0 Category: OpenGIS Interface Standard Editor: Peter Baumann OGC Web Coverage Service 2.0 Interface

More information

AIR QUALITY MANAGEMENT DATABASE: ANNEX OF UBA REPORT (05/2010) "NOTIFICATIONS FOR TIME EXTENSION"

AIR QUALITY MANAGEMENT DATABASE: ANNEX OF UBA REPORT (05/2010) NOTIFICATIONS FOR TIME EXTENSION AIR QUALITY MANAGEMENT DATABASE: ANNEX OF UBA REPORT (05/2010) "NOTIFICATIONS FOR TIME EXTENSION" Umweltbundesamt Error! No text of specified style in document. 1 Analysis of notifications Error! Style

More information

FRAMEWORK CONVENTION ON CLIMATE CHANGE Secretariat CONVENTION - CADRE SUR LES CHANGEMENTS CLIMATIQUES Secrétariat

FRAMEWORK CONVENTION ON CLIMATE CHANGE Secretariat CONVENTION - CADRE SUR LES CHANGEMENTS CLIMATIQUES Secrétariat UNITED NATIONS NATIONS UNIES FRAMEWORK CONVENTION ON CLIMATE CHANGE Secretariat CONVENTION - CADRE SUR LES CHANGEMENTS CLIMATIQUES Secrétariat UNFCCC ITL Administrator Standard Independent Assessment Report

More information

The Assent Materials Declaration Tool User Manual

The Assent Materials Declaration Tool User Manual The Assent Materials Declaration Tool User Manual TABLE OF CONTENTS Welcome to The Assent Materials Declaration Tool... 2 What is The Assent Materials Declaration Tool?... 2 Why Use The Assent Materials

More information

Gebietsabgrenzung Koordinatenbezogene Grenzen des Europaschutzgebietes "Tal der Kleinen Gusen" im GML-Standard

Gebietsabgrenzung Koordinatenbezogene Grenzen des Europaschutzgebietes Tal der Kleinen Gusen im GML-Standard Anlage 3/1 zur Verordnung der Oö. Landesregierung, mit der das Gebiet "Tal der Kleinen Gusen" als Europaschutzgebiet bezeichnet und mit der ein Landschaftspflegeplan für dieses Gebiet erlassen wird. LGBl.Nr.

More information

Metadata allows. Metadata Existing Guidelines. Data to be found Starts interoperability. Decision making based on Quality Relevance Time Geography

Metadata allows. Metadata Existing Guidelines. Data to be found Starts interoperability. Decision making based on Quality Relevance Time Geography Metadata Existing Guidelines ADQ AIXM Workshop 10 December 2013 Eduard Porosnicu EUROCONTROL DSR/CMN/IM Metadata allows Data to be found Starts interoperability Decision making based on Quality Relevance

More information

User Guide to the OECD Product Release and Exposure Data Warehouse

User Guide to the OECD Product Release and Exposure Data Warehouse User Guide to the OECD Product Release and Exposure Data Warehouse 1 2 Table of Contents Table of Contents... 2 1. Introduction... 3 2. Database Contents and Form Relationships... 4 3. Main Menu... 5 4.

More information

WISE WFD reference spatial data sets

WISE WFD reference spatial data sets WISE WFD reference spatial data sets Technical Report Version 1.1 2017-07-14 Contents Summary... 1 Data content... 2 Data processing... 5 Data policy... 8 References... 9 Annex 1 - Data sources... 10 Annex

More information

IPR implementation EEA perspective. Road map to AQ e-reporting March 2012

IPR implementation EEA perspective. Road map to AQ e-reporting March 2012 IPR implementation EEA perspective Valentin Foltescu Road map to AQ e-reporting March 2012 according to the Commission decision laying down the rules IPR implementing Directives 2004/107/EC and 2008/50/EC

More information

SoundPLAN Special 4/2012

SoundPLAN Special 4/2012 If you are not a SoundPLAN user and want to experiment with the capabilities of the Facade Noise Map to see how easy it is to get EU noise statistics, please feel free to download the demo version from

More information

dfrc.ch November

dfrc.ch November This document contains proprietary information CONTACT DATE VERSION info@ dfrc.ch November 2014 1.2 TABLE OF CONTENTS API Overview... 2 Site Population Types Query... 2 Site Regions Query... 3 General

More information

MRI-Settlements (MRI-S) For RC Interface Specification

MRI-Settlements (MRI-S) For RC Interface Specification Doc ID: GNFDMDEHU6BB-46-46 Page of 5 MRI-Settlements (MRI-S) For RC Interface Specification Date Created: //208 RCSI ISO Interface Specification Date Created: //208 Location of Revision History Date Version

More information

Metadata of geographic information

Metadata of geographic information Metadata of geographic information Kai Koistinen Management of environmental data and information 4.10.2017 Topics Metadata of geographic information What is metadata? Metadata standards and recommendations

More information

Commission Action Plan on Environmental Compliance and Governance

Commission Action Plan on Environmental Compliance and Governance EUROSAI Working Group on Environmental Auditing Spring Session on Environmental Governance 26-27 April 2018, Helsinki Commission Action Plan on Environmental Compliance and Governance COMMISSION PACKAGE

More information

Sensor Web Enablement. Installation Guide for Sensor Observation Service with Generalizer, Diagram and KML extension Version 2.0

Sensor Web Enablement. Installation Guide for Sensor Observation Service with Generalizer, Diagram and KML extension Version 2.0 Installation Guide for Sensor Observation Service with Generalizer, Diagram and KML extension Version 2.0 Revision Number Document Change Control Date Of Issue Author(s) Brief Description Of Changes 0.1

More information

Configuring a WMS Feature Source

Configuring a WMS Feature Source Configuring a WMS Feature Source Overview This document describes how to specify additional configuration options for a MapGuide WMS feature source (i.e., configuring the GetMap request that is generated

More information

SEIS. (Shared Environmental Information System) From concept to information services

SEIS. (Shared Environmental Information System) From concept to information services SEIS (Shared Environmental Information System) From concept to information services Stefan Jensen EEA supported by Sheila Cryan and Jon Maidens GSDI 11, Rotterdam 19.6.2009 What is SEIS is about... Sharing

More information

GUIDELINES ON THE USE OF SIRIM QAS INTERNATIONAL MANAGEMENT SYSTEM CERTIFICATION MARKS

GUIDELINES ON THE USE OF SIRIM QAS INTERNATIONAL MANAGEMENT SYSTEM CERTIFICATION MARKS GUIDELINES ON THE USE OF SIRIM QAS INTERNATIONAL MANAGEMENT SYSTEM CERTIFICATION MARKS These guidelines specify how SIRIM QAS International s management system certification marks shall be depicted and

More information

AEM REPORTING FOR VERIFIERS IN ETSWAP. Climate, Resource and Research Environmental Protection Agency Ireland

AEM REPORTING FOR VERIFIERS IN ETSWAP. Climate, Resource and Research Environmental Protection Agency Ireland AEM REPORTING FOR VERIFIERS IN ETSWAP Climate, Resource and Research Environmental Protection Agency Ireland OVERVIEW WEBINAR FOR ETSWAP INTRODUCTION Using the webinar ETSWAP Some housekeeping tips and

More information

WCS2.1 Met-Ocean. 16 th Workshop on Operational Systems. Crown copyright Met Office

WCS2.1 Met-Ocean. 16 th Workshop on Operational Systems. Crown copyright Met Office WCS2.1 Met-Ocean 16 th Workshop on Operational Systems Crown copyright Met Office A Revolutionary Approach to Multi- Dimensional Data Access of Gridded Datasets Using Current and Proposed OGC Web Coverage

More information

Application Notes for Symon Enterprise Server with Avaya IQ 5.2 Issue 1.0

Application Notes for Symon Enterprise Server with Avaya IQ 5.2 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Symon Enterprise Server with Avaya IQ 5.2 Issue 1.0 Abstract These Application Notes describe the configuration steps required for Symon

More information

Technical specifications AnaCredit Version

Technical specifications AnaCredit Version Technical specifications AnaCredit Version 1.0.12 Banque centrale du Luxembourg Contents 1 Scope... 4 2 Acronyms... 4 3 Introduction... 4 4 Message file... 7 4.1 File naming convention... 7 4.1.1 For counterparty

More information

Exploitation towards Thematic Communities, Training Framework and stakeholders involvement

Exploitation towards Thematic Communities, Training Framework and stakeholders involvement Exploitation towards Thematic Communities, Training Framework and stakeholders involvement Giorgio Saio GISIG eenvplus Workshop INSPIRE Conference, Florence (IT), 24 June 2013 Exploitation prospects eenvplus

More information

Application Notes for IVS Enterprise Server by RMG Networks with Avaya Call Management System R17.0.x Issue 1.0

Application Notes for IVS Enterprise Server by RMG Networks with Avaya Call Management System R17.0.x Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for IVS Enterprise Server by RMG Networks with Avaya Call Management System R17.0.x Issue 1.0 Abstract These Application Notes describe the

More information

GBB (WA) REPORT APPLICATION PROGRAMMING INTERFACE (API) VERSION 1.5

GBB (WA) REPORT APPLICATION PROGRAMMING INTERFACE (API) VERSION 1.5 GBB (WA) REPORT APPLICATION PROGRAMMING INTERFACE (API) VERSION 1.5 Published: November 2015 IMPORTANT NOTICE Purpose AEMO has prepared this document to provide information about the GBB (WA) report application

More information

HEAT DENSITY MAPS OF EUROPE AND WAYS TO IMPROVE THE ACCURACY

HEAT DENSITY MAPS OF EUROPE AND WAYS TO IMPROVE THE ACCURACY HEAT DENSITY MAPS OF EUROPE AND WAYS TO IMPROVE THE ACCURACY Mostafa Fallahnejad 5 Sep. 2017 TU Wien - Energy Economics Group (EEG) Contents Importance of heat density maps Heat density maps in Europe

More information

Minnesota Business and Lien System (MBLS)

Minnesota Business and Lien System (MBLS) Minnesota Business and Lien System (MBLS) CNS Buyer Implementation Guide March 24, 2016 CONTENTS Introduction... 2 Section One - Administrative... 2 Registration... 2 List Fulfillment... 2 CNS Standard

More information

Sub-national dimensions of INSPIRE

Sub-national dimensions of INSPIRE www.eurogeographics.org CONNECTING YOU TO THE Sub-national dimensions of INSPIRE SDIs in the evolving EU society Dave Lovell, Secretary General and Executive Director 24 June 2013 Copyright 2013 EuroGeographics

More information

Public UBS MTF. MiFID II Identifier Management

Public UBS MTF. MiFID II Identifier Management Public UBS MTF MiFID II Identifier Management August 2017 Table of contents 1. Revision History 3 2. Summary 3 2.1. Background 3 2.2. Functionality 4 2.3. Service Access 4 2.4. Interface changes 4 3. Submission

More information

Supporting Growth in Society and Industry Using Statistical Data from Mobile Terminal Networks Overview of Mobile Spatial Statistics

Supporting Growth in Society and Industry Using Statistical Data from Mobile Terminal Networks Overview of Mobile Spatial Statistics Supporting Growth in Society and Industry Using Statistical Data from Mobile Terminal Networks Overview of Mobile Spatial Statistics MSS Estimation Privacy Protection Mobile Spatial Statistics Supporting

More information

Reporting Instructions Double Volume Cap System

Reporting Instructions Double Volume Cap System Reporting Instructions Double Volume Cap System 15 June 2017 ESMA/2016/1524 Date: 15 June2017 ESMA/2016/1524 Document control: Version Date Author Comments 1 26/10/2016 ESMA Version 1 for publication 1.1

More information

Date Change Request. To allow for future flexibility in the values used in the SSAC field, all codified valid values for this field have been removed.

Date Change Request. To allow for future flexibility in the values used in the SSAC field, all codified valid values for this field have been removed. Market Change Request Number Title Priority MCR 0120 New Data s to satisfy new requirements for SEM HIGH Implementation. Date Version Reason For Change 24/10/2006 1.0 Draft for IGG Review 15/11/2006 1.1

More information

If you have any questions regarding this survey, please contact Marcell Reid at or Thank you for your support!

If you have any questions regarding this survey, please contact Marcell Reid at or Thank you for your support! ABBVIE GLOBAL SUPPLIER SUSTAINBILITY PROGRAM Annual Supplier Sustainability As an important supplier to AbbVie, we would like to document and assess your company s activities and progress regarding sustainability

More information

Table of Contents. Series or PN s Product Description PCN# Page#

Table of Contents. Series or PN s Product Description PCN# Page# Table of Contents Series or PN s Product Description PCN# Page# Multiple Manufacture Process Change for Multiple Parts 501263 2 560023-0421, 560023-0421 New Specifications for CTX 50 Terminals in Lincoln

More information

European Commission SGTF Expert Group Findings on Interoperability

European Commission SGTF Expert Group Findings on Interoperability Search Search for: European Commission SGTF Expert Group Findings on Interoperability Dr.-Ing. Manuel Sánchez Jiménez Team Leader Smart Grids Directorate General for Energy European Commission Energy Smart

More information

Automating the web publishing process of environmental data by using semantic annotations

Automating the web publishing process of environmental data by using semantic annotations Automating the web publishing process of environmental data by using semantic annotations Jürgen Moßgraber Fraunhofer IOSB Fraunhoferstraße 1 76131 Karlsruhe juergen.mossgraber@iosb.fraunhofer.de Désirée

More information

Interactive Remote Access FERC Remote Access Study Compliance Workshop October 27, Eric Weston Compliance Auditor Cyber Security.

Interactive Remote Access FERC Remote Access Study Compliance Workshop October 27, Eric Weston Compliance Auditor Cyber Security. Interactive Remote Access Compliance Workshop October 27, 2016 Eric Weston Compliance Auditor Cyber Security 2 Agenda Interactive Remote Access Overview Review of Use Cases and Strategy 1 Interactive Remote

More information

INTERPRETING INITIAL FEEDBACK AND FINAL VALIDATION REPORTS

INTERPRETING INITIAL FEEDBACK AND FINAL VALIDATION REPORTS 1 INTERPRETING INITIAL FEEDBACK AND FINAL VALIDATION REPORTS REPORT FORMATS...2 MDS INITIAL FEEDBACK REPORT...2 MDS FINAL VALIDATION REPORT FORMAT...3 RECORD TYPE DEFINITIONS...4 REPORT FIELD DESCRIPTIONS

More information

GICCS Clearing Agent Declaration Creation

GICCS Clearing Agent Declaration Creation 1. Introduction The GICCS Portal offers Clearing Agents the ability to create a Declaration online. The process is explained below. 2. Navigate to GICCS Portal Page Type the link https://giccs.gcnetghana.com

More information

edm Error Dictionary RESOLUTION STEPS 1) This error occurs in conjunction with error "cvc id.2: There are multiple occurrences of ID value.

edm Error Dictionary RESOLUTION STEPS 1) This error occurs in conjunction with error cvc id.2: There are multiple occurrences of ID value. cvc attribute.3 The value '' of attribute 'id' on element 'XXXXXXXXX' is not valid with respect to its type, 'ID'. Attribute 'id' is invalid. An Attribute type restricts its valid values to follow certain

More information

Οnline privacy tools for the general public. European Union Agency for Network and Information Security 1

Οnline privacy tools for the general public. European Union Agency for Network and Information Security  1 Οnline privacy tools for the general public European Union Agency for Network and Information Security www.enisa.europa.eu 1 Background Increasing need for preservation of online & mobile privacy. Numerous

More information

REMIT. Guidance on the implementation of web feeds for Inside Information Platforms

REMIT. Guidance on the implementation of web feeds for Inside Information Platforms REMIT Guidance on the implementation of web feeds for Inside Information Platforms Version 2.0 13 December 2018 Agency for the Cooperation of Energy Regulators Trg Republike 3 1000 Ljubljana, Slovenia

More information

EUDRACT V7.0 USER MANUAL (PUBLIC WEBSITE)

EUDRACT V7.0 USER MANUAL (PUBLIC WEBSITE) EUDRACT V7.0 USER MANUAL (PUBLIC WEBSITE) Version Date : 0.4 : June 2009 Page 1 of 103 CONTENTS 1 ABOUT THIS DOCUMENT...5 2 SYSTEM OVERVIEW...5 2.1 GENERAL...5 2.1.1 Entering Data...5 2.1.2 Saving and

More information

Job Aid Introduction to Importing

Job Aid Introduction to Importing Importing in CRA Wiz is completed through a wizard that takes you step by step through the process. Below is a description of those steps and what each screen means for importing. Select Type of Importing

More information

Delivery guide for Environmental Noise Data:

Delivery guide for Environmental Noise Data: Delivery guide for Environmental Noise Data: DF0: Definition of reporting structure Type of Document: Draft guidelines Annex DF0 Prepared by: Colin Nugent, Núria Blanes, Jaume Fons, Miquel Sáinz de la

More information

STORK PRESENTATION. STORK Overview STePS workshop, 17 June Herbert Leitold. Stork is an EU co funded project INFSO ICT PSP

STORK PRESENTATION. STORK Overview STePS workshop, 17 June Herbert Leitold. Stork is an EU co funded project INFSO ICT PSP STORK PRESENTATION STORK Overview STePS workshop, 17 June 2009 Herbert Leitold Stork is an EU co funded project INFSO ICT PSP 224993 Contents Overview Members and Work Packages Interoperability Models

More information

EU GDPR & ISO Integrated Documentation Toolkit https://advisera.com/eugdpracademy/eu-gdpr-iso integrated-documentation-toolkit

EU GDPR & ISO Integrated Documentation Toolkit https://advisera.com/eugdpracademy/eu-gdpr-iso integrated-documentation-toolkit EU GDPR & https://advisera.com/eugdpracademy/eu-gdpr-iso-27001-integrated-documentation-toolkit Note: The documentation should preferably be implemented in the order in which it is listed here. The order

More information

Structured Implementation and Information Frameworks (SIIFs) with the Urban Waste Water Treatment Directive

Structured Implementation and Information Frameworks (SIIFs) with the Urban Waste Water Treatment Directive Improving waste water management support from the European Structural and Investment Funds 4 th meeting of the CoR/EC Technical Platform for Cooperation on the Environment Wednesday 8 October 2014 Structured

More information

STORING DATA: DISK AND FILES

STORING DATA: DISK AND FILES STORING DATA: DISK AND FILES CS 564- Fall 2016 ACKs: Dan Suciu, Jignesh Patel, AnHai Doan MANAGING DISK SPACE The disk space is organized into files Files are made up of pages s contain records 2 FILE

More information

EUDRACT USER MANUAL (PUBLIC WEBSITE)

EUDRACT USER MANUAL (PUBLIC WEBSITE) EUDRACT USER MANUAL (PUBLIC WEBSITE) Reference : EUD134 Version : 1.3 Date : April 2004 1995-2004 EMEA Page 1 of 73 CONTENTS 1 ABOUT THIS DOCUMENT... 4 2 SYSTEM OVERVIEW... 4 2.1 GENERAL... 4 2.1.1 Entering

More information

FCA Financial Instruments Reference Data System Instructions on access and download of full and delta reference files.

FCA Financial Instruments Reference Data System Instructions on access and download of full and delta reference files. FCA Financial Instruments Reference Data System Instructions on access and download of full and delta reference files February 2019 1 Introduction The FCA Financial Instruments Reference Data System (FCA

More information

file:///c:/helptrunk/helptekst/king_queen/content/_engels/specifications xml file with digital doc...

file:///c:/helptrunk/helptekst/king_queen/content/_engels/specifications xml file with digital doc... This program allows you to add digital documents in King. This XML file has to meet several requirements, otherwise King cannot import the data! After the documents have been imported, the XML file with

More information

User Manual for Reporting Tools on Article 12 (Birds Directive) & Article 17 (Habitats Directive)

User Manual for Reporting Tools on Article 12 (Birds Directive) & Article 17 (Habitats Directive) User Manual for Reporting Tools on Article 12 (Birds Directive) & Article 17 (Habitats Directive) Prepared by Brian Mac Sharry and Zelmira Sipkova (MNHN) Version 1 Date: 24 th April 2012 EEA European Topic

More information

Sending Documents to Tenstreet API Guide (rev 06/2017)

Sending Documents to Tenstreet API Guide (rev 06/2017) Sending Documents to Tenstreet API Guide (rev 06/2017) Contents Introduction... 1 Agreements and Acknowledgements... 2 Understanding the API... 2 Debugging... 2 Logging... 2 Data Accuracy... 2 Support

More information

eidas Workshop Return on Experience from Conformity Assessment Bodies - EY June 13, 2016 Contacts: Arvid Vermote

eidas Workshop Return on Experience from Conformity Assessment Bodies - EY June 13, 2016 Contacts: Arvid Vermote eidas Workshop Return on Experience from Conformity Assessment Bodies - EY June 13, 2016 Contacts: Arvid Vermote arvid.vermote@be.ey.com EY eidas Certification scheme Scheme EY CertifyPoint B.V. is currently

More information

Deliverable 5.2 Annex B Implementing the MESMA Metadata Profile on GeoNetwork 2.6.0

Deliverable 5.2 Annex B Implementing the MESMA Metadata Profile on GeoNetwork 2.6.0 Deliverable 5.2 Annex B Implementing the MESMA Metadata Profile on GeoNetwork 2.6.0 WP Leader: Gerry Sutton Coastal & Marine Resource Centre, University College Cork (Partner 8, UCC Cork, Ireland) Author:

More information

Reduce security analysis time from hours to minutes by enriching your events Amit Khandekar, Sr. Solution Architect

Reduce security analysis time from hours to minutes by enriching your events Amit Khandekar, Sr. Solution Architect Reduce security analysis time from hours to minutes by enriching your events Amit Khandekar, Sr. Solution Architect #HPProtect Security incident analysis flow and data required Incident analysis overview

More information

C exam.34q C IBM InfoSphere QualityStage v9.1 Solution Developer

C exam.34q   C IBM InfoSphere QualityStage v9.1 Solution Developer C2090-304.exam.34q Number: C2090-304 Passing Score: 800 Time Limit: 120 min C2090-304 IBM InfoSphere QualityStage v9.1 Solution Developer Exam A QUESTION 1 You re-ran a job to update the standardized data.

More information

OGC Moving Features Access

OGC Moving Features Access Open Geospatial Consortium Submission Date: 2016-10-30 Approval Date: 2017-01-10 Publication Date: 2017-03-12 External identifier of this OGC document: http://www.opengis.net/doc/is/movingfeatures-access/1.0

More information

Visa invitation letter requests

Visa invitation letter requests Visa invitation letter requests How do I request an invitation letter to apply for a visa to enter the United States and attend IBM Think 2019? It is the responsibility of the requester to determine the

More information

The Scottish Spatial Data Infrastructure (SSDI)

The Scottish Spatial Data Infrastructure (SSDI) The Scottish Spatial Data Infrastructure (SSDI) INSPIRE Conference Istanbul Monday 25 th June 2012 15:55 Geoportals and registries II Tim Duffy BGS Edinburgh (trd@bgs.ac.uk) Shona Nicol Alex Ramage NERC

More information

ANNEX ANNEX. to the COMMISSION IMPLEMENTING REGULATION (EU)

ANNEX ANNEX. to the COMMISSION IMPLEMENTING REGULATION (EU) Ref. Ares(2018)1944240-11/04/2018 EUROPEAN COMMISSION Brussels, XXX [ ](2018) XXX draft ANNEX ANNEX to the COMMISSION IMPLEMENTING REGULATION (EU) laying down minimum requirements implementing the provisions

More information