Service Contract based on the restricted procedure No EEA/MDI/14/009 following a call for expression of interest EEA/SES/13/005-CEI

Size: px
Start display at page:

Download "Service Contract based on the restricted procedure No EEA/MDI/14/009 following a call for expression of interest EEA/SES/13/005-CEI"

Transcription

1 Service Contract based on the restricted procedure No EEA/MDI/14/009 following a call for expression of interest EEA/SES/13/005-CEI Final Report Assistance to the EEA in the production of the new CORINE Land Cover (CLC) inventory, including the support to the harmonisation of national monitoring for integration at pan-european level Task 3 - Data model description Prepared by: Gebhard Banko 30. December 2014 Version 1.0

2 Restricted procedure No EEA/MDI/14/009 following a call for expression of interest EEA/SES/13/005-CEI Legal notice The contents of this publication were created by the contractor under EEA service contract No. 3436/B2014/R0-GIO/EEA and do not necessarily reflect the official opinions of the European Commission or other institutions of the European Union. Neither the European Environment Agency nor any person or company acting on behalf of the Agency is responsible for the use that may be made of the information contained in this report. Copyright notice EEA, Copenhagen, 2014 Reproduction is authorised, provided the source is acknowledged, save where otherwise stated.

3 EAGLE DATA MODEL DESCRIPTION BASIC ELEMENTS The central classes of the EAGLE data model are the LandCoverUnit (LCU) and the LandCoverComponent (LCC). The LCU can be considered the most elementary mapped area, as it is the element used to store the geometry, representing a homogeneous piece of land able to be delineated from the neighbor scopes. The LCU can then be composed of several LCC to describe the landscape. This description can be done as pure land cover components (e.g. bare rock, building, trees, etc.) or compositions of these pure components. The LCCs may specify their quantitative relevance within the LCU (e.g. percentage of covered area), but the geometries of the constituent LCCs do not belong to EAGLE model and thus are not stored (usually because the area of the components is below the threshold of the specified minimum mapping unit or their geometries as isolated components are considered irrelevant or unknown). GML EAGLELandCoverVector_Base 0..1 LandCov erdataset + levelofdetail: LevelOfDetailType + metadata: EAGLEMetadataType element 1..* LandCov erunit + cultivationpractice: CultivationPracticeValue [0..1] + ecosystem: EcosystemType [0..1] + environmentalzone: EnvironmentalZoneType [0..1] + heightzone: HeightZoneValue [0..1] + spatialcontext: SpatialContextValue [0..1] + tidalinfluence: boolean [0..1] «ExistingLandUse» + existinglanduse: LandUseType [0..1] 1 0..* + occurence: OccurenceType + overlaying: boolean [0..1] AbstractLandCoverComponent «lifecycleinfo» + beginlifespanversion: DateTime + endlifespanversion: DateTime [0..1] «ExistingLandUse» + existinglanduse: LandUseType [0..1] «time» + timedimension: TimeDimensionType [0..1] 1..* 1 SpatialComposition + built-uppattern: Built-upPatternValue [0..1] + linearpattern: LinearPatternValue [0..1] + lineartechnicalnetwork: LinearTechnicalNetworkValue [0..1] + spatialpattern: SpatialPatternValue [0..1] LandCoverComponent + status: StatusType [0..*] + surfacemodification: SurfaceModificationValue [0..1] constraints {urbanpatternonlyforsealedlandcovercomponents}

4 The LCCs are modelled as a hierarchy of classes taking as root AbstractLandCoverComponent, abstract concept that involves those all common characteristics for pure LCC and sets of them. The hierarchy can be divided on pure land cover components (LandCoverComponent class) and SpatialComposition components set. The pure components are divided further into more specific classes (Abiotic/Non-vegetated, Biotic/Vegetation and Water), which in turn are divided into even more specific classes (e.g. Artificial and NaturalMaterial are specializations of Abiotic/Nonvegetated). A SpatialComposition component can be composed of pure land cover components or nested spatial compositions that are grouped following a specific spatial pattern (mosaic, homogeneous, scattered, etc.). To map a specific landscape feature, the most specific land cover component class should be applied according to the available information (e.g. we should use RegularGraminaceous class if we have enough information to know this is the best-fitting class, but we could use just Graminaceous or Herbaceous if not enough information is available to use the most specific class). The LCCs can specify their presence and weight within the LCU or the enclosing SpatialCompsition by using the occurrence attribute. This attribute can be applied in different ways to either express the relative area of the LCC compared with the LCU (PercentageOccurrence), the presence or absence of the LCC (PressenceOccurrence) or the number of elements (CountableOccurrence). Both LCC and LCU have several attributes to further define the landscape. The attributes available on LCUs tend to be more generic as they apply to the whole unit (e.g. heightzone, tidalinfluence, environmentalzone, etc), while most LCC attributes only apply to a single component so they are more specific (e.g. leaftype is only available on Woody components and its descendant classes). Another important class of the EAGLE model is the LandCoverDataset, which is composed of one or more LCUs mapped at the same spatial detail level (mapping scale). The datasets can have a hierarchical relationship with other datasets, meaning that a given dataset is a generalization (coarser mapping scale) of another dataset. In this way it is possible to store land cover information at several generalization levels within the same database and keep the relationship between these levels. EAGLE AND INSPIRE The EAGLE data model is grounded in the INSPIRE data specifications. As the model is targeted to describe both land use and land cover aspects of land monitoring, the EAGLE model extends the INSPIRE data model for Land Cover and includes the most relevant aspects of Land Use data specifications.

