1 / 16

Transformation sofware AQUI: creating data flows in XML

Transformation sofware AQUI: creating data flows in XML. Patrick van Hooydonk European Topic Centre on Air pollution and Climate change Mitigation (ETC/ACM) Workshop e-Reporting Copenhagen, 18-19 june 2013. Transformation software AQUI creating data flows in XML.

joy
Download Presentation

Transformation sofware AQUI: creating data flows in XML

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

E N D

Presentation Transcript


  1. Transformation sofware AQUI: creating data flows in XML Patrick van Hooydonk European Topic Centre on Air pollution and Climate change Mitigation (ETC/ACM) Workshop e-Reporting Copenhagen, 18-19 june 2013

  2. Transformation software AQUIcreating data flows in XML • Information from EoI/AQQ 2011 in AQUI-database • Mappingrequired information from IPR with information in AQUI • Report AQUI information in XML Workshop e-Reporting

  3. Transformation software AQUIinformation from EoI/AQQ in AQUI-database: EoI Sampling PointProcess Station EoI 2011 Sampling Point Sample Network Workshop e-Reporting

  4. Transformation software AQUIinformation from EoI/AQQ in AQUI-database: AQQ Workshop e-Reporting

  5. Transformation software AQUIinformation from EoI/AQQ inAQUI-database: AQQ Sampling PointProcess Station AQQ 2011 Sampling Point Sample Network Compliance SamplingPoint zone Zone pollutant Assessment regime Workshop e-Reporting

  6. Transformation software AQUIinformation from EoI/AQQ in AQUI-database: additional info Sampling PointProcess Station Additional information in AQUI Sampling Point Sample Nation Network Compliance SamplingPoint Responsible authorities zone Environmental objectives Zone pollutant Assessment regime Workshop e-Reporting

  7. Transformation software AQUImapping IPR with AQUI : data flow B Implementation decision 2011/850/EU (annex II) Sampling PointProcess Station B: information on zones and agglomeration (article 6) Sampling Point Sample Nation Network Responsible authorities Compliance SamplingPoint zone Environmental objectives Zone pollutant Assessment regime Workshop e-Reporting

  8. Transformation software AQUImapping IPR with AQUI : data flow C Implementation decision 2011/850/EU (annex II) Sampling PointProcess Station B: information on zones and agglomeration (article 6) Sampling Point Sample Nation Network C: information on the assessment regime (article 7) Compliance SamplingPoint Responsible authorities zone Environmental objectives Zone pollutant Assessment regime Workshop e-Reporting

  9. Transformation software AQUImapping IPR with AQUI : data flow D Implementation decision 2011/850/EU (annex II) Sampling PointProcess Station B: information on zones and agglomeration (article 6) Sampling Point Sample Nation Network C: information on the assessment regime (article 7) Compliance SamplingPoint Responsible authorities zone D: information on the assessment methods (article 8 and 9) Environmental objectives Zone pollutant Assessment regime Workshop e-Reporting

  10. Transformation software AQUIReport AQUI information in XML: data flow B Sampling PointProcess Feature Collection Station AQD_Reporting Header Reporting Authority Sampling Point Sample Content Nation Network AQD_zone AQD_zone Responsible authorities Compliance SamplingPoint zone AQD_zone Environmental objectives Zone pollutant Assessment regime Workshop e-Reporting

  11. Transformation software AQUIReport AQUI information in XML : data flow C Sampling PointProcess Feature Collection Station AQD_Reporting Header Reporting Authority Sampling Point Sample Content Nation Network CompetentAuthorities Compliance SamplingPoint Responsible authorities AQD_assessment regime zone AQD_assessment regime Environmental objectives Zone pollutant Assessment regime Workshop e-Reporting

  12. Transformation software AQUIReport AQUI information in XML: data flow D Feature Collection AQD_Reporting Header Reporting Authority Content Sampling PointProcess AQD_SamplingPointProcess Station AQD_SamplingPointProcess AQD_network Sampling Point Sample AQD_station Nation Network AQD_SamplingPoint AQD_Sample Compliance SamplingPoint Responsible authorities AQD_SamplingPoint zone AQD_station Environmental objectives Zone pollutant Assessment regime AQD_network Workshop e-Reporting

  13. Transformation software AQUIReport AQUI information in XML : format description 18-19 june 2013 Workshop e-Reporting

  14. Transformation software AQUIReport AQUI information in XML : XML-format <?xml version="1.0" encoding="UTF-8"?> <gml:FeatureCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aqd="http://aqd.ec.europa.eu/aqd/0.3.7c" xmlns:base="http://inspire.ec.europa.eu/schemas/base/3.3rc3/" xmlns:base2="http://inspire.ec.europa.eu/schemas/base2/1.0rc3" xmlns:ef="http://inspire.ec.europa.eu/schemas/ef/3.0rc3" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:ompr="http://inspire.ec.europa.eu/schemas/ompr/2.0rc3" xmlns:sam="http://www.opengis.net/sampling/2.0" xmlns:sams="http://www.opengis.net/samplingSpatial/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:om="http://www.opengis.net/om/2.0" xmlns:swe="http://www.opengis.net/swe/2.0" xmlns:am="http://inspire.ec.europa.eu/schemas/am/3.0rc3" xmlns:ad="urn:x-inspire:specification:gmlas:Addresses:3.0" xmlns:gn="urn:x-inspire:specification:gmlas:GeographicalNames:3.0" xsi:schemaLocation=" http://aqd.ec.europa.eu/aqd/0.3.7c http://dd.eionet.europa.eu/schemas/id2011850eu/AirQualityReporting.xsd http://www.opengis.net/swe/2.0 http://schemas.opengis.net/sweCommon/2.0/swe.xsd" 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> 18-19 june 2013 Workshop e-Reporting

  15. Transformation software AQUIReport AQUI information in XML : link format description->XML <?xmlversion="1.0" encoding="UTF-8"?> <gml:FeatureCollectionxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aqd="http://aqd.ec.europa.eu/aqd/0.3.7c" xmlns:base="http://inspire.ec.europa.eu/schemas/base/3.3rc3/" xmlns:base2="http://inspire.ec.europa.eu/schemas/base2/1.0rc3" xmlns:ef="http://inspire.ec.europa.eu/schemas/ef/3.0rc3" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:ompr="http://inspire.ec.europa.eu/schemas/ompr/2.0rc3" xmlns:sam="http://www.opengis.net/sampling/2.0" xmlns:sams="http://www.opengis.net/samplingSpatial/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:om="http://www.opengis.net/om/2.0" xmlns:swe="http://www.opengis.net/swe/2.0" xmlns:am="http://inspire.ec.europa.eu/schemas/am/3.0rc3" xmlns:ad="urn:x-inspire:specification:gmlas:Addresses:3.0" xmlns:gn="urn:x-inspire:specification:gmlas:GeographicalNames:3.0" xsi:schemaLocation=" http://aqd.ec.europa.eu/aqd/0.3.7c http://dd.eionet.europa.eu/schemas/id2011850eu/AirQualityReporting.xsd http://www.opengis.net/swe/2.0 http://schemas.opengis.net/sweCommon/2.0/swe.xsd" gml:id="[REPORT_GML_IDENTIFICATION]"> <gml:featureMember> <aqd:AQD_ReportingHeadergml:id="[REPORT_DATA_FLOW_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> 18-19 june 2013 Workshop e-Reporting

  16. THANK YOU FOR YOUR ATTENTION 18-19 june 2013 Workshop e-Reporting

More Related