5 In particular, EAGLE LandCoverDataset and LandCoverUnit extend INSPIRE LandCoverDataset and LandCoverUnit from Land Cover data specification (LandCoverExtension model). This implies that the geometry is bound to the LandCoverUnit which has at least one LandCoverObservation. While EAGLE proposes the use of an object oriented description (the land cover components) of the observed land cover, the INSPIRE LandCoverObservation (based on a traditional set of categories encoded as a code list) is still convenient for storing a backwards-compatible land cover value (e.g. a CORINE Land Cover class or a category from a national methodology). The EAGLE data model integrates descriptors related to other INSPIRE data specifications (e.g. biogeographical regions, ecosystems, buildings, etc). Whenever possible, these descriptors are encoded using the same code list included in the related data specification (e.g. EUNIS for ecosystems, HILUCS for land use, etc.) [expand this description]. In this way, the EAGLE data model fulfills all the requirement of the INSPIRE Land Cover data model and adds additional objects and attributes to allow a richer and more flexible set of descriptors for land cover, land use and other observed characteristics. GML EAGLELandCoverVector_Base INSPIRE Land Cover LandCov ernomenclature::landcov ernomenclature + inspireid: Identifier + nomenclaturecodelist: URI + responsibleparty: RelatedParty «voidable» + embeddeddescription: LC_LandCoverClassificationSystem [0..1] + externaldescription: DocumentCitation [0..*] LandCov ervector::landcov erdataset + extent: EX_Extent + inspireid: Identifier + name: CharacterString + nomenclaturedocumentation: LandCoverNomenclature «voidable, lifecycleinfo» + beginlifespanversion: DateTime + endlifespanversion: DateTime [0..1] «voidable» + validfrom: Date + validto: Date LandCov erextension::landcov erdataset LandCov erdataset + nomenclaturedocumentationextended: LandCoverNomenclature [0..*] {ordered} + levelofdetail: LevelOfDetailType + metadata: EAGLEMetadataType element 1..* +member 1..* LandCov ervector::landcov erunit + geometry: GM_Object + inspireid: Identifier + landcoverobservation: LandCoverObservation [1..*] «voidable, lifecycleinfo» + beginlifespanversion: DateTime + endlifespanversion: DateTime [0..1] LandCov erextension::landcov erunit + landcoverobservationextended: LandCoverObservation [0..*] {ordered} + parametricobservation [0..*] ::LandCoverUnit + geometry: GM_Object + inspireid: Identifier + landcoverobservation: LandCoverObservation [1..*] «voidable, lifecycleinfo» ::LandCoverUnit + beginlifespanversion: DateTime + endlifespanversion: DateTime [0..1] constraints ::LandCoverUnit { geometryiskindofgm_pointorgm_surface } +element 1..* LandCov erunit + cultivationpractice: CultivationPracticeValue [0..1] + ecosystem: EcosystemType [0..1] + environmentalzone: EnvironmentalZoneType [0..1] + heightzone: HeightZoneValue [0..1] + spatialcontext: SpatialContextValue [0..1] + tidalinfluence: boolean [0..1] «ExistingLandUse» + existinglanduse: LandUseType [0..1] LandCov ervector:: LandCov erobserv ation + class: LandCoverClassValue «voidable» + mosaic: LandCoverValue [1..*] + observationdate: DateTime «codelist» ParameterTypeValue + crowcoverdensity + soilsealingdegree LandCoverExtension:: ParameterType + name: ParameterTypeValue «voidable» + observationdate: Date Data value of 'name' has been changed from characterstring to a extensible codelist. Benefits: only controled values allowed. LandCov ervector:: LandCov ervalue + class: LandCoverClassValue «voidable» + coveredpercentage: Integer LandCov erextension:: PercentageParameter LandCov erextension:: CountableParameter LandCov erextension:: PresenceParameter + coveredpercentage: Number + count: Number + present: Boolean The modelling of land use is integrated on EAGLE at the LCU level and also at the LCC level. The purpose of first one is to define the land use applicable to the whole unit, while the second one is

6 provided to encode the specific land use on each LCC. In both cases, the land use has been modelled using the LandUseType, which is a flexible type which can combine the HILUCS classification (mandatory) with an optional or custom classification, in term of EAGLE scope it has been defined a EAGLELandUseClassificationSystem that enhances HILUCS classes for some specific land uses. Each EAGLE land use class is included in one HILUCS class, and this relation is expressed by the hierarchical code in the class label. class EAGLELandCoverVector_DataTypesAndLists LandUseType + hilucslanduse: HILUCSValue + hilucspresence: HILUCSPresence [0..1] + specificlanduse: LandUseClassificationValue [0..1] + specificlandusepresence: SpecificPercentage [0..1] INSPIRE Land Use «union» Land Use Nomenclature::SpecificPresence + orderedlist: LandUseClassificationValue [1..*] {ordered} + percentagelist: SpecificPercentage [1..*] «union» Land Use Nomenclature::HILUCSPresence + orderedlist: HILUCSValue [1..*] {ordered} + percentagelist: HILUCSPercentage [1..*] Land Use Nomenclature::SpecificPercentage + percentage: Integer + specificvalue: LandUseClassificationValue Land Use Nomenclature::HILUCSPercentage + hilucsvalue: HILUCSValue + percentage: Integer «codelist» Land Use Nomenclature::LandUseClassificationValue tags asdictionary = true extensibility = any vocabulary = xsdencodingrule = iso19136_2007_inspire_extensions «codelist» Land Use Nomenclature::HILUCSValue tags asdictionary = true extensibility = none vocabulary = xsdencodingrule = iso19136_2007_inspire_extensions «codelist» EAGLELandUseClassificationSystem + 1_3_3_1_Salines + 1_3_X_SurfaceMining + 3_3_5_1_CementeryServices + 3_4_1_1_IndoorCulturalServices + 3_4_1_2_OutdoorCulturalServices + 3_4_3_1_GolfCourse + 3_4_3_2_SkiPistes + 3_4_3_3_OutDoorRacingCourses + 3_4_3_4_SportHalls + 3_4_3_5_Stadiums - 3_4_3_6_SwimmingPools + 3_4_4_1_UrbanGreeneryAndParks + 3_4_5_1_2_Allotment Gardens + 4_3_2_1_FreshWaterFacilities + 4_3_2_2_SewageWaterAndTreatmentFacilities According INSPIRE Data Specification on Land Use, it is possible to create or use an alternative land use classification system together HILUCS. This classification system will be a sub-codelist of LandUseClassificationSystem that will be defined and maintained by the responsible organization, not by INSPRIE. Also it is required to supply a mapping between classes on HILUCS and the alternative classification system. EAGLE proposes a codelist that contains specialized land use classes not represented in HILUCS that will be used to describe in a more detailed aspect. Each EAGLE land use is included in one HILUCS class, and this relation is expressed by the hierarchical code in the class label. EAGLE land use classes have to be used always together with original parent HILUCS classes. The simplest usage of the LandUseType (attributing a single land use class to the LCU or the LCC) involves filling the hilucslanduse attribute, which is a direct reference to a HILUCS class using HILUCS code. When the HILUCS classification is not specific enough for the modelling exercise, then the specificlanduse attribute can be used (in addition to hilucslanduse) to encode this specific land use using an alternative classification system. EAGLE land use classes have to be used always together with original parent HILUCS classes.

7 If a more complex and flexible description of land use is required, then the LandUseType provides the hilucspresence and specificlandusepresence attributes. These attributes can be used to attach to LCU or LCC, an ordered list of land uses (by order of importance), or a list of presence percentage of land uses. The INSPIRE data specification for land use defines two different types of land use: existing land use ( which objectively depicts the use and functions of a territory as it has been and effectively still is in real life ) and planned land use ( which corresponds to spatial plans, defined by spatial planning authorities, depicting the possible utilization of the land in the future ). The EAGLE data model focuses only on existing land use, as the planned land use is beyond the scope of a land cover/land use monitoring methodology. TEMPORAL ASPECTS The EAGLE data model has been designed for modelling temporal aspects of land monitoring, such as land cover changes or recurring phaenomena (e.g. flooding, snow fall, etc.). The timedimension attribute of the LCC is used to specify these temporal aspects by using the TimeDimensionType, which is a flexible type that allows specifying: Seasonal frequency for the number of changes per year (for recurring events or status), using the recurringfrequency attribute Seasonal duration for the length of a time interval of an event or status (measured in years, months, days, hours, etc.), using the duration attribute Period of an event or status which is limited by two definite positions in time (temporal validity of the LCC), using the period attribute The TimeDimensionType is built on the top of ISO s temporal schema (ISO 19108:2002), so TM_Duration is used to encode the seasonal duration and TM_Period is used to encode the temporal validity. Note that the LCU is considered to be constant for a given dataset, so it has no associated time dimension. OVERLAYING LCCs The land cover description is an abstraction of the reality and it becomes quite natural to flatten reality in order to model it on a land cover database. The EAGLE data model has chosen this approach, so (generally speaking) no vertical strata information is stored. However, there are some temporary phaenomena (snow cover, flooding, etc.) that are likely to be captured on the database while we still want to record the permanent cover underneath. For these specific cases, the LCCs have an overlay attribute which indicates whether they lay on the standard EAGLE plane or on an overlaying plane. This attribute is reserved for these specific temporary uses and it is not recommended to abuse it for modelling more complex vertical strata (rivers under bridges, etc.). Leaving alone these overlaying components, all the rest of the reality is considered to be on a single plane (from the land cover modeling point of view) and therefore the sum of all nonoverlaying LCCs must be equal or lower than 100% of the related LCU (for any specific temporal instant).

8 RASTER DATASETS One of the requirements for EAGLE data model is to make possible the representation of raster data. There are fundamental datasets in this format (i.e. Copernicus High Resolution Layers, Global Land Cover, etc.) and the proposed EAGLE data model should facilitate and help dealing with this issue. EAGLE data model is aligned with INSPIRE specifications on land cover and land use and ISO standards, for this reason the raster development in EAGLE must follow the INSPIRE proposed features and attributes, established from ISO standard about coverages. As it can be seen in the following application schema for raster data, EAGLE only adds some attribution at level of land cover coverage to describe it in the same way that vector datasets: metadata, level of detail and possibility of reflexive relationships between coverages. In order to reproduce adequately the main coverage attributes defined by ISO 19123, EAGLE documentation offers some description of them and key guidelines about their implementation

9 for the most common raster datasets examples. Particular aspects of ISO coverages encoding are not dealt in the present document. - coveragefunction: Describe the main aspects of coverage function itself, such as ordering of values, main description, documentation reference or staring point. Dataset coveragefunction.coveragema ppingrule.ruledefinition coveragefunction. CoverageMappingRule. rulereference.xlink_href coveragefunction.gridfunctio n.sequencerule (in most of raster data, the values are stored in linear way) coveragefunction.gridfunctio n.startpoint (in most of raster data, the origin for storing is the top telf corner) Imperviousness degree Degree of imperviousness on land surface us.eu/ Forest type Type of forest depending on leaf type icus.eu/ Water Presence of water on land icus.eu/ Linear linear linear linear Rasterized CLC CORINE Land Cover in rater format Top left corner Top left corner Top left corner Top left corner - rangetype: Describe the range of values that the coverage can represent. It is used a complex type to document the possibility of values, called RecordType. Each information dimension stored in the dataset needs the use of a one recordtype instance. If only land cover data is represented, there will be only one information dimension. If land use data is also stored inside the coverage, there will be other recordtype. The main attributes to be filled for each recordtype are shown below, together with some examples: Dataset Imperviousness degree Forest type Water Rasterized CLC

10 rangetype.datarecord.quantit y.description rangetype.datarecord.quantit y.uom rangetype.datarecord.quantit y.constraint.allowedvalues rangetype.datarecord.quantit y.nilvalues Degree Type Presence Type Percentage Classes of forest Boolean Classes Broadleaved, coniferous, mixed, no-forest <0 and >100 Distinct values of previous ones Water, no-water Distinct values of previous ones CORINE Land Cover nomenclature Distinct values of previous ones - domainset: Describe the scope where the coverage is reproduced, such as geographic limits, Cartesian definition, etc. Dataset domainset.rectifiedgrid.limits. GridEnvelope.low domainset.rectifiedgrid.limits. GridEnvelope.high (together low parameter, offers the number of pixels) domainset.rectifiedgrid. axislabels domainset.rectifiedgrid.origin.point.pos (geographic starting point) domainset.rectifiedgrid.offset Vector{} (possible offset form the origin) Imperviousness degree Forest type Water (0,0) (0,0) (0,0) (0,0) Rasterized CLC (1000,1000) (1000,1000) (1000,1000) (1000,1000) (x,y) (x,y) (x,y) (x,y) , ) , ) , ) (0,0) (0,0) (0,0) (0,0) , ) - rangeset: Set of pixel values. In terms of ISO encoding, the pixel values can be stored in 3 different ways. o 1) Multipart representation. This is composed of: 1st Part: GML Part (gmlcov:rectifiedgridcoverage) - This is the structure of the coverage in GML, without the values. 2nd Part: The Range Set of the coverage (the values), encoded using a well-known binary format e.g. TIFF / GeoTIFF (*) - but embedded in the 1st Part. o 2) External file encoding. This is composed of: 1st Part: GML Part (gmlcov:rectifiedgridcoverage) - This is the structure of the coverage in GML, without the values. 2nd Part: The Range Set of the coverage (the values), encoded using an external well-known binary format (linking it using gml:file) e.g. TIFF / GeoTIFF (*). This is the example that is shown below. o 3) Inline encoding. The Range Set of the coverage is encoded within the XML inline (using the "DataBlock" element). Type of encoding no applicable for big volumes of data because would generate much bigger GML files.

11 Dataset rangeset.file.filereference (it should be allow attached image, webservice, FTP or ATOM) rangeset.file.filestructure (it depends on file format) rangeset.file.mimetype Imperviousness degree hrl_imp_2012) Forest type hrl_ft_2012) Water hrl_w_2012) Rasterized CLC clc_2012) linear) linear) linear) linear) image/tiff) image/tiff) image/tiff) image/tiff)

INSPIRE Land Cover Data Specifications to model fuel maps in Europe: the experience of the ArcFUEL LIFE+ project

INSPIRE Land Cover Data Specifications to model fuel maps in Europe: the experience of the ArcFUEL LIFE+ project INSPIRE Land Cover Data Specifications to model fuel maps in Europe: the experience of the ArcFUEL LIFE+ project Giacomo Martirano Epsilon Italia srl Mendicino (CS), IT g.martirano@epsilon-italia.it INSPIRE

More information

INSPIRE Land Cover and Land Use Data Specifications

INSPIRE Land Cover and Land Use Data Specifications INSPIRE Land Cover and Land Use Data Specifications Lena Hallin-Pihlatie Facilitator of the Land Cover and Land Use INSPIRE Thematic Cluster www.jrc.ec.europa.eu Serving society Stimulating innovation

More information

Pushing implementation of European coverage data and services forward

Pushing implementation of European coverage data and services forward Pushing implementation of European coverage data and services forward Jordi Escriu jordi.escriu@icgc.cat Head of Unit / IDEC - SDI of Catalonia Facilitator INSPIRE Thematic Cluster #3 Elevation, Orthoimagery,

More information

National datasets transformation to INSPIRE specifications with FME

National datasets transformation to INSPIRE specifications with FME http://www.ign.es Instituto Geográfico Nacional National datasets transformation to INSPIRE specifications with FME Land Cover, Land Use and Orthoimageries Julián Delgado Hernández INSPIRE Clusters Presentation

More information

THE OVERALL EAGLE CONCEPT

THE OVERALL EAGLE CONCEPT Sentinel Hub THE OVERALL EAGLE CONCEPT GEBHARD BANKO, 30. MAY 2018, COPENHAGEN ISO TC 211, STANDARDS IN ACTION SEMINAR CONTENT Background and Motivation Criteria and Structure of Data Model Semantic decomposition

More information

WORKSHOP: Interoperable data for environmental management and planning of coastal zone: the LIFE+IMAGINE experience

WORKSHOP: Interoperable data for environmental management and planning of coastal zone: the LIFE+IMAGINE experience WORKSHOP: Interoperable data for environmental management and planning of coastal zone: the LIFE+IMAGINE experience Methodologies for the INSPIRE harmonization and validation of data from LIFE+IMAGINE

More information

Progress of UN-GGIM: Europe Working Group A on Core Data

Progress of UN-GGIM: Europe Working Group A on Core Data INSPIRE KEN 13 December 2016 Progress of UN-GGIM: Europe Working Group A on Core Data François Chirié, Dominique Laurent, IGN France Plan Introduction Objectives of the working group with respect to INSPIRE

More information

Towards a harmonised land monitoring system: NRC bottom-up activities in EAGLE and HELM H

Towards a harmonised land monitoring system: NRC bottom-up activities in EAGLE and HELM H B. Kosztra Towards a harmonised land monitoring system: NRC bottom-up activities in EAGLE and HELM H Gebhard Banko Environment Agency Austria Geoland 2 Forum 18.-19. October 2012 Copenhagen 1 1 NRC * opinion

More information

EAGLE concept, as part of the HELM vision

EAGLE concept, as part of the HELM vision EAGLE concept, as part of the HELM vision EAGLE working group Barbara Kosztra (Hungary), Stephan Arnold (Germany), Lena Hallin-Pihlatie & Elise Järvenpää (Finland) 16.06.2014 HELM / EAGLE Workshop - INSPIRE

More information

European Directive (2007/2/EC) INSPIRE sharing soil data in interoperable way

European Directive (2007/2/EC) INSPIRE sharing soil data in interoperable way European Directive (2007/2/EC) INSPIRE sharing soil data in interoperable way EIONET Workshop on Soil, Ispra, 10 th -12 th December 2012 Robert Tomas, Ph.D European Commission Joint Research Centre Digital

More information

Validation and verification of land cover data Selected challenges from European and national environmental land monitoring

Validation and verification of land cover data Selected challenges from European and national environmental land monitoring Validation and verification of land cover data Selected challenges from European and national environmental land monitoring Gergely Maucha head, Environmental Applications of Remote Sensing Institute of

More information

SIF_7.1_v2. Indicator. Measurement. What should the measurement tell us?

SIF_7.1_v2. Indicator. Measurement. What should the measurement tell us? Indicator 7 Area of natural and semi-natural habitat Measurement 7.1 Area of natural and semi-natural habitat What should the measurement tell us? Natural habitats are considered the land and water areas

More information

EAGLE Data Model and Outcomes of HELM (Harmonised European Land Monitoring)

EAGLE Data Model and Outcomes of HELM (Harmonised European Land Monitoring) EAGLE Data Model and Outcomes of HELM (Harmonised European Land Monitoring) Contribution towards better land information harmonisation and INSPIRE compliance EAGLE working group Stephan Arnold, Barbara

More information

Settlements: A new producción system of GRD in the IGN_ES according to INSPIRE. Eduardo Núñez Maderal, T. Gullón, L.Camón, J.

Settlements: A new producción system of GRD in the IGN_ES according to INSPIRE. Eduardo Núñez Maderal, T. Gullón, L.Camón, J. Settlements: A new producción system of GRD in the IGN_ES according to INSPIRE Eduardo Núñez Maderal, T. Gullón, L.Camón, J. Delgado 1 Geospatial frame Look others User needs Changes Human Resources Look

More information

UK Contribution to the European CORINE Land Cover

UK Contribution to the European CORINE Land Cover Centre for Landscape andwww.le.ac.uk/clcr Climate Research CENTRE FOR Landscape and Climate Research UK Contribution to the European CORINE Land Cover Dr Beth Cole Corine Coordination of Information on

More information

Application Domain Extensions definition for crowd source and Volunteer Geographic Information for smart-cities services deployment.

Application Domain Extensions definition for crowd source and Volunteer Geographic Information for smart-cities services deployment. Application Domain Extensions definition for crowd source and Volunteer Geographic Information for smart-cities services deployment. F. Prandi, R. de Amicis, P. Parslow, M. Ford, E. D Hondt Outlook Introduction

More information

EO Information Services. Assessing Vulnerability in the metropolitan area of Rio de Janeiro (Floods & Landslides) Project

EO Information Services. Assessing Vulnerability in the metropolitan area of Rio de Janeiro (Floods & Landslides) Project EO Information Services in support of Assessing Vulnerability in the metropolitan area of Rio de Janeiro (Floods & Landslides) Project Ricardo Armas, Critical Software SA Haris Kontoes, ISARS NOA World

More information

Open call for tenders No EEA/MDI/14/001

Open call for tenders No EEA/MDI/14/001 1 April 2014 Clarification No 1 Reference: Title: Open call for tenders No EEA/MDI/14/001 Copernicus Initial Operations 2011-2013 - Land Monitoring Service Local Component: riparian zones Question 1 Section

More information

UNSD SEEA-EEA revision 2020

UNSD SEEA-EEA revision 2020 UNSD SEEA-EEA revision 2020 Area 1: Spatial units; introduction Sjoerd Schenau, Patrick Bogaart, Edwin Horlings London group meeting, October 2018 Overview Spatial units in SEEA EEA Main revision issues

More information

The LISA extension to INSPIRE LC/LU data model: The Austrian experience

The LISA extension to INSPIRE LC/LU data model: The Austrian experience The LISA extension to INSPIRE LC/LU data model: The Austrian experience Gebhard Banko, Environment Agency Austria Roland Grillmayer, Environment Agency Austria Wolfgang Stemberger, GeoVille INSPIRE KEN

More information

EAGLE Data Model and Outcomes of HELM (Harmonised European Land Monitoring)

EAGLE Data Model and Outcomes of HELM (Harmonised European Land Monitoring) EAGLE Data Model and Outcomes of HELM (Harmonised European Land Monitoring) Contribution towards better land information harmonisation and INSPIRE compliance EAGLE working group Stephan Arnold, Barbara

More information

Discussion paper on spatial units

Discussion paper on spatial units Discussion paper on spatial units for the Forum of Experts in SEEA Experimental Ecosystem Accounting 2018 Version: 8 June 2018 Prepared by: SEEA EEA Revision Working Group 1 on spatial units (led by Sjoerd

More information

Evaluating Urban Vegetation Cover Using LiDAR and High Resolution Imagery

Evaluating Urban Vegetation Cover Using LiDAR and High Resolution Imagery Evaluating Urban Vegetation Cover Using LiDAR and High Resolution Imagery Y.A. Ayad and D. C. Mendez Clarion University of Pennsylvania Abstract One of the key planning factors in urban and built up environments

More information

LAND COVER CHANGES IN ROMANIA BASED ON CORINE LAND COVER INVENTORY

LAND COVER CHANGES IN ROMANIA BASED ON CORINE LAND COVER INVENTORY LAND COVER CHANGES IN ROMANIA BASED ON CORINE LAND COVER INVENTORY 1990 2012 JENICĂ HANGANU, ADRIAN CONSTANTINESCU * Key-words: CORINE Land Cover inventory, Land cover changes, GIS. Abstract. From 1990

More information

ESBN. Working Group on INSPIRE

ESBN. Working Group on INSPIRE ESBN Working Group on INSPIRE by Marc Van Liedekerke, Endre Dobos and Paul Smits behalf of the WG members WG participants Marc Van Liedekerke Panos Panagos Borut Vrščaj Ivana Kovacikova Erik Obersteiner

More information

INSPIRE Monitoring and Reporting Implementing Rule Draft v2.1

INSPIRE Monitoring and Reporting Implementing Rule Draft v2.1 INSPIRE Infrastructure for Spatial Information in Europe INSPIRE Monitoring and Reporting Implementing Rule Draft v2.1 Title INSPIRE Monitoring and Reporting Implementing Rule v2.1 Creator DT Monitoring

More information

LUCAS Technical reference document U1 LUCAS Survey data user guide. (Land Use / Cover Area Frame Survey)

LUCAS Technical reference document U1 LUCAS Survey data user guide. (Land Use / Cover Area Frame Survey) Regional statistics and Geographic Information Author: E4.LUCAS (ESTAT) TechnicalDocuments 2015 LUCAS 2015 (Land Use / Cover Area Frame Survey) Technical reference document U1 LUCAS Survey data user guide

More information

Standardization of the land cover classes using FAO Land Cover Classification System (LCCS)

Standardization of the land cover classes using FAO Land Cover Classification System (LCCS) Sofia, 17-18 September 2008, LPIS Workshop LPIS applications and quality 1 Standardization of the land cover classes using FAO Land Cover Classification System (LCCS) Pavel MILENOV Agriculture Unit, JRC

More information

CORINE LAND COVER CROATIA

CORINE LAND COVER CROATIA CORINE LAND COVER CROATIA INTRO Primary condition in making decisions directed to land cover and natural resources management is presence of knowledge and high quality information about biosphere and its

More information

Maritime Spatial Planning Framework Directive Supported by INSPIRE

Maritime Spatial Planning Framework Directive Supported by INSPIRE Maritime Spatial Planning Framework Directive Supported by INSPIRE Andrej Abramić, Vanda Nunes de Lima, Paul Smits, Emanuele Bigagli, Chris Schubert European Commission Joint Research Centre Institute

More information

Urban settlements delimitation using a gridded spatial support

Urban settlements delimitation using a gridded spatial support Urban settlements delimitation using a gridded spatial support Rita Nicolau 1, Elisa Vilares 1, Cristina Cavaco 1, Ana Santos 2, Mário Lucas 2 1 - General Directorate for Territory Development DGT, Portugal

More information

Use of auxiliary information in the sampling strategy of a European area frame agro-environmental survey

Use of auxiliary information in the sampling strategy of a European area frame agro-environmental survey Use of auxiliary information in the sampling strategy of a European area frame agro-environmental survey Laura Martino 1, Alessandra Palmieri 1 & Javier Gallego 2 (1) European Commission: DG-ESTAT (2)

More information

The Combination of Geospatial Data with Statistical Data for SDG Indicators

The Combination of Geospatial Data with Statistical Data for SDG Indicators Session x: Sustainable Development Goals, SDG indicators The Combination of Geospatial Data with Statistical Data for SDG Indicators Pier-Giorgio Zaccheddu Fabio Volpe 5-8 December2018, Nairobi IAEG SDG

More information

MIWP-8: Metadata - Task #2304 MIWP-8 (J) Metadata for SDS Category

MIWP-8: Metadata - Task #2304 MIWP-8 (J) Metadata for SDS Category MIWP-8: Metadata - Task #2304 MIWP-8 (J) Metadata for SDS Category 08 Jan 2015 11:21 am - Ine de Visser Status: Submitted Start date: 17 Sep 2014 Priority: Normal Due date: Assignee: % Done: 0% Category:

More information

Cliff stabilisation. Adaptation Option Climate-ADAPT

Cliff stabilisation. Adaptation Option Climate-ADAPT Cliff stabilisation Adaptation Option Climate-ADAPT Cover design: EEA Cover photo: EEA Layout: EEA Legal notice The contents of this publication do not necessarily reflect the official opinions of the

More information

Data Specification Elevation v2.0

Data Specification Elevation v2.0 INSPIRE DS Stream Data Specification Elevation v2.0 Jordi Escriu Paradell - TWG EL Editor Institut Cartogràfic de Catalunya (ICC) INSPIRE Conference 2011 Edinburgh, 29 th June -1 st July 2011 1 This presentation

More information

Data Specification Elevation v3.0

Data Specification Elevation v3.0 INSPIRE DS Highlights Data Specification Elevation v3.0 Jordi Escriu - TWG EL Editor Institut Cartogràfic de Catalunya (ICC) INSPIRE Conference 2012 Istanbul, 25 th - 27 th June 2012 1 This presentation

More information

Land accounting perspective on water resources management

Land accounting perspective on water resources management European Water 60: 161-166, 2017. 2017 E.W. Publications Land accounting perspective on water resources management G.T. Paschos, G.E. Bariamis * and E.A. Baltas Department of Water Resources and Environmental

More information

INDICATORS FOR INTEGRATED COASTAL ZONE MANAGEMENT (ICZM)

INDICATORS FOR INTEGRATED COASTAL ZONE MANAGEMENT (ICZM) IOC UNESCO / Leader Task 4.1 Contact Francesca Santoro, Julian Barbiere E-mail: f.santoro@unesco.org, j.barbiere@unesco.org Phone: +33 1 45683952 How to cite this factsheet: PEGASO Consortium. 2013. Area

More information

LAND USE, LAND COVER AND SOIL SCIENCES - Vol. I - Land Use and Land Cover, Including their Classification - Duhamel C.

LAND USE, LAND COVER AND SOIL SCIENCES - Vol. I - Land Use and Land Cover, Including their Classification - Duhamel C. LAND USE AND LAND COVER, INCLUDING THEIR CLASSIFICATION Duhamel Landsis Groupement Européen d Intérêt Economique, Luxembourg Keywords: land cover, land use, classification systems, nomenclature, information

More information

Spanish national plan for land observation: new collaborative production system in Europe

Spanish national plan for land observation: new collaborative production system in Europe ADVANCE UNEDITED VERSION UNITED NATIONS E/CONF.103/5/Add.1 Economic and Social Affairs 9 July 2013 Tenth United Nations Regional Cartographic Conference for the Americas New York, 19-23, August 2013 Item

More information

Worldwide inventory of landscapes through segmentation of global land cover dataset

Worldwide inventory of landscapes through segmentation of global land cover dataset Worldwide inventory of landscapes through segmentation of global land cover dataset J. Nowosad* 1 and T. F. Stepinski 1 1 University of Cincinnati, Cincinnati, OH, 45221, USA * Email: nowosad.jakub@gmail.com

More information

INSPIRE Thematic Cluster on Land Cover and Land Use & Feedback from implementers

INSPIRE Thematic Cluster on Land Cover and Land Use & Feedback from implementers INSPIRE Thematic Cluster on Land Cover and Land Use & Feedback from implementers Lena Hallin-Pihlatie Facilitator of the LC and LU Thematic Cluster www.jrc.ec.europa.eu Serving society Stimulating innovation

More information

System of Environmental-Economic Accounting. Advancing the SEEA Experimental Ecosystem Accounting. Extent Account (Levels 1 and 2)

System of Environmental-Economic Accounting. Advancing the SEEA Experimental Ecosystem Accounting. Extent Account (Levels 1 and 2) Advancing the SEEA Experimental Ecosystem Accounting Extent Account (Levels 1 and 2) Overview: The Extent Account 1. Learning objectives 2. Review of Level 0 (5m) What is it? Why do we need it? What does

More information

Directorate E: Sectoral and regional statistics Unit E-4: Regional statistics and geographical information LUCAS 2018.

Directorate E: Sectoral and regional statistics Unit E-4: Regional statistics and geographical information LUCAS 2018. EUROPEAN COMMISSION EUROSTAT Directorate E: Sectoral and regional statistics Unit E-4: Regional statistics and geographical information Doc. WG/LCU 52 LUCAS 2018 Eurostat Unit E4 Working Group for Land

More information

The EAGLE Concept - Paving the way for a new European Land Monitoring System

The EAGLE Concept - Paving the way for a new European Land Monitoring System The EAGLE Concept - Paving the way for a new European Land Monitoring System Stephan Arnold, Barbara Kosztra, Gebhard Banko, Geoff Smith, Christoph Perger, Michael Bock, Geir-Harald Strand, Cesar Martinez,

More information

Basic Data & Model Rules. Flemming Nissen, The Danish Geodata Agency

Basic Data & Model Rules. Flemming Nissen, The Danish Geodata Agency Basic Data & Model Rules Flemming Nissen, The Danish Geodata Agency Disposition On egovernment Strategy On the Basic Data Programme The Danish Geodata Agency data for Properties, Place Names and Adm. Units

More information

Web Portal to European Soil Database

Web Portal to European Soil Database Web Portal to European Soil Database A step towards harmonization of Soil Information in Europe Marc Van Liedekerke, Panos Panagos, Jean Dusart Soils Portal: http://eusoils.jrc.it Data The European Soil

More information

D2.8.III.19 Data Specification on Species Distribution Draft Guidelines

D2.8.III.19 Data Specification on Species Distribution Draft Guidelines Infrastructure for Spatial Information in Europe D2.8.III.19 Data Specification on Species Distribution Draft Guidelines Title D2.8.III.19 INSPIRE Data Specification on Species Distribution Draft Guidelines

More information

IR Requirement Article 14 Portrayal

IR Requirement Article 14 Portrayal 11 Portrayal This clause defines the rules for layers and styles to be used for portrayal of the spatial object types defined for this theme. Portrayal is regulated in Article 14 of the IRs. IR Requirement

More information

Habitats habitat concept, identification, methodology for habitat mapping, organization of mapping

Habitats habitat concept, identification, methodology for habitat mapping, organization of mapping Habitats habitat concept, identification, methodology for habitat mapping, organization of mapping Rastislav Lasák & Ján Šeffer Training Implementation of Habitats Directive - Habitats and Plants 1 What

More information

Pilot studies on the provision of harmonized land use/land cover statistics: Synergies between LUCAS and the national systems

Pilot studies on the provision of harmonized land use/land cover statistics: Synergies between LUCAS and the national systems 1 Pilot studies on the provision of harmonized land use/land cover statistics: Synergies between LUCAS and the national systems Norway Erik Engelien Division for Natural resources and Environmental Statistics,

More information

C o p e r n i c u s L a n d M o n i t o r i n g S e r v i c e

C o p e r n i c u s L a n d M o n i t o r i n g S e r v i c e C o p e r n i c u s L a n d M o n i t o r i n g S e r v i c e Integration into existing Snow and Ice Services and draft product specifications Annett BARTSCH b.geos Copernicus High Resolution Snow and

More information

State-of-play... The EAGLE concept conceptual basis for a future European Land Monitoring Framework

State-of-play... The EAGLE concept conceptual basis for a future European Land Monitoring Framework State-of-play... The EAGLE concept conceptual basis for a future European Land Monitoring Framework Stephan Arnold, Geir-H. Strand, Barbara Kosztra, Tomas Soukup, Gebhard Banko, Gerard Hazeu, Geoff Smith,

More information

Accounting Units for Ecosystem Accounts Paper prepared by Alessandra Alfieri, Daniel Clarke, and Ivo Havinga United Nations Statistics Division

Accounting Units for Ecosystem Accounts Paper prepared by Alessandra Alfieri, Daniel Clarke, and Ivo Havinga United Nations Statistics Division DEPARTMENT OF ECONOMIC AND SOCIAL AFFAIRS STATISTICS DIVISION UNITED NATIONS Expert Meeting on Ecosystem Accounts London, UK 5-7 December 2011 Accounting Units for Ecosystem Accounts Paper prepared by

More information

Copernicus for Statistics

Copernicus for Statistics Copernicus for Statistics Stephan Arnold Areal statistics, Federal Statistical Office Thomas Wiatr Remote sensing, Federal Agency for Cartography and Geodesy Content Requirements and Setting Eurostat s

More information

ISO Swift Current LiDAR Project 2009 Data Product Specifications. Revision: A

ISO Swift Current LiDAR Project 2009 Data Product Specifications. Revision: A ISO 19131 Swift Current LiDAR Project 2009 Data Product Specifications Revision: A Data product specifications: Swift Current LiDAR Project 2009 - Table of Contents- 1. Overview... 4 1.1. Informal description...

More information

DEVELOPMENT OF DIGITAL CARTOGRAPHIC DATABASE FOR MANAGING THE ENVIRONMENT AND NATURAL RESOURCES IN THE REPUBLIC OF SERBIA

DEVELOPMENT OF DIGITAL CARTOGRAPHIC DATABASE FOR MANAGING THE ENVIRONMENT AND NATURAL RESOURCES IN THE REPUBLIC OF SERBIA DEVELOPMENT OF DIGITAL CARTOGRAPHIC BASE FOR MANAGING THE ENVIRONMENT AND NATURAL RESOURCES IN THE REPUBLIC OF SERBIA Dragutin Protic, Ivan Nestorov Institute for Geodesy, Faculty of Civil Engineering,

More information

Use of the INSPIRE EF Data Specifications to develop the SEIS-Malta Geodatabase for the Air Quality data management

Use of the INSPIRE EF Data Specifications to develop the SEIS-Malta Geodatabase for the Air Quality data management Use of the INSPIRE EF Data Specifications to develop the SEIS-Malta Geodatabase for the Air Quality data management G. Martirano 1, M. Bonazountas 2, S. Formosa 3, M. Nolle 4, E. Sciberras 4, F. Vinci

More information

INSPIREd solutions for Air Quality problems Alexander Kotsev

INSPIREd solutions for Air Quality problems Alexander Kotsev INSPIREd solutions for Air Quality problems Alexander Kotsev www.jrc.ec.europa.eu Serving society Stimulating innovation Supporting legislation The European data puzzle The European data puzzle 24 official

More information

Application of Topology to Complex Object Identification. Eliseo CLEMENTINI University of L Aquila

Application of Topology to Complex Object Identification. Eliseo CLEMENTINI University of L Aquila Application of Topology to Complex Object Identification Eliseo CLEMENTINI University of L Aquila Agenda Recognition of complex objects in ortophotos Some use cases Complex objects definition An ontology

More information

Copernicus Land HRL Imperviousness: 2012 dataset, indicator Title

Copernicus Land HRL Imperviousness: 2012 dataset, indicator Title Copernicus Land HRL Imperviousness: 2012 dataset, 06-09 indicator and outlook Title 2015+ Tobias LANGANKE First name SURNAME Project manager, Copernicus Position land services Name European of the Environment

More information

4. GIS Implementation of the TxDOT Hydrology Extensions

4. GIS Implementation of the TxDOT Hydrology Extensions 4. GIS Implementation of the TxDOT Hydrology Extensions A Geographic Information System (GIS) is a computer-assisted system for the capture, storage, retrieval, analysis and display of spatial data. It

More information

Lecture 6 - Raster Data Model & GIS File Organization

Lecture 6 - Raster Data Model & GIS File Organization Lecture 6 - Raster Data Model & GIS File Organization I. Overview of Raster Data Model Raster data models define objects in a fixed manner see Figure 1. Each grid cell has fixed size (resolution). The

More information

SATELLITE MAPPING OF BULGARIAN LAND COVER CORINE 2012 PROJECT. Abstract

SATELLITE MAPPING OF BULGARIAN LAND COVER CORINE 2012 PROJECT. Abstract FORESTRY IDEAS, 2014, vol. 20, No 2 (48): 189 196 SATELLITE MAPPING OF BULGARIAN LAND COVER CORINE 2012 PROJECT Anton Stoimenov 1, Radka Koleva 2*, Ventzeslav Dimitrov 1, Youlin Tepeliev 2, Todor Lubenov

More information

USE OF RADIOMETRICS IN SOIL SURVEY

USE OF RADIOMETRICS IN SOIL SURVEY USE OF RADIOMETRICS IN SOIL SURVEY Brian Tunstall 2003 Abstract The objectives and requirements with soil mapping are summarised. The capacities for different methods to address these objectives and requirements

More information

LUCAS: current product and its evolutions

LUCAS: current product and its evolutions LUCAS: current product and its evolutions Workshop Land Use and Land Cover products: challenges and opportunities Brussels 15 Nov 2017 Eurostat E4: estat-dl-lucas@ec.europa.eu Contents 1) The context 2)

More information

This document is meant purely as a documentation tool and the institutions do not assume any liability for its contents

This document is meant purely as a documentation tool and the institutions do not assume any liability for its contents 2010R1089 EN 25.02.2011 001.001 1 This document is meant purely as a documentation tool and the institutions do not assume any liability for its contents B COMMISSION REGULATION (EU) No 1089/2010 of 23

More information

Compact guides GISCO. Geographic information system of the Commission

Compact guides GISCO. Geographic information system of the Commission Compact guides GISCO Geographic information system of the Commission What is GISCO? GISCO, the Geographic Information System of the COmmission, is a permanent service of Eurostat that fulfils the requirements

More information

Quality and Coverage of Data Sources

Quality and Coverage of Data Sources Quality and Coverage of Data Sources Objectives Selecting an appropriate source for each item of information to be stored in the GIS database is very important for GIS Data Capture. Selection of quality

More information

Spatial Units, Scaling and Aggregation (Level 1) October 2017

Spatial Units, Scaling and Aggregation (Level 1) October 2017 Spatial Units, Scaling and Aggregation (Level 1) October 2017 Overview: Spatial Units 1. Learning objectives 2. Review of Level 0 (5m) 3. Level 1 (Compilers): Presentation & group exercise Spatial units

More information

ISO MODIS NDVI Weekly Composites for Canada South of 60 N Data Product Specification

ISO MODIS NDVI Weekly Composites for Canada South of 60 N Data Product Specification ISO 19131 MODIS NDVI Weekly Composites for South of 60 N Data Product Specification Revision: A Data specification: MODIS NDVI Composites for South of 60 N - Table of Contents - 1. OVERVIEW... 3 1.1. Informal

More information

Problems arising during the implementation of CLC2006

Problems arising during the implementation of CLC2006 Problems arising during the implementation of CLC2006 George Büttner, Barbara Kosztra ETC-LUSI / FÖMI (HU) EIONET WG meeting on Land Monitoring IGN Portugal, 10-12 March 2010 Contents of presentation Present

More information

Sampling The World. presented by: Tim Haithcoat University of Missouri Columbia

Sampling The World. presented by: Tim Haithcoat University of Missouri Columbia Sampling The World presented by: Tim Haithcoat University of Missouri Columbia Compiled with materials from: Charles Parson, Bemidji State University and Timothy Nyerges, University of Washington Introduction

More information

GIS Data Structure: Raster vs. Vector RS & GIS XXIII

GIS Data Structure: Raster vs. Vector RS & GIS XXIII Subject Paper No and Title Module No and Title Module Tag Geology Remote Sensing and GIS GIS Data Structure: Raster vs. Vector RS & GIS XXIII Principal Investigator Co-Principal Investigator Co-Principal

More information

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil

INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil INTRODUCTION TO GEOGRAPHIC INFORMATION SYSTEM By Reshma H. Patil ABSTRACT:- The geographical information system (GIS) is Computer system for capturing, storing, querying analyzing, and displaying geospatial

More information

NATIONAL VEGETATION CLASSIFICATION STANDARD, VERSION 2 WORKING DRAFT

NATIONAL VEGETATION CLASSIFICATION STANDARD, VERSION 2 WORKING DRAFT NATIONAL VEGETATION CLASSIFICATION STANDARD, VERSION 2 WORKING DRAFT Subcommittee Federal Geographic Data Committee SUMMMARY NatureServe version 31 August 2006 INTRODUCTION The United States Federal Geographic

More information

COR Safety Management Data system

COR Safety Management Data system CER Position Paper Brussels, 21 December 2016 COR Safety Management Data system 1 CER aisbl - COMMUNITY OF EUROPEAN RAILWAY AND INFRASTRUCTURE COMPANIES Avenue des Arts, 53-1000 Bruxelles T: +32 (0)2 213

More information

Technical specifications for implementation of a new land-monitoring concept based on EAGLE

Technical specifications for implementation of a new land-monitoring concept based on EAGLE EEA/IDM/R0/17/003 Technical specifications for implementation of a new land-monitoring concept based on EAGLE D4: Draft design concept and CLC-Backbone and CLC-Core technical specifications, including

More information

An Update on Land Use & Land Cover Mapping in Ireland

An Update on Land Use & Land Cover Mapping in Ireland An Update on Land Use & Land Cover Mapping in Ireland Progress Towards a National Programme Kevin Lydon k.lydon@epa.ie Office of Environmental Assessment, Environmental Protection Agency, Johnstown Castle,

More information

MANUAL ON THE BSES: LAND USE/LAND COVER

MANUAL ON THE BSES: LAND USE/LAND COVER 6. Environment Protection, Management and Engagement 2. Environmental Resources and their Use 5. Human Habitat and Environmental Health 1. Environmental Conditions and Quality 4. Disasters and Extreme

More information

FRAGMENTATION OF LANDSCAPES WITH CONSERVATION VALUE IN SOUTH PIRIN AND SLAVYANKA MOUNTAIN (SOUTH-WESTERN BULGARIA)

FRAGMENTATION OF LANDSCAPES WITH CONSERVATION VALUE IN SOUTH PIRIN AND SLAVYANKA MOUNTAIN (SOUTH-WESTERN BULGARIA) FRAGMENTATION OF LANDSCAPES WITH CONSERVATION VALUE IN SOUTH PIRIN AND SLAVYANKA MOUNTAIN (SOUTH-WESTERN BULGARIA) Atanas Kitev, Rumiana Vatseva Assist. Prof. Atanas Kitev, Ph.D.; Prof. Rumiana Vatseva,

More information

Dynamic Land Cover Dataset Product Description

Dynamic Land Cover Dataset Product Description Dynamic Land Cover Dataset Product Description V1.0 27 May 2014 D2014-40362 Unclassified Table of Contents Document History... 3 A Summary Description... 4 Sheet A.1 Definition and Usage... 4 Sheet A.2

More information

FOREST CHANGE DETECTION BY MEANS OF REMOTE SENSING TECHNIQUES FROM THE EU PROJECT CORINE LAND COVER

FOREST CHANGE DETECTION BY MEANS OF REMOTE SENSING TECHNIQUES FROM THE EU PROJECT CORINE LAND COVER FORESTRY IDEAS, 2010, vol. 16, 1 (39) FOREST CHANGE DETECTION BY MEANS OF REMOTE SENSING TECHNIQUES FROM THE EU PROJECT CORINE LAND COVER Youlin Tepeliev and Radka Koleva* University of Forestry, Faculty

More information

GENERATING INSPIRE PLU DATA ON BASE OF THE GERMAN NATIONAL STANDARD XPLANUNG. Dr. Joachim Benner Dr. Kai-Uwe Krause September

GENERATING INSPIRE PLU DATA ON BASE OF THE GERMAN NATIONAL STANDARD XPLANUNG. Dr. Joachim Benner Dr. Kai-Uwe Krause September GENERATING INSPIRE PLU DATA ON BASE OF THE GERMAN NATIONAL STANDARD XPLANUNG Dr. Joachim Benner Dr. Kai-Uwe Krause September Introduction city state Hamburg North Sea Hamburg Hamburg as a city state is

More information

New Land Cover & Land Use Data for the Chesapeake Bay Watershed

New Land Cover & Land Use Data for the Chesapeake Bay Watershed New Land Cover & Land Use Data for the Chesapeake Bay Watershed Why? The Chesapeake Bay Program (CBP) partnership is in the process of improving and refining the Phase 6 suite of models used to inform

More information

Part 1: Fundamentals

Part 1: Fundamentals Provläsningsexemplar / Preview INTERNATIONAL STANDARD ISO 19101-1 First edition 2014-11-15 Geographic information Reference model Part 1: Fundamentals Information géographique Modèle de référence Partie

More information

Technical specifications for implementation of a new land-monitoring concept based on EAGLE

Technical specifications for implementation of a new land-monitoring concept based on EAGLE EEA/IDM/R0/17/003 Technical specifications for implementation of a new land-monitoring concept based on EAGLE D4: Draft design concept and CLC-Backbone and CLC-Core technical specifications, including

More information

A Data Repository for Named Places and Their Standardised Names Integrated With the Production of National Map Series

A Data Repository for Named Places and Their Standardised Names Integrated With the Production of National Map Series A Data Repository for Named Places and Their Standardised Names Integrated With the Production of National Map Series Teemu Leskinen National Land Survey of Finland Abstract. The Geographic Names Register

More information

ESA-GLOBCOVER - A Global Land Cover Service at 300 m from ENVISAT MERIS Time Series

ESA-GLOBCOVER - A Global Land Cover Service at 300 m from ENVISAT MERIS Time Series October 15, 2008 (Jena Germany) ESA-GLOBCOVER - A Global Land Cover Service at 300 m from ENVISAT MERIS Time Series Defourny P.1, Bontemps S., Vancutsem C.1, Pekel J.F.1,, Vanbogaert E.1, Bicheron P.2,

More information

Fourth UNCCD reporting cycle, leg

Fourth UNCCD reporting cycle, leg 1 of 91 1/29/2013 4:48 PM United Nations Convention to Combat Desertification Performance Review and Assessment of Implementation System Fourth UNCCD reporting cycle, 2010 2011 leg Report as Affected Country

More information

DP Project Development Pvt. Ltd.

DP Project Development Pvt. Ltd. Dear Sir/Madam, Greetings!!! Thanks for contacting DP Project Development for your training requirement. DP Project Development is leading professional training provider in GIS technologies and GIS application

More information

The production and use of a hydrographic flow-direction network of surface waters. Rickard HALLENGREN, Håkan OLSSON and Erik SISELL, Sweden

The production and use of a hydrographic flow-direction network of surface waters. Rickard HALLENGREN, Håkan OLSSON and Erik SISELL, Sweden The production and use of a hydrographic flow-direction network of surface waters Rickard HALLENGREN, Håkan OLSSON and Erik SISELL, Sweden Key words: hydrographic, flow-direction network, surface waters

More information

VCS MODULE VMD0018 METHODS TO DETERMINE STRATIFICATION

VCS MODULE VMD0018 METHODS TO DETERMINE STRATIFICATION VMD0018: Version 1.0 VCS MODULE VMD0018 METHODS TO DETERMINE STRATIFICATION Version 1.0 16 November 2012 Document Prepared by: The Earth Partners LLC. Table of Contents 1 SOURCES... 2 2 SUMMARY DESCRIPTION

More information

software, just as word processors or databases are. GIS was originally developed and cartographic capabilities have been augmented by analysis tools.

software, just as word processors or databases are. GIS was originally developed and cartographic capabilities have been augmented by analysis tools. 1. INTRODUCTION 1.1Background A GIS is a Geographic Information System, a software package for creating, viewing, and analyzing geographic information or spatial data. GIS is a class of software, just

More information

Predicting ectotherm disease vector spread. - Benefits from multi-disciplinary approaches and directions forward

Predicting ectotherm disease vector spread. - Benefits from multi-disciplinary approaches and directions forward Predicting ectotherm disease vector spread - Benefits from multi-disciplinary approaches and directions forward Naturwissenschaften Stephanie Margarete THOMAS, Carl BEIERKUHNLEIN, Department of Biogeography,

More information

TRANSFORMATION THROUGH CLC WITH THE CONTINUOUS RESEARCH TECHNIQUES - GIS (OPEN CODE) AND RS (GEO-WEB SERVICES)

TRANSFORMATION THROUGH CLC WITH THE CONTINUOUS RESEARCH TECHNIQUES - GIS (OPEN CODE) AND RS (GEO-WEB SERVICES) DOI 10.2478/pesd-2018-0036 PESD, VOL. 12, no. 2, 2018 TRANSFORMATION THROUGH CLC WITH THE CONTINUOUS RESEARCH TECHNIQUES - GIS (OPEN CODE) AND RS (GEO-WEB SERVICES) Florim Isufi 1, Shpejtim Bulliqi 2,

More information

Recent Topics regarding ISO/TC 211 in Japan

Recent Topics regarding ISO/TC 211 in Japan Recent Topics regarding ISO/TC 211 in Japan KAWASE, Kazushige Geographical Survey Institute Ministry of Land, Infrastructure and Transport, Japan ISO/TC 211 Workshop on standards in action, Riyadh, Saudi

More information

Relevant data to produce SDG indicators in France

Relevant data to produce SDG indicators in France Working group on Geospatial Information December, 2017 - New-York Relevant data to produce SDG indicators in France Frédéric VEY Office manager -Ministry of ecology and solidarity transition (FRANCE) 2

More information

C o p e r n i c u s L a n d M o n i t o r i n g S e r v i c e

C o p e r n i c u s L a n d M o n i t o r i n g S e r v i c e C o p e r n i c u s L a n d M o n i t o r i n g S e r v i c e Submodule D: stability of protected areas & related pressures: Natura2000 sites Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu

More information