<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Lhquiros</id>
	<title>OSGeo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Lhquiros"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Lhquiros"/>
	<updated>2026-04-14T17:11:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE_tools_inventory&amp;diff=107425</id>
		<title>INSPIRE tools inventory</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE_tools_inventory&amp;diff=107425"/>
		<updated>2017-07-10T09:06:25Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: /* Other */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page aims at building an inventory of the tools aiding the INSPIRE implementation. Several software tools have been developed within EU-funded projects and are suitable for reuse, but are often unknown to the broader community. If you are aware of free software implementing INSPIRE specifications, please contribute to this inventory.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
Please add a short description of the software implementation and a link to the online resource.&lt;br /&gt;
&lt;br /&gt;
=== Metadata management ===&lt;br /&gt;
&lt;br /&gt;
==== OSGeoLive tools ====&lt;br /&gt;
* [https://live.osgeo.org/en/quickstart/geonetwork_quickstart.html GeoNetwork] is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/euosme/description/ INSPIRE EUOSME]: (European Open Source Metadata Editor) developed by EC-JRC in the EuroGEOSS project, and deployed in the [http://inspire-geoportal.ec.europa.eu/editor/ INSPIRE Geoportal] to allow user to test editing capabilities and testing ISO19139 XML files&lt;br /&gt;
* [http://best-practices.smespire.eu/practices/133/inspire-metadata-in-a-simple-excel-file INSPIRE Excel file]: developed within [http://www.geosmartcity.eu/ GeoSmartCity project] to collect INSPIRE XML19139 compliant metadata in easy and quick way&lt;br /&gt;
* [http://52north.org/communities/metadata-management/smarteditor smartEditor]: smartEditor is a web based editor to easily create and update metadata documents on geospatial data sets, services, series and applications and many more resources supporting ISO19115/19119 and the INSPIRE metadata specification (INSPIRE Metadata Implementing Rules: Technical Guidelines based on EN ISO 19115 and EN ISO 19119)&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/ISO/INSPIRE_Metadata_Support GRASS GIS ISO/INSPIRE Metadata support] developed within [http://trac.osgeo.org/grass/wiki/GSoC/2014/MetadataForGRASS Google Summer of Code 2014]&lt;br /&gt;
&lt;br /&gt;
=== Data storage/management ===&lt;br /&gt;
* [http://postgis.net/ PosgGIS] adds spatial capabilities to the PostgreSQL relational database. It extends PostgreSQL so it can store, query, and manipulate spatial data. In this Quickstart we will use ‘PostgreSQL’ when describing general database functions, and ‘PostGIS’ when describing the additional spatial functionality provided by PostGIS.&lt;br /&gt;
* [http://www.rasdaman.org Rasdaman]: flexible, scalable spatio-temporal raster server, supporting OGC WMS, WCS, WCPS, WPS; OGC WCS Core Reference Implementation.&lt;br /&gt;
* [http://www.gaia-gis.it/gaia-sins/ SpatiaLite]: ...&lt;br /&gt;
&lt;br /&gt;
=== Data modeling ===&lt;br /&gt;
* [http://idm.spatialdbgroup.polimi.it/it/inspire-data-model-tools/ INSPIRE Data Model Tools]: developed by Politecnico di Milano to facilitate the browsing of INSPIRE Data Specifications and provide procedure to structure PostGIS pseudo-INSPIRE SQL structure&lt;br /&gt;
&lt;br /&gt;
=== Data mapping/transformation === &lt;br /&gt;
==== OSGeoLive tools ====&lt;br /&gt;
* [http://www.deegree.org/ deegree]: deegree supports a internal DSL (a XML configuration file) to specify mappings from a database model into a GML application schema which allow on-the-fly transformation of data. &lt;br /&gt;
* [https://live.osgeo.org/en/quickstart/geokettle_quickstart.html Geokettle] is an ETL tool and can be useful to transform an existing dataset to comply with the schemes defined by the INSPIRE Directive. ''note: currently set to be retired in Live 11''&lt;br /&gt;
* In GDAL, the GMLAS driver is available which can read and write XML files of arbitrary structure, included those containing so-called Complex Features, provided that they are accompanied by one or several XML schemas that describe the structure of their content. While this driver is generic to any XML schema, the main target is to be able to read and write documents referencing directly or indirectly to the GML namespace.  &lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
* [http://www.esdi-community.eu/projects/hale HALE] is a tool for defining and evaluating conceptual schema mappings. HALE allows domain experts to create logically and semantically consistent mappings and to transform geodata based on these mappings. Furthermore, a major focus is put on the documentation of the schema transformation process and its impacts, e.g. in the form of lineage information attached to the resultant transformed data . Within the context of INSPIRE, data transformations will be needed both to publish data in compliance with the INSPIRE schemes and to use the published (and downloaded) data in combination with other sources.&lt;br /&gt;
* [http://inspire-foss.org inspire-foss.org INSPIRE FOSS]: ETL-tooling for INSPIRE Data harmonization and harmonized web services (largely unmaintained)&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/java4inspire/description Java4INSPIRE]: is a java library to handle INSPIRE data as java objects; it may be used to transform existing spatial datasets into INSPIRE compliant datasets&lt;br /&gt;
* [http://www.stetl.org Stetl]: Python-framework for ETL. With [https://github.com/justb4/stetl/tree/master/examples/basics/10_jinja2_templating Examples] for INSPIRE data harmonization.&lt;br /&gt;
&lt;br /&gt;
=== Network services ===&lt;br /&gt;
&lt;br /&gt;
==== Discovery ====&lt;br /&gt;
* [http://pycsw.org pycsw]: OGC CSW server.  Standalone or embeddable.  Powers CSW in CKAN, GeoNode.  OGC Reference Implementation&lt;br /&gt;
* Geonetwork&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an implementation of a OGC CSW 2.0.2 APISO server. Supporting harvest operation and storage of MD records for centralized approach. The [https://live.osgeo.org/fr/quickstart/deegree_quickstart.html Quickstart of Degree for the OsGeo-Live] uses an INSPIRE example.&lt;br /&gt;
&lt;br /&gt;
==== View ====&lt;br /&gt;
* [http://geoserver.org/ GeoServer] is a tool for serving maps for other clients to draw. It allows to setup view and download services as required by the INSPIRE Directive.&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an OGC compliant WMS 1.1.1 and 1.3.0 server (OGC reference implementation). Additional it has an implementation of the OGC WMTS 1.0 standard.&lt;br /&gt;
* [http://mapserver.org/ MapServer] is an Open Source server-based application that allows you to publish geographic map images and vector data through the internet using OGC standards such as WMS, WFS, and WCS.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
* GeoServer&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an OGC compliant WFS 2.0 support the Simple conformance class and GML 3.2.1 (Both are OGC reference implementations!)&lt;br /&gt;
* MapServer&lt;br /&gt;
* [https://wiki.52north.org/bin/view/SensorWeb/SensorObservationServiceIVDocumentation 52°North Sensor Observation Service 4.x]: Enhanced SOS implementation for serving observation data compliant with the INSPIRE requirements for Download Services&lt;br /&gt;
&lt;br /&gt;
=== Validation services ===&lt;br /&gt;
* [http://inspire-geoportal.ec.europa.eu/validator2/ INSPIRE Geoportal Validator]: developed by EC-JRC, it is used in the context of the INSPIRE Geoportal to perform validation of the metadata of resources discovered through the Member State Discovery Services.&lt;br /&gt;
* [https://github.com/inspire-eu-validation/ INSPIRE Validation &amp;amp; conformity testing]: Workspace for EU INSPIRE MIG Validation &amp;amp; conformity testing sub-group on GitHub&lt;br /&gt;
* [http://cloud.epsilon-italia.it/eenvplus_new/ eENVplus Validation Service]: developed by [http://www.epsilon-italia.it/ Epsilon Italia], in the frame of the [http://www.eenvplus.eu/ eENVplus project], is an online tool for the validation of INSPIRE datasets. It is freely accessible and open source, built upon TEAM Engine and the OGC CITE GML 3.2 Conformance Test Suite. It provides Executable Test Suites (ETS) implementing the Abstract Test Suites (ATS) which are included in the Annex A of the INSPIRE Data Specifications.&lt;br /&gt;
&lt;br /&gt;
=== Clients ===&lt;br /&gt;
* [http://www.qgis.org/ QGIS] can be used to consume INSPIRE compliant view and download services. The [https://github.com/INSPIRE-MIF/gml_application_schema_toolbox QGIS plugin ‘GML Application Schema Toolbox’] makes use of the GMLAS driver for GDAL and aims to develop tools to manipulate complex features in a GIS desktop application. On the related [https://github.com/INSPIRE-MIF/qgis-ogr-gmlas GitHub page] ‘Consumption and use of GML complex features like INSPIRE harmonised data (vector), GeoSciML within QGIS’, specific INSPIRE use cases are described and illustrated.&lt;br /&gt;
* [http://www.geomajas.org/ geomajas] can be used to support eGov workflows and create a controlled environment where processes can be executed based on available INSPIRE data.&lt;br /&gt;
&lt;br /&gt;
=== Registry ===&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/re3gistry/description INSPIRE Re3gistry] implemented by EC-JRC and deployed on the [http://inspire.ec.europa.eu/registry/ INSPIRE web site]&lt;br /&gt;
&lt;br /&gt;
=== GeoPortals ===&lt;br /&gt;
* [http://www.getmap.gr/v2/eng/index.php?option=com_content&amp;amp;task=view&amp;amp;id=255&amp;amp;Itemid=554 GET SDI Portal] developed by [http://www.getmap.eu/ Geospatial Enabling Technologies Ltd]. A ready to deploy, fully featured SDI Services client already used at regional government level INSPIRE Geoportals.&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [https://joinup.ec.europa.eu/community/are3na/home Are3na] is A Reusable INSPIRE Reference Platform. This open community aims to support access to common reusable software and other components for spatial data in European e-government.&lt;br /&gt;
* [https://inspire-reference.jrc.ec.europa.eu/tools INSPIRE in Practice] is a collaborative platform with the aim of bringing together INSPIRE implementers, solution providers, and application developers. Among other content, it provides an inventory of useful tools supporting the INSPIRE implementation tasks. Those tools can range from desktop/server software, libraries, plug-ins, online services and many more technical products and solutions that help people to share INSPIRE data, metadata and services.&lt;br /&gt;
&lt;br /&gt;
== Actions to improve the existing tools ==&lt;br /&gt;
* It could be useful that OSGeoLive projects listed on this page include some INSPIRE example in their quickstart documentation to illustrate their usefulness in the specific perspective of INSPIRE.&lt;br /&gt;
* It would be beneficial having these tools in the [https://inspire-reference.jrc.ec.europa.eu/tools INSPIRE in Practice platform tool section] highlighting how those ones actually support INSPIRE, for example by adding the [https://inspire-reference.jrc.ec.europa.eu/vocabulary/tasks INSPIRE tasks] they support (See example: https://inspire-reference.jrc.ec.europa.eu/tools/geoserver)&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE_tools_inventory&amp;diff=107424</id>
		<title>INSPIRE tools inventory</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE_tools_inventory&amp;diff=107424"/>
		<updated>2017-07-10T09:02:18Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: /* Actions to improve the existing tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page aims at building an inventory of the tools aiding the INSPIRE implementation. Several software tools have been developed within EU-funded projects and are suitable for reuse, but are often unknown to the broader community. If you are aware of free software implementing INSPIRE specifications, please contribute to this inventory.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
Please add a short description of the software implementation and a link to the online resource.&lt;br /&gt;
&lt;br /&gt;
=== Metadata management ===&lt;br /&gt;
&lt;br /&gt;
==== OSGeoLive tools ====&lt;br /&gt;
* [https://live.osgeo.org/en/quickstart/geonetwork_quickstart.html GeoNetwork] is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/euosme/description/ INSPIRE EUOSME]: (European Open Source Metadata Editor) developed by EC-JRC in the EuroGEOSS project, and deployed in the [http://inspire-geoportal.ec.europa.eu/editor/ INSPIRE Geoportal] to allow user to test editing capabilities and testing ISO19139 XML files&lt;br /&gt;
* [http://best-practices.smespire.eu/practices/133/inspire-metadata-in-a-simple-excel-file INSPIRE Excel file]: developed within [http://www.geosmartcity.eu/ GeoSmartCity project] to collect INSPIRE XML19139 compliant metadata in easy and quick way&lt;br /&gt;
* [http://52north.org/communities/metadata-management/smarteditor smartEditor]: smartEditor is a web based editor to easily create and update metadata documents on geospatial data sets, services, series and applications and many more resources supporting ISO19115/19119 and the INSPIRE metadata specification (INSPIRE Metadata Implementing Rules: Technical Guidelines based on EN ISO 19115 and EN ISO 19119)&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/ISO/INSPIRE_Metadata_Support GRASS GIS ISO/INSPIRE Metadata support] developed within [http://trac.osgeo.org/grass/wiki/GSoC/2014/MetadataForGRASS Google Summer of Code 2014]&lt;br /&gt;
&lt;br /&gt;
=== Data storage/management ===&lt;br /&gt;
* [http://postgis.net/ PosgGIS] adds spatial capabilities to the PostgreSQL relational database. It extends PostgreSQL so it can store, query, and manipulate spatial data. In this Quickstart we will use ‘PostgreSQL’ when describing general database functions, and ‘PostGIS’ when describing the additional spatial functionality provided by PostGIS.&lt;br /&gt;
* [http://www.rasdaman.org Rasdaman]: flexible, scalable spatio-temporal raster server, supporting OGC WMS, WCS, WCPS, WPS; OGC WCS Core Reference Implementation.&lt;br /&gt;
* [http://www.gaia-gis.it/gaia-sins/ SpatiaLite]: ...&lt;br /&gt;
&lt;br /&gt;
=== Data modeling ===&lt;br /&gt;
* [http://idm.spatialdbgroup.polimi.it/it/inspire-data-model-tools/ INSPIRE Data Model Tools]: developed by Politecnico di Milano to facilitate the browsing of INSPIRE Data Specifications and provide procedure to structure PostGIS pseudo-INSPIRE SQL structure&lt;br /&gt;
&lt;br /&gt;
=== Data mapping/transformation === &lt;br /&gt;
==== OSGeoLive tools ====&lt;br /&gt;
* [http://www.deegree.org/ deegree]: deegree supports a internal DSL (a XML configuration file) to specify mappings from a database model into a GML application schema which allow on-the-fly transformation of data. &lt;br /&gt;
* [https://live.osgeo.org/en/quickstart/geokettle_quickstart.html Geokettle] is an ETL tool and can be useful to transform an existing dataset to comply with the schemes defined by the INSPIRE Directive. ''note: currently set to be retired in Live 11''&lt;br /&gt;
* In GDAL, the GMLAS driver is available which can read and write XML files of arbitrary structure, included those containing so-called Complex Features, provided that they are accompanied by one or several XML schemas that describe the structure of their content. While this driver is generic to any XML schema, the main target is to be able to read and write documents referencing directly or indirectly to the GML namespace.  &lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
* [http://www.esdi-community.eu/projects/hale HALE] is a tool for defining and evaluating conceptual schema mappings. HALE allows domain experts to create logically and semantically consistent mappings and to transform geodata based on these mappings. Furthermore, a major focus is put on the documentation of the schema transformation process and its impacts, e.g. in the form of lineage information attached to the resultant transformed data . Within the context of INSPIRE, data transformations will be needed both to publish data in compliance with the INSPIRE schemes and to use the published (and downloaded) data in combination with other sources.&lt;br /&gt;
* [http://inspire-foss.org inspire-foss.org INSPIRE FOSS]: ETL-tooling for INSPIRE Data harmonization and harmonized web services (largely unmaintained)&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/java4inspire/description Java4INSPIRE]: is a java library to handle INSPIRE data as java objects; it may be used to transform existing spatial datasets into INSPIRE compliant datasets&lt;br /&gt;
* [http://www.stetl.org Stetl]: Python-framework for ETL. With [https://github.com/justb4/stetl/tree/master/examples/basics/10_jinja2_templating Examples] for INSPIRE data harmonization.&lt;br /&gt;
&lt;br /&gt;
=== Network services ===&lt;br /&gt;
&lt;br /&gt;
==== Discovery ====&lt;br /&gt;
* [http://pycsw.org pycsw]: OGC CSW server.  Standalone or embeddable.  Powers CSW in CKAN, GeoNode.  OGC Reference Implementation&lt;br /&gt;
* Geonetwork&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an implementation of a OGC CSW 2.0.2 APISO server. Supporting harvest operation and storage of MD records for centralized approach. The [https://live.osgeo.org/fr/quickstart/deegree_quickstart.html Quickstart of Degree for the OsGeo-Live] uses an INSPIRE example.&lt;br /&gt;
&lt;br /&gt;
==== View ====&lt;br /&gt;
* [http://geoserver.org/ GeoServer] is a tool for serving maps for other clients to draw. It allows to setup view and download services as required by the INSPIRE Directive.&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an OGC compliant WMS 1.1.1 and 1.3.0 server (OGC reference implementation). Additional it has an implementation of the OGC WMTS 1.0 standard.&lt;br /&gt;
* [http://mapserver.org/ MapServer] is an Open Source server-based application that allows you to publish geographic map images and vector data through the internet using OGC standards such as WMS, WFS, and WCS.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
* GeoServer&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an OGC compliant WFS 2.0 support the Simple conformance class and GML 3.2.1 (Both are OGC reference implementations!)&lt;br /&gt;
* MapServer&lt;br /&gt;
* [https://wiki.52north.org/bin/view/SensorWeb/SensorObservationServiceIVDocumentation 52°North Sensor Observation Service 4.x]: Enhanced SOS implementation for serving observation data compliant with the INSPIRE requirements for Download Services&lt;br /&gt;
&lt;br /&gt;
=== Validation services ===&lt;br /&gt;
* [http://inspire-geoportal.ec.europa.eu/validator2/ INSPIRE Geoportal Validator]: developed by EC-JRC, it is used in the context of the INSPIRE Geoportal to perform validation of the metadata of resources discovered through the Member State Discovery Services.&lt;br /&gt;
* [https://github.com/inspire-eu-validation/ INSPIRE Validation &amp;amp; conformity testing]: Workspace for EU INSPIRE MIG Validation &amp;amp; conformity testing sub-group on GitHub&lt;br /&gt;
* [http://cloud.epsilon-italia.it/eenvplus_new/ eENVplus Validation Service]: developed by [http://www.epsilon-italia.it/ Epsilon Italia], in the frame of the [http://www.eenvplus.eu/ eENVplus project], is an online tool for the validation of INSPIRE datasets. It is freely accessible and open source, built upon TEAM Engine and the OGC CITE GML 3.2 Conformance Test Suite. It provides Executable Test Suites (ETS) implementing the Abstract Test Suites (ATS) which are included in the Annex A of the INSPIRE Data Specifications.&lt;br /&gt;
&lt;br /&gt;
=== Clients ===&lt;br /&gt;
* [http://www.qgis.org/ QGIS] can be used to consume INSPIRE compliant view and download services. The [https://github.com/INSPIRE-MIF/gml_application_schema_toolbox QGIS plugin ‘GML Application Schema Toolbox’] makes use of the GMLAS driver for GDAL and aims to develop tools to manipulate complex features in a GIS desktop application. On the related [https://github.com/INSPIRE-MIF/qgis-ogr-gmlas GitHub page] ‘Consumption and use of GML complex features like INSPIRE harmonised data (vector), GeoSciML within QGIS’, specific INSPIRE use cases are described and illustrated.&lt;br /&gt;
* [http://www.geomajas.org/ geomajas] can be used to support eGov workflows and create a controlled environment where processes can be executed based on available INSPIRE data.&lt;br /&gt;
&lt;br /&gt;
=== Registry ===&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/re3gistry/description INSPIRE Re3gistry] implemented by EC-JRC and deployed on the [http://inspire.ec.europa.eu/registry/ INSPIRE web site]&lt;br /&gt;
&lt;br /&gt;
=== GeoPortals ===&lt;br /&gt;
* [http://www.getmap.gr/v2/eng/index.php?option=com_content&amp;amp;task=view&amp;amp;id=255&amp;amp;Itemid=554 GET SDI Portal] developed by [http://www.getmap.eu/ Geospatial Enabling Technologies Ltd]. A ready to deploy, fully featured SDI Services client already used at regional government level INSPIRE Geoportals.&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [https://joinup.ec.europa.eu/community/are3na/home Are3na] is A Reusable INSPIRE Reference Platform. This open community aims to support access to common reusable software and other components for spatial data in European e-government.&lt;br /&gt;
* [https://inspire-reference.jrc.ec.europa.eu/tools INSPIRE in Practice] is an inventory of useful tools for the INSPIRE implementation. They can range from desktop/server software, libraries, plugins, online services and many more technical products and solutions that help people to share INSPIRE data, metadata and services.&lt;br /&gt;
&lt;br /&gt;
== Actions to improve the existing tools ==&lt;br /&gt;
* It could be useful that OSGeoLive projects listed on this page include some INSPIRE example in their quickstart documentation to illustrate their usefulness in the specific perspective of INSPIRE.&lt;br /&gt;
* It would be beneficial having these tools in the [https://inspire-reference.jrc.ec.europa.eu/tools INSPIRE in Practice platform tool section] highlighting how those ones actually support INSPIRE, for example by adding the [https://inspire-reference.jrc.ec.europa.eu/vocabulary/tasks INSPIRE tasks] they support (See example: https://inspire-reference.jrc.ec.europa.eu/tools/geoserver)&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE_tools_inventory&amp;diff=107423</id>
		<title>INSPIRE tools inventory</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE_tools_inventory&amp;diff=107423"/>
		<updated>2017-07-10T09:01:41Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page aims at building an inventory of the tools aiding the INSPIRE implementation. Several software tools have been developed within EU-funded projects and are suitable for reuse, but are often unknown to the broader community. If you are aware of free software implementing INSPIRE specifications, please contribute to this inventory.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
Please add a short description of the software implementation and a link to the online resource.&lt;br /&gt;
&lt;br /&gt;
=== Metadata management ===&lt;br /&gt;
&lt;br /&gt;
==== OSGeoLive tools ====&lt;br /&gt;
* [https://live.osgeo.org/en/quickstart/geonetwork_quickstart.html GeoNetwork] is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/euosme/description/ INSPIRE EUOSME]: (European Open Source Metadata Editor) developed by EC-JRC in the EuroGEOSS project, and deployed in the [http://inspire-geoportal.ec.europa.eu/editor/ INSPIRE Geoportal] to allow user to test editing capabilities and testing ISO19139 XML files&lt;br /&gt;
* [http://best-practices.smespire.eu/practices/133/inspire-metadata-in-a-simple-excel-file INSPIRE Excel file]: developed within [http://www.geosmartcity.eu/ GeoSmartCity project] to collect INSPIRE XML19139 compliant metadata in easy and quick way&lt;br /&gt;
* [http://52north.org/communities/metadata-management/smarteditor smartEditor]: smartEditor is a web based editor to easily create and update metadata documents on geospatial data sets, services, series and applications and many more resources supporting ISO19115/19119 and the INSPIRE metadata specification (INSPIRE Metadata Implementing Rules: Technical Guidelines based on EN ISO 19115 and EN ISO 19119)&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/ISO/INSPIRE_Metadata_Support GRASS GIS ISO/INSPIRE Metadata support] developed within [http://trac.osgeo.org/grass/wiki/GSoC/2014/MetadataForGRASS Google Summer of Code 2014]&lt;br /&gt;
&lt;br /&gt;
=== Data storage/management ===&lt;br /&gt;
* [http://postgis.net/ PosgGIS] adds spatial capabilities to the PostgreSQL relational database. It extends PostgreSQL so it can store, query, and manipulate spatial data. In this Quickstart we will use ‘PostgreSQL’ when describing general database functions, and ‘PostGIS’ when describing the additional spatial functionality provided by PostGIS.&lt;br /&gt;
* [http://www.rasdaman.org Rasdaman]: flexible, scalable spatio-temporal raster server, supporting OGC WMS, WCS, WCPS, WPS; OGC WCS Core Reference Implementation.&lt;br /&gt;
* [http://www.gaia-gis.it/gaia-sins/ SpatiaLite]: ...&lt;br /&gt;
&lt;br /&gt;
=== Data modeling ===&lt;br /&gt;
* [http://idm.spatialdbgroup.polimi.it/it/inspire-data-model-tools/ INSPIRE Data Model Tools]: developed by Politecnico di Milano to facilitate the browsing of INSPIRE Data Specifications and provide procedure to structure PostGIS pseudo-INSPIRE SQL structure&lt;br /&gt;
&lt;br /&gt;
=== Data mapping/transformation === &lt;br /&gt;
==== OSGeoLive tools ====&lt;br /&gt;
* [http://www.deegree.org/ deegree]: deegree supports a internal DSL (a XML configuration file) to specify mappings from a database model into a GML application schema which allow on-the-fly transformation of data. &lt;br /&gt;
* [https://live.osgeo.org/en/quickstart/geokettle_quickstart.html Geokettle] is an ETL tool and can be useful to transform an existing dataset to comply with the schemes defined by the INSPIRE Directive. ''note: currently set to be retired in Live 11''&lt;br /&gt;
* In GDAL, the GMLAS driver is available which can read and write XML files of arbitrary structure, included those containing so-called Complex Features, provided that they are accompanied by one or several XML schemas that describe the structure of their content. While this driver is generic to any XML schema, the main target is to be able to read and write documents referencing directly or indirectly to the GML namespace.  &lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
* [http://www.esdi-community.eu/projects/hale HALE] is a tool for defining and evaluating conceptual schema mappings. HALE allows domain experts to create logically and semantically consistent mappings and to transform geodata based on these mappings. Furthermore, a major focus is put on the documentation of the schema transformation process and its impacts, e.g. in the form of lineage information attached to the resultant transformed data . Within the context of INSPIRE, data transformations will be needed both to publish data in compliance with the INSPIRE schemes and to use the published (and downloaded) data in combination with other sources.&lt;br /&gt;
* [http://inspire-foss.org inspire-foss.org INSPIRE FOSS]: ETL-tooling for INSPIRE Data harmonization and harmonized web services (largely unmaintained)&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/java4inspire/description Java4INSPIRE]: is a java library to handle INSPIRE data as java objects; it may be used to transform existing spatial datasets into INSPIRE compliant datasets&lt;br /&gt;
* [http://www.stetl.org Stetl]: Python-framework for ETL. With [https://github.com/justb4/stetl/tree/master/examples/basics/10_jinja2_templating Examples] for INSPIRE data harmonization.&lt;br /&gt;
&lt;br /&gt;
=== Network services ===&lt;br /&gt;
&lt;br /&gt;
==== Discovery ====&lt;br /&gt;
* [http://pycsw.org pycsw]: OGC CSW server.  Standalone or embeddable.  Powers CSW in CKAN, GeoNode.  OGC Reference Implementation&lt;br /&gt;
* Geonetwork&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an implementation of a OGC CSW 2.0.2 APISO server. Supporting harvest operation and storage of MD records for centralized approach. The [https://live.osgeo.org/fr/quickstart/deegree_quickstart.html Quickstart of Degree for the OsGeo-Live] uses an INSPIRE example.&lt;br /&gt;
&lt;br /&gt;
==== View ====&lt;br /&gt;
* [http://geoserver.org/ GeoServer] is a tool for serving maps for other clients to draw. It allows to setup view and download services as required by the INSPIRE Directive.&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an OGC compliant WMS 1.1.1 and 1.3.0 server (OGC reference implementation). Additional it has an implementation of the OGC WMTS 1.0 standard.&lt;br /&gt;
* [http://mapserver.org/ MapServer] is an Open Source server-based application that allows you to publish geographic map images and vector data through the internet using OGC standards such as WMS, WFS, and WCS.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
* GeoServer&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an OGC compliant WFS 2.0 support the Simple conformance class and GML 3.2.1 (Both are OGC reference implementations!)&lt;br /&gt;
* MapServer&lt;br /&gt;
* [https://wiki.52north.org/bin/view/SensorWeb/SensorObservationServiceIVDocumentation 52°North Sensor Observation Service 4.x]: Enhanced SOS implementation for serving observation data compliant with the INSPIRE requirements for Download Services&lt;br /&gt;
&lt;br /&gt;
=== Validation services ===&lt;br /&gt;
* [http://inspire-geoportal.ec.europa.eu/validator2/ INSPIRE Geoportal Validator]: developed by EC-JRC, it is used in the context of the INSPIRE Geoportal to perform validation of the metadata of resources discovered through the Member State Discovery Services.&lt;br /&gt;
* [https://github.com/inspire-eu-validation/ INSPIRE Validation &amp;amp; conformity testing]: Workspace for EU INSPIRE MIG Validation &amp;amp; conformity testing sub-group on GitHub&lt;br /&gt;
* [http://cloud.epsilon-italia.it/eenvplus_new/ eENVplus Validation Service]: developed by [http://www.epsilon-italia.it/ Epsilon Italia], in the frame of the [http://www.eenvplus.eu/ eENVplus project], is an online tool for the validation of INSPIRE datasets. It is freely accessible and open source, built upon TEAM Engine and the OGC CITE GML 3.2 Conformance Test Suite. It provides Executable Test Suites (ETS) implementing the Abstract Test Suites (ATS) which are included in the Annex A of the INSPIRE Data Specifications.&lt;br /&gt;
&lt;br /&gt;
=== Clients ===&lt;br /&gt;
* [http://www.qgis.org/ QGIS] can be used to consume INSPIRE compliant view and download services. The [https://github.com/INSPIRE-MIF/gml_application_schema_toolbox QGIS plugin ‘GML Application Schema Toolbox’] makes use of the GMLAS driver for GDAL and aims to develop tools to manipulate complex features in a GIS desktop application. On the related [https://github.com/INSPIRE-MIF/qgis-ogr-gmlas GitHub page] ‘Consumption and use of GML complex features like INSPIRE harmonised data (vector), GeoSciML within QGIS’, specific INSPIRE use cases are described and illustrated.&lt;br /&gt;
* [http://www.geomajas.org/ geomajas] can be used to support eGov workflows and create a controlled environment where processes can be executed based on available INSPIRE data.&lt;br /&gt;
&lt;br /&gt;
=== Registry ===&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/re3gistry/description INSPIRE Re3gistry] implemented by EC-JRC and deployed on the [http://inspire.ec.europa.eu/registry/ INSPIRE web site]&lt;br /&gt;
&lt;br /&gt;
=== GeoPortals ===&lt;br /&gt;
* [http://www.getmap.gr/v2/eng/index.php?option=com_content&amp;amp;task=view&amp;amp;id=255&amp;amp;Itemid=554 GET SDI Portal] developed by [http://www.getmap.eu/ Geospatial Enabling Technologies Ltd]. A ready to deploy, fully featured SDI Services client already used at regional government level INSPIRE Geoportals.&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [https://joinup.ec.europa.eu/community/are3na/home Are3na] is A Reusable INSPIRE Reference Platform. This open community aims to support access to common reusable software and other components for spatial data in European e-government.&lt;br /&gt;
* [https://inspire-reference.jrc.ec.europa.eu/tools INSPIRE in Practice] is an inventory of useful tools for the INSPIRE implementation. They can range from desktop/server software, libraries, plugins, online services and many more technical products and solutions that help people to share INSPIRE data, metadata and services.&lt;br /&gt;
&lt;br /&gt;
== Actions to improve the existing tools ==&lt;br /&gt;
* It could be useful that OSGeoLive projects listed on this page include some INSPIRE example in their quickstart documentation to illustrate their usefulness in the specific perspective of INSPIRE.&lt;br /&gt;
* It would be beneficial have these tools in the [https://inspire-reference.jrc.ec.europa.eu/tools INSPIRE in Practice platform tool section] highlighting how those ones actually support INSPIRE, for example by adding the [https://inspire-reference.jrc.ec.europa.eu/vocabulary/tasks INSPIRE tasks] they support (See example: https://inspire-reference.jrc.ec.europa.eu/tools/geoserver)&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE_tools_inventory&amp;diff=107422</id>
		<title>INSPIRE tools inventory</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE_tools_inventory&amp;diff=107422"/>
		<updated>2017-07-10T08:57:38Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page aims at building an inventory of the tools aiding the INSPIRE implementation. Several software tools have been developed within EU-funded projects and are suitable for reuse, but are often unknown to the broader community. If you are aware of free software implementing INSPIRE specifications, please contribute to this inventory.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
Please add a short description of the software implementation and a link to the online resource.&lt;br /&gt;
&lt;br /&gt;
=== Metadata management ===&lt;br /&gt;
&lt;br /&gt;
==== OSGeoLive tools ====&lt;br /&gt;
* [https://live.osgeo.org/en/quickstart/geonetwork_quickstart.html GeoNetwork] is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/euosme/description/ INSPIRE EUOSME]: (European Open Source Metadata Editor) developed by EC-JRC in the EuroGEOSS project, and deployed in the [http://inspire-geoportal.ec.europa.eu/editor/ INSPIRE Geoportal] to allow user to test editing capabilities and testing ISO19139 XML files&lt;br /&gt;
* [http://best-practices.smespire.eu/practices/133/inspire-metadata-in-a-simple-excel-file INSPIRE Excel file]: developed within [http://www.geosmartcity.eu/ GeoSmartCity project] to collect INSPIRE XML19139 compliant metadata in easy and quick way&lt;br /&gt;
* [http://52north.org/communities/metadata-management/smarteditor smartEditor]: smartEditor is a web based editor to easily create and update metadata documents on geospatial data sets, services, series and applications and many more resources supporting ISO19115/19119 and the INSPIRE metadata specification (INSPIRE Metadata Implementing Rules: Technical Guidelines based on EN ISO 19115 and EN ISO 19119)&lt;br /&gt;
* [http://grasswiki.osgeo.org/wiki/ISO/INSPIRE_Metadata_Support GRASS GIS ISO/INSPIRE Metadata support] developed within [http://trac.osgeo.org/grass/wiki/GSoC/2014/MetadataForGRASS Google Summer of Code 2014]&lt;br /&gt;
&lt;br /&gt;
=== Data storage/management ===&lt;br /&gt;
* [http://postgis.net/ PosgGIS] adds spatial capabilities to the PostgreSQL relational database. It extends PostgreSQL so it can store, query, and manipulate spatial data. In this Quickstart we will use ‘PostgreSQL’ when describing general database functions, and ‘PostGIS’ when describing the additional spatial functionality provided by PostGIS.&lt;br /&gt;
* [http://www.rasdaman.org Rasdaman]: flexible, scalable spatio-temporal raster server, supporting OGC WMS, WCS, WCPS, WPS; OGC WCS Core Reference Implementation.&lt;br /&gt;
* [http://www.gaia-gis.it/gaia-sins/ SpatiaLite]: ...&lt;br /&gt;
&lt;br /&gt;
=== Data modeling ===&lt;br /&gt;
* [http://idm.spatialdbgroup.polimi.it/it/inspire-data-model-tools/ INSPIRE Data Model Tools]: developed by Politecnico di Milano to facilitate the browsing of INSPIRE Data Specifications and provide procedure to structure PostGIS pseudo-INSPIRE SQL structure&lt;br /&gt;
&lt;br /&gt;
=== Data mapping/transformation === &lt;br /&gt;
==== OSGeoLive tools ====&lt;br /&gt;
* [http://www.deegree.org/ deegree]: deegree supports a internal DSL (a XML configuration file) to specify mappings from a database model into a GML application schema which allow on-the-fly transformation of data. &lt;br /&gt;
* [https://live.osgeo.org/en/quickstart/geokettle_quickstart.html Geokettle] is an ETL tool and can be useful to transform an existing dataset to comply with the schemes defined by the INSPIRE Directive. ''note: currently set to be retired in Live 11''&lt;br /&gt;
* In GDAL, the GMLAS driver is available which can read and write XML files of arbitrary structure, included those containing so-called Complex Features, provided that they are accompanied by one or several XML schemas that describe the structure of their content. While this driver is generic to any XML schema, the main target is to be able to read and write documents referencing directly or indirectly to the GML namespace.  &lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
* [http://www.esdi-community.eu/projects/hale HALE] is a tool for defining and evaluating conceptual schema mappings. HALE allows domain experts to create logically and semantically consistent mappings and to transform geodata based on these mappings. Furthermore, a major focus is put on the documentation of the schema transformation process and its impacts, e.g. in the form of lineage information attached to the resultant transformed data . Within the context of INSPIRE, data transformations will be needed both to publish data in compliance with the INSPIRE schemes and to use the published (and downloaded) data in combination with other sources.&lt;br /&gt;
* [http://inspire-foss.org inspire-foss.org INSPIRE FOSS]: ETL-tooling for INSPIRE Data harmonization and harmonized web services (largely unmaintained)&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/java4inspire/description Java4INSPIRE]: is a java library to handle INSPIRE data as java objects; it may be used to transform existing spatial datasets into INSPIRE compliant datasets&lt;br /&gt;
* [http://www.stetl.org Stetl]: Python-framework for ETL. With [https://github.com/justb4/stetl/tree/master/examples/basics/10_jinja2_templating Examples] for INSPIRE data harmonization.&lt;br /&gt;
&lt;br /&gt;
=== Network services ===&lt;br /&gt;
&lt;br /&gt;
==== Discovery ====&lt;br /&gt;
* [http://pycsw.org pycsw]: OGC CSW server.  Standalone or embeddable.  Powers CSW in CKAN, GeoNode.  OGC Reference Implementation&lt;br /&gt;
* Geonetwork&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an implementation of a OGC CSW 2.0.2 APISO server. Supporting harvest operation and storage of MD records for centralized approach. The [https://live.osgeo.org/fr/quickstart/deegree_quickstart.html Quickstart of Degree for the OsGeo-Live] uses an INSPIRE example.&lt;br /&gt;
&lt;br /&gt;
==== View ====&lt;br /&gt;
* [http://geoserver.org/ GeoServer] is a tool for serving maps for other clients to draw. It allows to setup view and download services as required by the INSPIRE Directive.&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an OGC compliant WMS 1.1.1 and 1.3.0 server (OGC reference implementation). Additional it has an implementation of the OGC WMTS 1.0 standard.&lt;br /&gt;
* [http://mapserver.org/ MapServer] is an Open Source server-based application that allows you to publish geographic map images and vector data through the internet using OGC standards such as WMS, WFS, and WCS.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
* GeoServer&lt;br /&gt;
* [http://www.deegree.org/ deegree]: Provides an OGC compliant WFS 2.0 support the Simple conformance class and GML 3.2.1 (Both are OGC reference implementations!)&lt;br /&gt;
* MapServer&lt;br /&gt;
* [https://wiki.52north.org/bin/view/SensorWeb/SensorObservationServiceIVDocumentation 52°North Sensor Observation Service 4.x]: Enhanced SOS implementation for serving observation data compliant with the INSPIRE requirements for Download Services&lt;br /&gt;
&lt;br /&gt;
=== Validation services ===&lt;br /&gt;
* [http://inspire-geoportal.ec.europa.eu/validator2/ INSPIRE Geoportal Validator]: developed by EC-JRC, it is used in the context of the INSPIRE Geoportal to perform validation of the metadata of resources discovered through the Member State Discovery Services.&lt;br /&gt;
* [https://github.com/inspire-eu-validation/ INSPIRE Validation &amp;amp; conformity testing]: Workspace for EU INSPIRE MIG Validation &amp;amp; conformity testing sub-group on GitHub&lt;br /&gt;
* [http://cloud.epsilon-italia.it/eenvplus_new/ eENVplus Validation Service]: developed by [http://www.epsilon-italia.it/ Epsilon Italia], in the frame of the [http://www.eenvplus.eu/ eENVplus project], is an online tool for the validation of INSPIRE datasets. It is freely accessible and open source, built upon TEAM Engine and the OGC CITE GML 3.2 Conformance Test Suite. It provides Executable Test Suites (ETS) implementing the Abstract Test Suites (ATS) which are included in the Annex A of the INSPIRE Data Specifications.&lt;br /&gt;
&lt;br /&gt;
=== Clients ===&lt;br /&gt;
* [http://www.qgis.org/ QGIS] can be used to consume INSPIRE compliant view and download services. The [https://github.com/INSPIRE-MIF/gml_application_schema_toolbox QGIS plugin ‘GML Application Schema Toolbox’] makes use of the GMLAS driver for GDAL and aims to develop tools to manipulate complex features in a GIS desktop application. On the related [https://github.com/INSPIRE-MIF/qgis-ogr-gmlas GitHub page] ‘Consumption and use of GML complex features like INSPIRE harmonised data (vector), GeoSciML within QGIS’, specific INSPIRE use cases are described and illustrated.&lt;br /&gt;
* [http://www.geomajas.org/ geomajas] can be used to support eGov workflows and create a controlled environment where processes can be executed based on available INSPIRE data.&lt;br /&gt;
&lt;br /&gt;
=== Registry ===&lt;br /&gt;
* [https://joinup.ec.europa.eu/software/re3gistry/description INSPIRE Re3gistry] implemented by EC-JRC and deployed on the [http://inspire.ec.europa.eu/registry/ INSPIRE web site]&lt;br /&gt;
&lt;br /&gt;
=== GeoPortals ===&lt;br /&gt;
* [http://www.getmap.gr/v2/eng/index.php?option=com_content&amp;amp;task=view&amp;amp;id=255&amp;amp;Itemid=554 GET SDI Portal] developed by [http://www.getmap.eu/ Geospatial Enabling Technologies Ltd]. A ready to deploy, fully featured SDI Services client already used at regional government level INSPIRE Geoportals.&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [https://joinup.ec.europa.eu/community/are3na/home Are3na] is A Reusable INSPIRE Reference Platform. This open community aims to support access to common reusable software and other components for spatial data in European e-government.&lt;br /&gt;
* [https://inspire-reference.jrc.ec.europa.eu/tools INSPIRE in Practice] is an inventory of useful tools for the INSPIRE implementation. They can range from desktop/server software, libraries, plugins, online services and many more technical products and solutions that help people to share INSPIRE data, metadata and services.&lt;br /&gt;
&lt;br /&gt;
== Actions to improve the existing tools ==&lt;br /&gt;
* It could be useful that OSGeoLive projects listed on this page include some INSPIRE example in their quickstart documentation to illustrate their usefulness in the specific perspective of INSPIRE.&lt;br /&gt;
* It would be beneficial to add these tools to the INSPIRE in Practice platform and adding the INSPIRE tasks they support (See example: https://inspire-reference.jrc.ec.europa.eu/tools/geoserver)&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107421</id>
		<title>INSPIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107421"/>
		<updated>2017-07-10T08:47:00Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list].''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
[http://inspire.jrc.ec.europa.eu/ INSPIRE] (Infrastructure for Spatial Information in Europe) is an initiative launched by the European Commission and developed in collaboration with the EU Member States and accession countries. It aims at making available relevant, harmonized and qualitative geographic information in the domain of environmental applications to support formulation, implementation, monitoring and evaluation of Community policies with a territorial dimension or impact. INSPIRE intends to trigger the creation of a European spatial data infrastructure (SDI) that delivers to the users integrated spatial information services linked to common standards and protocols.&lt;br /&gt;
The [http://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX:32007L0002 INSPIRE Directive] came into force on 15 May 2007 and will be implemented in [http://inspire.ec.europa.eu/inspire-roadmap/61 various stages], with full implementation required by 2021.&lt;br /&gt;
&lt;br /&gt;
The [http://inspire-geoportal.ec.europa.eu/) INSPIRE geoportal] provides the means to search for spatial data sets and spatial data services, and subject to access restrictions, to view spatial data sets from the EU Member States within the framework of the INSPIRE Directive.&amp;lt;ref&amp;gt;http://inspire-geoportal.ec.europa.eu/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Datasets in scope of INSPIRE are ones which come under one or more of INSPIRE themes.&amp;lt;ref&amp;gt;http://inspire.ec.europa.eu/data-specifications/2892&amp;lt;/ref&amp;gt;&lt;br /&gt;
The INSPIRE Directive defines 34 spatial data themes needed for environmental applications, grouped in 3 Annexes. &lt;br /&gt;
The themes and links to more information are listed on [http://inspire.ec.europa.eu/Themes/Data-Specifications/2892 the INSPIRE website]&lt;br /&gt;
&lt;br /&gt;
=== The INSPIRE Components ===&lt;br /&gt;
According to the INSPIRE Directive, View and Download services should be set up for the data which is within scope and metadata should be provided. Furthermore, data needs to comply with the INSPIRE data schemes and monitoring, testing and validation of the data, metadata and services should be executed.&lt;br /&gt;
&lt;br /&gt;
There are thus five INSPIRE major components: &lt;br /&gt;
# [http://inspire.ec.europa.eu/network-services/41 Network Services].&lt;br /&gt;
#* View Services.  Digital maps served through WMS 1.3 / ISO 19128. This makes it possible, as a minimum, to display, navigate, zoom in/out, pan, or overlay viewable spatial data sets and to display legend information;&lt;br /&gt;
#* Download Services. Digital data served through WFS 2.0 / ISO 19142 or download packages This enables copies of spatial data sets, or parts of such sets, to be downloaded and, where practicable, accessed directly;&lt;br /&gt;
#* Discovery Services. Catalog Services making it possible to search for spatial data sets and services on the basis of the content of the corresponding metadata and to display the content of the metadata&lt;br /&gt;
#* Transformation Services.&lt;br /&gt;
# [http://inspire.ec.europa.eu/metadata/6541 Metadata]. &lt;br /&gt;
# [http://inspire.ec.europa.eu/data-specifications/2892 Data Specification]. The harmonization of data that is needed to enable cross-country data sharing.&lt;br /&gt;
# [http://inspire.ec.europa.eu/monitoring-and-reporting/69 Reporting and Monitoring].&lt;br /&gt;
# [http://inspire.ec.europa.eu/data-and-service-sharing/62 Data and Service Sharing]. Licenses, copyright, all the fun stuff that prevents us from using data in our software.&lt;br /&gt;
&lt;br /&gt;
A complete set of INSPIRE tools and resources is available in the [http://inspire.ec.europa.eu/inspire-tools INSPIRE Toolkit section].&lt;br /&gt;
&lt;br /&gt;
== OSGeo's involvement ==&lt;br /&gt;
Many OSGeo projects are already tied into processes and the emerging INSPIRE architecture. &lt;br /&gt;
A formal meeting of OSGeo representatives with people (from JRC) involved in INSPIRE was planned for the end of 2008 but never happened. In 2010, JRC and OSGeo joined forces to make an [http://inspire-forum.jrc.ec.europa.eu/pg/groups/13847/ Open Source Mash-up at the INSPIRE conference] possible. &lt;br /&gt;
During FOSS4G conferences in 2016 and 2017 topic talks were co-organized by JRC to involve the join together the INSPIRE an OSGeo communities ([[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]], [https://europe.foss4g.org/2017/Topic_Talks Topic Talk - OSGeo-Live for INSPIRE (FOSS4G 2017]))&lt;br /&gt;
&lt;br /&gt;
== What is available and what is missing? ==&lt;br /&gt;
How good does Open Source GIS software fit into the INSPIRE picture? Can it be used as a software stack to build INSPIRE SDI's? &lt;br /&gt;
&lt;br /&gt;
The current OSGeo-Live applications include Open Source software that is needed to implement the different INSPIRE components. In this regard, providing an INSPIRE-flavoured version of the OSGeo-Live environment could be useful to provide European data providers with some of the technological means to help them meet INSPIRE’s legal obligations. This way, both the open source and INSPIRE communities may reinforce each other. As a starting point, the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] gives an overview of the available OSGeo-Live applications useful in the realm of INSPIRE, is given. The tools are grouped according to the [https://inspire-reference.jrc.ec.europa.eu/vocabulary/tasks INSPIRE-related tasks] they support. Furthermore, the applications currently missing to meet the INSPIRE obligations and the on-going projects are also mentioned on the[[INSPIRE tools inventory|INSPIRE tools inventory page]].&lt;br /&gt;
&lt;br /&gt;
Everybody who wants to contribute to this or wants to collaborate on creating an INSPIRE-flavoured OSGeoLive environment is invited to join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list] and keep the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] updated.&lt;br /&gt;
&lt;br /&gt;
From the data providers' perspective, the [[INSPIRE data experiments|INSPIRE data experiments wiki page]] will describe example use cases that demonstrate the creation of INSPIRE compliant data through OSGeo software.&lt;br /&gt;
&lt;br /&gt;
== Background information ==&lt;br /&gt;
=== Presentations and conferences ===&lt;br /&gt;
* [http://inspire.ec.europa.eu/pr_searchx.cfm INSPIRE Conference Search Tool], allows you to search past INSPIRE conference presentations (introduce the word OSGEO to get some related presentations)&lt;br /&gt;
* Next INSPIRE Conference: [http://inspire.ec.europa.eu/conference2017 INSPIRE Conference 2017]&lt;br /&gt;
* [[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]]&lt;br /&gt;
* [[AGIT 2009]] (Germlish) Workshop: [INSPIRE: Umsetzung mit Open Source Software] (version 0.2)&lt;br /&gt;
* [[FOSSGIS 2009]] (German) [http://www.fossgis.de/konferenz/wiki/INSPIRE:_Umsetzung_mit_Open_Source_Software INSPIRE: Umsetzung mit Open Source Software] (version 0.1)&lt;br /&gt;
* [http://www.gdi-de.org/de_neu/download/vortraege/090617_GSDI_Rotterdam_vDoemming.pdf INSPIRE Status Report in Germany] given by Andreas von Dömming at [http://www.gsdi.org GSDI]&lt;br /&gt;
* [http://www.justobjects.nl/jo/assets/presentation/bolsena-2010-inspire/index.html Implementing INSPIRE with Free and Open Source for Geo] given by [[Just_van_den_Broecke]] at [[Bolsena_Code_Sprint_2010]]&lt;br /&gt;
* [[INSPIRE conference 2013]]&lt;br /&gt;
&lt;br /&gt;
=== Use Cases ===&lt;br /&gt;
* [http://www.prtr.bund.de German Pollutant Release and Transfer Register] Web application and OSGeo SDI for public use with [[OpenStreetMap]] data.&lt;br /&gt;
* [http://www.nationaalgeoregister.nl Dutch National Geo Register] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
* [http://www.geocat.ch The Swiss Geographic Catalogue] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [https://www.youtube.com/watch?v=xew6qI-6wNk What is the INSPIRE Directive?] (Video)&lt;br /&gt;
* [[FOSS SDIC]]&lt;br /&gt;
* [[Geospatial Integration Showcase]]. This showcase aims to be an easily deployable testbed of inter-operable software and should provide a good basis for testing an INSPIRE stack. This showcase is initially targeting FOSS4G in October 2009.&lt;br /&gt;
* [[Metadata software]]&lt;br /&gt;
&lt;br /&gt;
; Blogosphere&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/32-1st-INSPIRE-Open-Source-Mash-Up.html 1st INSPIRE Open Source Mash-Up]&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/27-The-European-Union,-Open-Source-and-INSPIRE.html The European Union, Open Source and INSPIRE]&lt;br /&gt;
&lt;br /&gt;
; OSGeo INSPIRE Initiatives&lt;br /&gt;
* http://wiki.osgeo.org/wiki/INSPIRE_data_experiments and [http://lists.osgeo.org/mailman/listinfo/inspire-data inspire-data at lists.osgeo.org] mailinglist&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107420</id>
		<title>INSPIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107420"/>
		<updated>2017-07-10T08:33:00Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list].''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
[http://inspire.jrc.ec.europa.eu/ INSPIRE] (Infrastructure for Spatial Information in Europe) is an initiative launched by the European Commission and developed in collaboration with the EU Member States and accession countries. It aims at making available relevant, harmonized and qualitative geographic information in the domain of environmental applications to support formulation, implementation, monitoring and evaluation of Community policies with a territorial dimension or impact. INSPIRE intends to trigger the creation of a European spatial data infrastructure (SDI) that delivers to the users integrated spatial information services linked to common standards and protocols.&lt;br /&gt;
The [http://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX:32007L0002 INSPIRE Directive] came into force on 15 May 2007 and will be implemented in [http://inspire.ec.europa.eu/inspire-roadmap/61 various stages], with full implementation required by 2021.&lt;br /&gt;
&lt;br /&gt;
The [http://inspire-geoportal.ec.europa.eu/) INSPIRE geoportal] provides the means to search for spatial data sets and spatial data services, and subject to access restrictions, to view spatial data sets from the EU Member States within the framework of the INSPIRE Directive.&amp;lt;ref&amp;gt;http://inspire-geoportal.ec.europa.eu/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Datasets in scope of INSPIRE are ones which come under one or more of INSPIRE themes.&amp;lt;ref&amp;gt;http://inspire.ec.europa.eu/data-specifications/2892&amp;lt;/ref&amp;gt;&lt;br /&gt;
The INSPIRE Directive defines 34 spatial data themes needed for environmental applications, grouped in 3 Annexes. &lt;br /&gt;
The themes and links to more information are listed on [http://inspire.ec.europa.eu/Themes/Data-Specifications/2892 the INSPIRE website]&lt;br /&gt;
&lt;br /&gt;
=== The INSPIRE Components ===&lt;br /&gt;
According to the INSPIRE Directive, View and Download services should be set up for the data which is within scope and metadata should be provided. Furthermore, data needs to comply with the INSPIRE data schemes and monitoring, testing and validation of the data, metadata and services should be executed.&lt;br /&gt;
&lt;br /&gt;
There are thus five INSPIRE major components: &lt;br /&gt;
# [http://inspire.ec.europa.eu/network-services/41 Network Services].&lt;br /&gt;
#* View Services.  Digital maps served through WMS 1.3 / ISO 19128. This makes it possible, as a minimum, to display, navigate, zoom in/out, pan, or overlay viewable spatial data sets and to display legend information;&lt;br /&gt;
#* Download Services. Digital data served through WFS 2.0 / ISO 19142 or download packages This enables copies of spatial data sets, or parts of such sets, to be downloaded and, where practicable, accessed directly;&lt;br /&gt;
#* Discovery Services. Catalog Services making it possible to search for spatial data sets and services on the basis of the content of the corresponding metadata and to display the content of the metadata&lt;br /&gt;
#* Transformation Services.&lt;br /&gt;
# [http://inspire.ec.europa.eu/metadata/6541 Metadata]. &lt;br /&gt;
# [http://inspire.ec.europa.eu/data-specifications/2892 Data Specification]. The harmonization of data that is needed to enable cross-country data sharing.&lt;br /&gt;
# [http://inspire.ec.europa.eu/monitoring-and-reporting/69 Reporting and Monitoring].&lt;br /&gt;
# [http://inspire.ec.europa.eu/data-and-service-sharing/62 Data and Service Sharing]. Licenses, copyright, all the fun stuff that prevents us from using data in our software.&lt;br /&gt;
&lt;br /&gt;
A complete set of INSPIRE tools and resources is available in the [http://inspire.ec.europa.eu/inspire-tools INSPIRE Toolkit section]&lt;br /&gt;
&lt;br /&gt;
== OSGeo's involvement ==&lt;br /&gt;
Many OSGeo projects are already tied into processes and the emerging INSPIRE architecture. &lt;br /&gt;
A formal meeting of OSGeo representatives with people (from JRC) involved in INSPIRE was planned for the end of 2008 but never happened. In 2010, JRC and OSGeo joined forces to make an [http://inspire-forum.jrc.ec.europa.eu/pg/groups/13847/ Open Source Mash-up at the INSPIRE conference] possible. &lt;br /&gt;
During FOSS4G conferences in 2016 and 2017 topic talks were co-organized by JRC to involve the join together the INSPIRE an OSGeo communities ([[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]], [https://europe.foss4g.org/2017/Topic_Talks Topic Talk - OSGeo-Live for INSPIRE (FOSS4G 2017]))&lt;br /&gt;
&lt;br /&gt;
== What is available and what is missing? ==&lt;br /&gt;
How good does Open Source GIS software fit into the INSPIRE picture? Can it be used as a software stack to build INSPIRE SDI's? &lt;br /&gt;
&lt;br /&gt;
The current OSGeo-Live applications include Open Source software that is needed to implement the different INSPIRE components. In this regard, providing an INSPIRE-flavoured version of the OSGeo-Live environment could be useful to provide European data providers with some of the technological means to help them meet INSPIRE’s legal obligations. This way, both the open source and INSPIRE communities may reinforce each other. As a starting point, the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] gives an overview of the available OSGeo-Live applications useful in the realm of INSPIRE, is given. The tools are grouped according to the [https://inspire-reference.jrc.ec.europa.eu/vocabulary/tasks INSPIRE-related tasks] they support. Furthermore, the applications currently missing to meet the INSPIRE obligations and the on-going projects are also mentioned on the[[INSPIRE tools inventory|INSPIRE tools inventory page]].&lt;br /&gt;
&lt;br /&gt;
Everybody who wants to contribute to this or wants to collaborate on creating an INSPIRE-flavoured OSGeoLive environment is invited to join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list] and keep the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] updated.&lt;br /&gt;
&lt;br /&gt;
From the data providers' perspective, the [[INSPIRE data experiments|INSPIRE data experiments wiki page]] will describe example use cases that demonstrate the creation of INSPIRE compliant data through OSGeo software.&lt;br /&gt;
&lt;br /&gt;
== Background information ==&lt;br /&gt;
=== Presentations and conferences ===&lt;br /&gt;
* [http://inspire.ec.europa.eu/pr_searchx.cfm INSPIRE Conference Search Tool], allows you to search past conference presentations.&lt;br /&gt;
* Next INSPIRE Conference: [http://inspire.ec.europa.eu/conference2017 INSPIRE Conference 2017]&lt;br /&gt;
* [[AGIT 2009]] (Germlish) Workshop: [INSPIRE: Umsetzung mit Open Source Software] (version 0.2)&lt;br /&gt;
* [[FOSSGIS 2009]] (German) [http://www.fossgis.de/konferenz/wiki/INSPIRE:_Umsetzung_mit_Open_Source_Software INSPIRE: Umsetzung mit Open Source Software] (version 0.1)&lt;br /&gt;
* [http://www.gdi-de.org/de_neu/download/vortraege/090617_GSDI_Rotterdam_vDoemming.pdf INSPIRE Status Report in Germany] given by Andreas von Dömming at [http://www.gsdi.org GSDI]&lt;br /&gt;
* [http://www.justobjects.nl/jo/assets/presentation/bolsena-2010-inspire/index.html Implementing INSPIRE with Free and Open Source for Geo] given by [[Just_van_den_Broecke]] at [[Bolsena_Code_Sprint_2010]]&lt;br /&gt;
* [[INSPIRE conference 2013]]&lt;br /&gt;
* [[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]]&lt;br /&gt;
&lt;br /&gt;
=== Use Cases ===&lt;br /&gt;
* [http://www.prtr.bund.de German Pollutant Release and Transfer Register] Web application and OSGeo SDI for public use with [[OpenStreetMap]] data.&lt;br /&gt;
* [http://www.nationaalgeoregister.nl Dutch National Geo Register] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
* [http://www.geocat.ch The Swiss Geographic Catalogue] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[FOSS SDIC]]&lt;br /&gt;
* [[Geospatial Integration Showcase]]. This showcase aims to be an easily deployable testbed of inter-operable software and should provide a good basis for testing an INSPIRE stack. This showcase is initially targeting FOSS4G in October 2009.&lt;br /&gt;
* [[Metadata software]]&lt;br /&gt;
&lt;br /&gt;
; Blogosphere&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/32-1st-INSPIRE-Open-Source-Mash-Up.html 1st INSPIRE Open Source Mash-Up]&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/27-The-European-Union,-Open-Source-and-INSPIRE.html The European Union, Open Source and INSPIRE]&lt;br /&gt;
&lt;br /&gt;
; OSGeo INSPIRE Initiatives&lt;br /&gt;
* http://wiki.osgeo.org/wiki/INSPIRE_data_experiments and [http://lists.osgeo.org/mailman/listinfo/inspire-data inspire-data at lists.osgeo.org] mailinglist&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107419</id>
		<title>INSPIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107419"/>
		<updated>2017-07-10T08:19:16Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: /* What is available and what is missing? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list].''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
[http://inspire.jrc.ec.europa.eu/ INSPIRE] (Infrastructure for Spatial Information in Europe) is an initiative launched by the European Commission and developed in collaboration with EU Member States and accession countries. It aims at making available relevant, harmonized and qualitative geographic information in the domain of environmental applications to support formulation, implementation, monitoring and evaluation of Community policies with a territorial dimension or impact. INSPIRE intends to trigger the creation of a European spatial data infrastructure (SDI) that delivers to the users integrated spatial information services linked by common standards and protocols.&lt;br /&gt;
The Directive came into force on 15 May 2007 and will be implemented in various stages, with full implementation required by 2021.&lt;br /&gt;
&lt;br /&gt;
The [http://inspire-geoportal.ec.europa.eu/) INSPIRE geoportal] provides the means to search for spatial data sets and spatial data services, and subject to access restrictions, to view spatial data sets from the EU Member States within the framework of the INSPIRE Directive.&amp;lt;ref&amp;gt;http://inspire-geoportal.ec.europa.eu/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Datasets in scope of INSPIRE are ones which come under one or more of INSPIRE themes.&amp;lt;ref&amp;gt;http://inspire.ec.europa.eu/data-specifications/2892&amp;lt;/ref&amp;gt;&lt;br /&gt;
The INSPIRE Directive defines 34 spatial data themes needed for environmental applications, grouped in 3 Annexes. &lt;br /&gt;
The themes and links to more information are listed on [http://inspire.ec.europa.eu/Themes/Data-Specifications/2892 the INSPIRE website]&lt;br /&gt;
&lt;br /&gt;
=== The INSPIRE Components ===&lt;br /&gt;
According to the INSPIRE Directive, View and Download services should be set up for the data which is within scope and metadata should be provided. Furthermore, data needs to comply with the INSPIRE data schemes and monitoring, testing and validation of the data, metadata and services should be executed.&lt;br /&gt;
&lt;br /&gt;
There are thus five INSPIRE major components: &lt;br /&gt;
# [http://inspire.ec.europa.eu/network-services/41 Network Services].&lt;br /&gt;
#* View Services.  Digital maps served through WMS 1.3 / ISO 19128. This makes it possible, as a minimum, to display, navigate, zoom in/out, pan, or overlay viewable spatial data sets and to display legend information;&lt;br /&gt;
#* Download Services. Digital data served through WFS 2.0 / ISO 19142 or download packages This enables copies of spatial data sets, or parts of such sets, to be downloaded and, where practicable, accessed directly;&lt;br /&gt;
#* Discovery Services. Catalog Services making it possible to search for spatial data sets and services on the basis of the content of the corresponding metadata and to display the content of the metadata&lt;br /&gt;
#* Transformation Services.&lt;br /&gt;
# [http://inspire.ec.europa.eu/metadata/6541 Metadata]. &lt;br /&gt;
# [http://inspire.ec.europa.eu/data-specifications/2892 Data Specification]. The harmonization of data that is needed to enable cross-country data sharing.&lt;br /&gt;
# [http://inspire.ec.europa.eu/monitoring-and-reporting/69 Reporting and Monitoring].&lt;br /&gt;
# [http://inspire.ec.europa.eu/data-and-service-sharing/62 Data and Service Sharing]. Licenses, copyright, all the fun stuff that prevents us from using data in our software.&lt;br /&gt;
&lt;br /&gt;
== OSGeo's involvement ==&lt;br /&gt;
Many OSGeo projects are already tied into processes and the emerging INSPIRE architecture. &lt;br /&gt;
A formal meeting of OSGeo representatives with people (from JRC) involved in INSPIRE was planned for the end of 2008 but never happened. In 2010, JRC and OSGeo joined forces to make an [http://inspire-forum.jrc.ec.europa.eu/pg/groups/13847/ Open Source Mash-up at the INSPIRE conference] possible. &lt;br /&gt;
During FOSS4G conferences in 2016 and 2017 topic talks were co-organized by JRC to involve the join together the INSPIRE an OSGeo communities ([[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]], [https://europe.foss4g.org/2017/Topic_Talks Topic Talk - OSGeo-Live for INSPIRE (FOSS4G 2017]))&lt;br /&gt;
&lt;br /&gt;
== What is available and what is missing? ==&lt;br /&gt;
How good does Open Source GIS software fit into the INSPIRE picture? Can it be used as a software stack to build INSPIRE SDI's? &lt;br /&gt;
&lt;br /&gt;
The current OSGeo-Live applications include Open Source software that is needed to implement the different INSPIRE components. In this regard, providing an INSPIRE-flavoured version of the OSGeo-Live environment could be useful to provide European data providers with some of the technological means to help them meet INSPIRE’s legal obligations. This way, both the open source and INSPIRE communities may reinforce each other. As a starting point, the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] gives an overview of the available OSGeo-Live applications useful in the realm of INSPIRE, is given. The tools are grouped according to the [https://inspire-reference.jrc.ec.europa.eu/vocabulary/tasks INSPIRE-related tasks] they support. Furthermore, the applications currently missing to meet the INSPIRE obligations and the on-going projects are also mentioned on the[[INSPIRE tools inventory|INSPIRE tools inventory page]].&lt;br /&gt;
&lt;br /&gt;
Everybody who wants to contribute to this or wants to collaborate on creating an INSPIRE-flavoured OSGeoLive environment is invited to join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list] and keep the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] updated.&lt;br /&gt;
&lt;br /&gt;
From the data providers' perspective, the [[INSPIRE data experiments|INSPIRE data experiments wiki page]] will describe example use cases that demonstrate the creation of INSPIRE compliant data through OSGeo software.&lt;br /&gt;
&lt;br /&gt;
== Background information ==&lt;br /&gt;
=== Presentations and conferences ===&lt;br /&gt;
* [http://inspire.ec.europa.eu/pr_searchx.cfm INSPIRE Conference Search Tool], allows you to search past conference presentations.&lt;br /&gt;
* Next INSPIRE Conference: [http://inspire.ec.europa.eu/conference2017 INSPIRE Conference 2017]&lt;br /&gt;
* [[AGIT 2009]] (Germlish) Workshop: [INSPIRE: Umsetzung mit Open Source Software] (version 0.2)&lt;br /&gt;
* [[FOSSGIS 2009]] (German) [http://www.fossgis.de/konferenz/wiki/INSPIRE:_Umsetzung_mit_Open_Source_Software INSPIRE: Umsetzung mit Open Source Software] (version 0.1)&lt;br /&gt;
* [http://www.gdi-de.org/de_neu/download/vortraege/090617_GSDI_Rotterdam_vDoemming.pdf INSPIRE Status Report in Germany] given by Andreas von Dömming at [http://www.gsdi.org GSDI]&lt;br /&gt;
* [http://www.justobjects.nl/jo/assets/presentation/bolsena-2010-inspire/index.html Implementing INSPIRE with Free and Open Source for Geo] given by [[Just_van_den_Broecke]] at [[Bolsena_Code_Sprint_2010]]&lt;br /&gt;
* [[INSPIRE conference 2013]]&lt;br /&gt;
* [[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]]&lt;br /&gt;
&lt;br /&gt;
=== Use Cases ===&lt;br /&gt;
* [http://www.prtr.bund.de German Pollutant Release and Transfer Register] Web application and OSGeo SDI for public use with [[OpenStreetMap]] data.&lt;br /&gt;
* [http://www.nationaalgeoregister.nl Dutch National Geo Register] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
* [http://www.geocat.ch The Swiss Geographic Catalogue] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[FOSS SDIC]]&lt;br /&gt;
* [[Geospatial Integration Showcase]]. This showcase aims to be an easily deployable testbed of inter-operable software and should provide a good basis for testing an INSPIRE stack. This showcase is initially targeting FOSS4G in October 2009.&lt;br /&gt;
* [[Metadata software]]&lt;br /&gt;
&lt;br /&gt;
; Blogosphere&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/32-1st-INSPIRE-Open-Source-Mash-Up.html 1st INSPIRE Open Source Mash-Up]&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/27-The-European-Union,-Open-Source-and-INSPIRE.html The European Union, Open Source and INSPIRE]&lt;br /&gt;
&lt;br /&gt;
; OSGeo INSPIRE Initiatives&lt;br /&gt;
* http://wiki.osgeo.org/wiki/INSPIRE_data_experiments and [http://lists.osgeo.org/mailman/listinfo/inspire-data inspire-data at lists.osgeo.org] mailinglist&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107418</id>
		<title>INSPIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107418"/>
		<updated>2017-07-10T08:13:55Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: /* Presentations and conferences */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list].''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
[http://inspire.jrc.ec.europa.eu/ INSPIRE] (Infrastructure for Spatial Information in Europe) is an initiative launched by the European Commission and developed in collaboration with EU Member States and accession countries. It aims at making available relevant, harmonized and qualitative geographic information in the domain of environmental applications to support formulation, implementation, monitoring and evaluation of Community policies with a territorial dimension or impact. INSPIRE intends to trigger the creation of a European spatial data infrastructure (SDI) that delivers to the users integrated spatial information services linked by common standards and protocols.&lt;br /&gt;
The Directive came into force on 15 May 2007 and will be implemented in various stages, with full implementation required by 2021.&lt;br /&gt;
&lt;br /&gt;
The [http://inspire-geoportal.ec.europa.eu/) INSPIRE geoportal] provides the means to search for spatial data sets and spatial data services, and subject to access restrictions, to view spatial data sets from the EU Member States within the framework of the INSPIRE Directive.&amp;lt;ref&amp;gt;http://inspire-geoportal.ec.europa.eu/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Datasets in scope of INSPIRE are ones which come under one or more of INSPIRE themes.&amp;lt;ref&amp;gt;http://inspire.ec.europa.eu/data-specifications/2892&amp;lt;/ref&amp;gt;&lt;br /&gt;
The INSPIRE Directive defines 34 spatial data themes needed for environmental applications, grouped in 3 Annexes. &lt;br /&gt;
The themes and links to more information are listed on [http://inspire.ec.europa.eu/Themes/Data-Specifications/2892 the INSPIRE website]&lt;br /&gt;
&lt;br /&gt;
=== The INSPIRE Components ===&lt;br /&gt;
According to the INSPIRE Directive, View and Download services should be set up for the data which is within scope and metadata should be provided. Furthermore, data needs to comply with the INSPIRE data schemes and monitoring, testing and validation of the data, metadata and services should be executed.&lt;br /&gt;
&lt;br /&gt;
There are thus five INSPIRE major components: &lt;br /&gt;
# [http://inspire.ec.europa.eu/network-services/41 Network Services].&lt;br /&gt;
#* View Services.  Digital maps served through WMS 1.3 / ISO 19128. This makes it possible, as a minimum, to display, navigate, zoom in/out, pan, or overlay viewable spatial data sets and to display legend information;&lt;br /&gt;
#* Download Services. Digital data served through WFS 2.0 / ISO 19142 or download packages This enables copies of spatial data sets, or parts of such sets, to be downloaded and, where practicable, accessed directly;&lt;br /&gt;
#* Discovery Services. Catalog Services making it possible to search for spatial data sets and services on the basis of the content of the corresponding metadata and to display the content of the metadata&lt;br /&gt;
#* Transformation Services.&lt;br /&gt;
# [http://inspire.ec.europa.eu/metadata/6541 Metadata]. &lt;br /&gt;
# [http://inspire.ec.europa.eu/data-specifications/2892 Data Specification]. The harmonization of data that is needed to enable cross-country data sharing.&lt;br /&gt;
# [http://inspire.ec.europa.eu/monitoring-and-reporting/69 Reporting and Monitoring].&lt;br /&gt;
# [http://inspire.ec.europa.eu/data-and-service-sharing/62 Data and Service Sharing]. Licenses, copyright, all the fun stuff that prevents us from using data in our software.&lt;br /&gt;
&lt;br /&gt;
== OSGeo's involvement ==&lt;br /&gt;
Many OSGeo projects are already tied into processes and the emerging INSPIRE architecture. &lt;br /&gt;
A formal meeting of OSGeo representatives with people (from JRC) involved in INSPIRE was planned for the end of 2008 but never happened. In 2010, JRC and OSGeo joined forces to make an [http://inspire-forum.jrc.ec.europa.eu/pg/groups/13847/ Open Source Mash-up at the INSPIRE conference] possible. &lt;br /&gt;
During FOSS4G conferences in 2016 and 2017 topic talks were co-organized by JRC to involve the join together the INSPIRE an OSGeo communities ([[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]], [https://europe.foss4g.org/2017/Topic_Talks Topic Talk - OSGeo-Live for INSPIRE (FOSS4G 2017]))&lt;br /&gt;
&lt;br /&gt;
== What is available and what is missing? ==&lt;br /&gt;
How good does Open Source GIS software fit into the INSPIRE picture? Can it be used as a software stack to build INSPIRE SDI's? &lt;br /&gt;
&lt;br /&gt;
The current OSGeo-Live applications include Open Source software that is needed to implement the different INSPIRE components. In this regard, providing an INSPIRE-flavoured version of the OSGeo-Live environment could be useful to provide European data providers with some of the technological means to help them meet INSPIRE’s legal obligations. This way, both the open source and INSPIRE communities may reinforce each other. As a starting point, the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] gives an overview of the available OSGeo-Live applications useful in the realm of INSPIRE is given. The tools are grouped according to the INSPIRE-related tasks they support. Furthermore, the applications currently missing to meet the INSPIRE obligations and the on-going projects are also mentioned on the[[INSPIRE tools inventory|INSPIRE tools inventory page]].&lt;br /&gt;
&lt;br /&gt;
Everybody who wants to contribute to this or wants to collaborate on creating an INSPIRE-flavoured OSGeoLive environment is invited to join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list] and keep the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] updated.&lt;br /&gt;
&lt;br /&gt;
From the data providers' perspective, the [[INSPIRE data experiments|INSPIRE data experiments wiki page]] will describe example use cases that demonstrate the creation of INSPIRE compliant data through OSGeo software.&lt;br /&gt;
&lt;br /&gt;
== Background information ==&lt;br /&gt;
=== Presentations and conferences ===&lt;br /&gt;
* [http://inspire.ec.europa.eu/pr_searchx.cfm INSPIRE Conference Search Tool], allows you to search past conference presentations.&lt;br /&gt;
* Next INSPIRE Conference: [http://inspire.ec.europa.eu/conference2017 INSPIRE Conference 2017]&lt;br /&gt;
* [[AGIT 2009]] (Germlish) Workshop: [INSPIRE: Umsetzung mit Open Source Software] (version 0.2)&lt;br /&gt;
* [[FOSSGIS 2009]] (German) [http://www.fossgis.de/konferenz/wiki/INSPIRE:_Umsetzung_mit_Open_Source_Software INSPIRE: Umsetzung mit Open Source Software] (version 0.1)&lt;br /&gt;
* [http://www.gdi-de.org/de_neu/download/vortraege/090617_GSDI_Rotterdam_vDoemming.pdf INSPIRE Status Report in Germany] given by Andreas von Dömming at [http://www.gsdi.org GSDI]&lt;br /&gt;
* [http://www.justobjects.nl/jo/assets/presentation/bolsena-2010-inspire/index.html Implementing INSPIRE with Free and Open Source for Geo] given by [[Just_van_den_Broecke]] at [[Bolsena_Code_Sprint_2010]]&lt;br /&gt;
* [[INSPIRE conference 2013]]&lt;br /&gt;
* [[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]]&lt;br /&gt;
&lt;br /&gt;
=== Use Cases ===&lt;br /&gt;
* [http://www.prtr.bund.de German Pollutant Release and Transfer Register] Web application and OSGeo SDI for public use with [[OpenStreetMap]] data.&lt;br /&gt;
* [http://www.nationaalgeoregister.nl Dutch National Geo Register] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
* [http://www.geocat.ch The Swiss Geographic Catalogue] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[FOSS SDIC]]&lt;br /&gt;
* [[Geospatial Integration Showcase]]. This showcase aims to be an easily deployable testbed of inter-operable software and should provide a good basis for testing an INSPIRE stack. This showcase is initially targeting FOSS4G in October 2009.&lt;br /&gt;
* [[Metadata software]]&lt;br /&gt;
&lt;br /&gt;
; Blogosphere&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/32-1st-INSPIRE-Open-Source-Mash-Up.html 1st INSPIRE Open Source Mash-Up]&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/27-The-European-Union,-Open-Source-and-INSPIRE.html The European Union, Open Source and INSPIRE]&lt;br /&gt;
&lt;br /&gt;
; OSGeo INSPIRE Initiatives&lt;br /&gt;
* http://wiki.osgeo.org/wiki/INSPIRE_data_experiments and [http://lists.osgeo.org/mailman/listinfo/inspire-data inspire-data at lists.osgeo.org] mailinglist&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107417</id>
		<title>INSPIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107417"/>
		<updated>2017-07-10T08:01:47Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: /* What is available and what is missing? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list].''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
[http://inspire.jrc.ec.europa.eu/ INSPIRE] (Infrastructure for Spatial Information in Europe) is an initiative launched by the European Commission and developed in collaboration with EU Member States and accession countries. It aims at making available relevant, harmonized and qualitative geographic information in the domain of environmental applications to support formulation, implementation, monitoring and evaluation of Community policies with a territorial dimension or impact. INSPIRE intends to trigger the creation of a European spatial data infrastructure (SDI) that delivers to the users integrated spatial information services linked by common standards and protocols.&lt;br /&gt;
The Directive came into force on 15 May 2007 and will be implemented in various stages, with full implementation required by 2021.&lt;br /&gt;
&lt;br /&gt;
The [http://inspire-geoportal.ec.europa.eu/) INSPIRE geoportal] provides the means to search for spatial data sets and spatial data services, and subject to access restrictions, to view spatial data sets from the EU Member States within the framework of the INSPIRE Directive.&amp;lt;ref&amp;gt;http://inspire-geoportal.ec.europa.eu/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Datasets in scope of INSPIRE are ones which come under one or more of INSPIRE themes.&amp;lt;ref&amp;gt;http://inspire.ec.europa.eu/data-specifications/2892&amp;lt;/ref&amp;gt;&lt;br /&gt;
The INSPIRE Directive defines 34 spatial data themes needed for environmental applications, grouped in 3 Annexes. &lt;br /&gt;
The themes and links to more information are listed on [http://inspire.ec.europa.eu/Themes/Data-Specifications/2892 the INSPIRE website]&lt;br /&gt;
&lt;br /&gt;
=== The INSPIRE Components ===&lt;br /&gt;
According to the INSPIRE Directive, View and Download services should be set up for the data which is within scope and metadata should be provided. Furthermore, data needs to comply with the INSPIRE data schemes and monitoring, testing and validation of the data, metadata and services should be executed.&lt;br /&gt;
&lt;br /&gt;
There are thus five INSPIRE major components: &lt;br /&gt;
# [http://inspire.ec.europa.eu/network-services/41 Network Services].&lt;br /&gt;
#* View Services.  Digital maps served through WMS 1.3 / ISO 19128. This makes it possible, as a minimum, to display, navigate, zoom in/out, pan, or overlay viewable spatial data sets and to display legend information;&lt;br /&gt;
#* Download Services. Digital data served through WFS 2.0 / ISO 19142 or download packages This enables copies of spatial data sets, or parts of such sets, to be downloaded and, where practicable, accessed directly;&lt;br /&gt;
#* Discovery Services. Catalog Services making it possible to search for spatial data sets and services on the basis of the content of the corresponding metadata and to display the content of the metadata&lt;br /&gt;
#* Transformation Services.&lt;br /&gt;
# [http://inspire.ec.europa.eu/metadata/6541 Metadata]. &lt;br /&gt;
# [http://inspire.ec.europa.eu/data-specifications/2892 Data Specification]. The harmonization of data that is needed to enable cross-country data sharing.&lt;br /&gt;
# [http://inspire.ec.europa.eu/monitoring-and-reporting/69 Reporting and Monitoring].&lt;br /&gt;
# [http://inspire.ec.europa.eu/data-and-service-sharing/62 Data and Service Sharing]. Licenses, copyright, all the fun stuff that prevents us from using data in our software.&lt;br /&gt;
&lt;br /&gt;
== OSGeo's involvement ==&lt;br /&gt;
Many OSGeo projects are already tied into processes and the emerging INSPIRE architecture. &lt;br /&gt;
A formal meeting of OSGeo representatives with people (from JRC) involved in INSPIRE was planned for the end of 2008 but never happened. In 2010, JRC and OSGeo joined forces to make an [http://inspire-forum.jrc.ec.europa.eu/pg/groups/13847/ Open Source Mash-up at the INSPIRE conference] possible. &lt;br /&gt;
During FOSS4G conferences in 2016 and 2017 topic talks were co-organized by JRC to involve the join together the INSPIRE an OSGeo communities ([[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]], [https://europe.foss4g.org/2017/Topic_Talks Topic Talk - OSGeo-Live for INSPIRE (FOSS4G 2017]))&lt;br /&gt;
&lt;br /&gt;
== What is available and what is missing? ==&lt;br /&gt;
How good does Open Source GIS software fit into the INSPIRE picture? Can it be used as a software stack to build INSPIRE SDI's? &lt;br /&gt;
&lt;br /&gt;
The current OSGeo-Live applications include Open Source software that is needed to implement the different INSPIRE components. In this regard, providing an INSPIRE-flavoured version of the OSGeo-Live environment could be useful to provide European data providers with some of the technological means to help them meet INSPIRE’s legal obligations. This way, both the open source and INSPIRE communities may reinforce each other. As a starting point, the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] gives an overview of the available OSGeo-Live applications useful in the realm of INSPIRE is given. The tools are grouped according to the INSPIRE-related tasks they support. Furthermore, the applications currently missing to meet the INSPIRE obligations and the on-going projects are also mentioned on the[[INSPIRE tools inventory|INSPIRE tools inventory page]].&lt;br /&gt;
&lt;br /&gt;
Everybody who wants to contribute to this or wants to collaborate on creating an INSPIRE-flavoured OSGeoLive environment is invited to join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list] and keep the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] updated.&lt;br /&gt;
&lt;br /&gt;
From the data providers' perspective, the [[INSPIRE data experiments|INSPIRE data experiments wiki page]] will describe example use cases that demonstrate the creation of INSPIRE compliant data through OSGeo software.&lt;br /&gt;
&lt;br /&gt;
== Background information ==&lt;br /&gt;
=== Presentations and conferences ===&lt;br /&gt;
* [[AGIT 2009]] (Germlish) Workshop: [INSPIRE: Umsetzung mit Open Source Software] (version 0.2)&lt;br /&gt;
* [[FOSSGIS 2009]] (German) [http://www.fossgis.de/konferenz/wiki/INSPIRE:_Umsetzung_mit_Open_Source_Software INSPIRE: Umsetzung mit Open Source Software] (version 0.1)&lt;br /&gt;
* [http://www.gdi-de.org/de_neu/download/vortraege/090617_GSDI_Rotterdam_vDoemming.pdf INSPIRE Status Report in Germany] given by Andreas von Dömming at [http://www.gsdi.org GSDI]&lt;br /&gt;
* [http://www.justobjects.nl/jo/assets/presentation/bolsena-2010-inspire/index.html Implementing INSPIRE with Free and Open Source for Geo] given by [[Just_van_den_Broecke]] at [[Bolsena_Code_Sprint_2010]]&lt;br /&gt;
* [[INSPIRE conference 2013]]&lt;br /&gt;
* [[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]]&lt;br /&gt;
&lt;br /&gt;
=== Use Cases ===&lt;br /&gt;
* [http://www.prtr.bund.de German Pollutant Release and Transfer Register] Web application and OSGeo SDI for public use with [[OpenStreetMap]] data.&lt;br /&gt;
* [http://www.nationaalgeoregister.nl Dutch National Geo Register] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
* [http://www.geocat.ch The Swiss Geographic Catalogue] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[FOSS SDIC]]&lt;br /&gt;
* [[Geospatial Integration Showcase]]. This showcase aims to be an easily deployable testbed of inter-operable software and should provide a good basis for testing an INSPIRE stack. This showcase is initially targeting FOSS4G in October 2009.&lt;br /&gt;
* [[Metadata software]]&lt;br /&gt;
&lt;br /&gt;
; Blogosphere&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/32-1st-INSPIRE-Open-Source-Mash-Up.html 1st INSPIRE Open Source Mash-Up]&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/27-The-European-Union,-Open-Source-and-INSPIRE.html The European Union, Open Source and INSPIRE]&lt;br /&gt;
&lt;br /&gt;
; OSGeo INSPIRE Initiatives&lt;br /&gt;
* http://wiki.osgeo.org/wiki/INSPIRE_data_experiments and [http://lists.osgeo.org/mailman/listinfo/inspire-data inspire-data at lists.osgeo.org] mailinglist&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107416</id>
		<title>INSPIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107416"/>
		<updated>2017-07-10T07:57:59Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: /* OSGeo's involvement */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list].''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
[http://inspire.jrc.ec.europa.eu/ INSPIRE] (Infrastructure for Spatial Information in Europe) is an initiative launched by the European Commission and developed in collaboration with EU Member States and accession countries. It aims at making available relevant, harmonized and qualitative geographic information in the domain of environmental applications to support formulation, implementation, monitoring and evaluation of Community policies with a territorial dimension or impact. INSPIRE intends to trigger the creation of a European spatial data infrastructure (SDI) that delivers to the users integrated spatial information services linked by common standards and protocols.&lt;br /&gt;
The Directive came into force on 15 May 2007 and will be implemented in various stages, with full implementation required by 2021.&lt;br /&gt;
&lt;br /&gt;
The [http://inspire-geoportal.ec.europa.eu/) INSPIRE geoportal] provides the means to search for spatial data sets and spatial data services, and subject to access restrictions, to view spatial data sets from the EU Member States within the framework of the INSPIRE Directive.&amp;lt;ref&amp;gt;http://inspire-geoportal.ec.europa.eu/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Datasets in scope of INSPIRE are ones which come under one or more of INSPIRE themes.&amp;lt;ref&amp;gt;http://inspire.ec.europa.eu/data-specifications/2892&amp;lt;/ref&amp;gt;&lt;br /&gt;
The INSPIRE Directive defines 34 spatial data themes needed for environmental applications, grouped in 3 Annexes. &lt;br /&gt;
The themes and links to more information are listed on [http://inspire.ec.europa.eu/Themes/Data-Specifications/2892 the INSPIRE website]&lt;br /&gt;
&lt;br /&gt;
=== The INSPIRE Components ===&lt;br /&gt;
According to the INSPIRE Directive, View and Download services should be set up for the data which is within scope and metadata should be provided. Furthermore, data needs to comply with the INSPIRE data schemes and monitoring, testing and validation of the data, metadata and services should be executed.&lt;br /&gt;
&lt;br /&gt;
There are thus five INSPIRE major components: &lt;br /&gt;
# [http://inspire.ec.europa.eu/network-services/41 Network Services].&lt;br /&gt;
#* View Services.  Digital maps served through WMS 1.3 / ISO 19128. This makes it possible, as a minimum, to display, navigate, zoom in/out, pan, or overlay viewable spatial data sets and to display legend information;&lt;br /&gt;
#* Download Services. Digital data served through WFS 2.0 / ISO 19142 or download packages This enables copies of spatial data sets, or parts of such sets, to be downloaded and, where practicable, accessed directly;&lt;br /&gt;
#* Discovery Services. Catalog Services making it possible to search for spatial data sets and services on the basis of the content of the corresponding metadata and to display the content of the metadata&lt;br /&gt;
#* Transformation Services.&lt;br /&gt;
# [http://inspire.ec.europa.eu/metadata/6541 Metadata]. &lt;br /&gt;
# [http://inspire.ec.europa.eu/data-specifications/2892 Data Specification]. The harmonization of data that is needed to enable cross-country data sharing.&lt;br /&gt;
# [http://inspire.ec.europa.eu/monitoring-and-reporting/69 Reporting and Monitoring].&lt;br /&gt;
# [http://inspire.ec.europa.eu/data-and-service-sharing/62 Data and Service Sharing]. Licenses, copyright, all the fun stuff that prevents us from using data in our software.&lt;br /&gt;
&lt;br /&gt;
== OSGeo's involvement ==&lt;br /&gt;
Many OSGeo projects are already tied into processes and the emerging INSPIRE architecture. &lt;br /&gt;
A formal meeting of OSGeo representatives with people (from JRC) involved in INSPIRE was planned for the end of 2008 but never happened. In 2010, JRC and OSGeo joined forces to make an [http://inspire-forum.jrc.ec.europa.eu/pg/groups/13847/ Open Source Mash-up at the INSPIRE conference] possible. &lt;br /&gt;
During FOSS4G conferences in 2016 and 2017 topic talks were co-organized by JRC to involve the join together the INSPIRE an OSGeo communities ([[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]], [https://europe.foss4g.org/2017/Topic_Talks Topic Talk - OSGeo-Live for INSPIRE (FOSS4G 2017]))&lt;br /&gt;
&lt;br /&gt;
== What is available and what is missing? ==&lt;br /&gt;
How good does Open Source GIS software fit into the INSPIRE picture? Can it be used as a software stack to build INSPIRE SDI's? &lt;br /&gt;
&lt;br /&gt;
The current OSGeo-Live applications includes Open Source software that is needed to implement the different INSPIRE components. In this regard, providing an INSPIRE-flavoured version of the OSGeo-Live environment could be usefull to provide European data providers with some of the technological means to help them meet INSPIRE’s legal obligations. This way, both the open source and INSPIRE communities may reinforce each other. As a starting point, the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] gives an overview of the available OSGeo-Live applications usefull in the realm of INSPIRE is given. The tools are grouped according to the INSPIRE-related tasks they support. Furthermore, the applications currently missing to meet the INSPIRE obligations and the on-going projects are also mentioned on the[[INSPIRE tools inventory|INSPIRE tools inventory page]].&lt;br /&gt;
&lt;br /&gt;
Everybody who wants to contribute to this or wants to collaborate on creating an INSPIRE-flavoured OSGeoLive environment is invited to join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list] and keep the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] updated.&lt;br /&gt;
&lt;br /&gt;
From the data providers' perspective, the [[INSPIRE data experiments|INSPIRE data experiments wiki page]] will describe example use cases that demonstrate the creation of INSPIRE compliant data through OSGeo software.&lt;br /&gt;
&lt;br /&gt;
== Background information ==&lt;br /&gt;
=== Presentations and conferences ===&lt;br /&gt;
* [[AGIT 2009]] (Germlish) Workshop: [INSPIRE: Umsetzung mit Open Source Software] (version 0.2)&lt;br /&gt;
* [[FOSSGIS 2009]] (German) [http://www.fossgis.de/konferenz/wiki/INSPIRE:_Umsetzung_mit_Open_Source_Software INSPIRE: Umsetzung mit Open Source Software] (version 0.1)&lt;br /&gt;
* [http://www.gdi-de.org/de_neu/download/vortraege/090617_GSDI_Rotterdam_vDoemming.pdf INSPIRE Status Report in Germany] given by Andreas von Dömming at [http://www.gsdi.org GSDI]&lt;br /&gt;
* [http://www.justobjects.nl/jo/assets/presentation/bolsena-2010-inspire/index.html Implementing INSPIRE with Free and Open Source for Geo] given by [[Just_van_den_Broecke]] at [[Bolsena_Code_Sprint_2010]]&lt;br /&gt;
* [[INSPIRE conference 2013]]&lt;br /&gt;
* [[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]]&lt;br /&gt;
&lt;br /&gt;
=== Use Cases ===&lt;br /&gt;
* [http://www.prtr.bund.de German Pollutant Release and Transfer Register] Web application and OSGeo SDI for public use with [[OpenStreetMap]] data.&lt;br /&gt;
* [http://www.nationaalgeoregister.nl Dutch National Geo Register] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
* [http://www.geocat.ch The Swiss Geographic Catalogue] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[FOSS SDIC]]&lt;br /&gt;
* [[Geospatial Integration Showcase]]. This showcase aims to be an easily deployable testbed of inter-operable software and should provide a good basis for testing an INSPIRE stack. This showcase is initially targeting FOSS4G in October 2009.&lt;br /&gt;
* [[Metadata software]]&lt;br /&gt;
&lt;br /&gt;
; Blogosphere&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/32-1st-INSPIRE-Open-Source-Mash-Up.html 1st INSPIRE Open Source Mash-Up]&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/27-The-European-Union,-Open-Source-and-INSPIRE.html The European Union, Open Source and INSPIRE]&lt;br /&gt;
&lt;br /&gt;
; OSGeo INSPIRE Initiatives&lt;br /&gt;
* http://wiki.osgeo.org/wiki/INSPIRE_data_experiments and [http://lists.osgeo.org/mailman/listinfo/inspire-data inspire-data at lists.osgeo.org] mailinglist&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107415</id>
		<title>INSPIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107415"/>
		<updated>2017-07-10T07:56:32Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: /* The INSPIRE Components */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list].''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
[http://inspire.jrc.ec.europa.eu/ INSPIRE] (Infrastructure for Spatial Information in Europe) is an initiative launched by the European Commission and developed in collaboration with EU Member States and accession countries. It aims at making available relevant, harmonized and qualitative geographic information in the domain of environmental applications to support formulation, implementation, monitoring and evaluation of Community policies with a territorial dimension or impact. INSPIRE intends to trigger the creation of a European spatial data infrastructure (SDI) that delivers to the users integrated spatial information services linked by common standards and protocols.&lt;br /&gt;
The Directive came into force on 15 May 2007 and will be implemented in various stages, with full implementation required by 2021.&lt;br /&gt;
&lt;br /&gt;
The [http://inspire-geoportal.ec.europa.eu/) INSPIRE geoportal] provides the means to search for spatial data sets and spatial data services, and subject to access restrictions, to view spatial data sets from the EU Member States within the framework of the INSPIRE Directive.&amp;lt;ref&amp;gt;http://inspire-geoportal.ec.europa.eu/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Datasets in scope of INSPIRE are ones which come under one or more of INSPIRE themes.&amp;lt;ref&amp;gt;http://inspire.ec.europa.eu/data-specifications/2892&amp;lt;/ref&amp;gt;&lt;br /&gt;
The INSPIRE Directive defines 34 spatial data themes needed for environmental applications, grouped in 3 Annexes. &lt;br /&gt;
The themes and links to more information are listed on [http://inspire.ec.europa.eu/Themes/Data-Specifications/2892 the INSPIRE website]&lt;br /&gt;
&lt;br /&gt;
=== The INSPIRE Components ===&lt;br /&gt;
According to the INSPIRE Directive, View and Download services should be set up for the data which is within scope and metadata should be provided. Furthermore, data needs to comply with the INSPIRE data schemes and monitoring, testing and validation of the data, metadata and services should be executed.&lt;br /&gt;
&lt;br /&gt;
There are thus five INSPIRE major components: &lt;br /&gt;
# [http://inspire.ec.europa.eu/network-services/41 Network Services].&lt;br /&gt;
#* View Services.  Digital maps served through WMS 1.3 / ISO 19128. This makes it possible, as a minimum, to display, navigate, zoom in/out, pan, or overlay viewable spatial data sets and to display legend information;&lt;br /&gt;
#* Download Services. Digital data served through WFS 2.0 / ISO 19142 or download packages This enables copies of spatial data sets, or parts of such sets, to be downloaded and, where practicable, accessed directly;&lt;br /&gt;
#* Discovery Services. Catalog Services making it possible to search for spatial data sets and services on the basis of the content of the corresponding metadata and to display the content of the metadata&lt;br /&gt;
#* Transformation Services.&lt;br /&gt;
# [http://inspire.ec.europa.eu/metadata/6541 Metadata]. &lt;br /&gt;
# [http://inspire.ec.europa.eu/data-specifications/2892 Data Specification]. The harmonization of data that is needed to enable cross-country data sharing.&lt;br /&gt;
# [http://inspire.ec.europa.eu/monitoring-and-reporting/69 Reporting and Monitoring].&lt;br /&gt;
# [http://inspire.ec.europa.eu/data-and-service-sharing/62 Data and Service Sharing]. Licenses, copyright, all the fun stuff that prevents us from using data in our software.&lt;br /&gt;
&lt;br /&gt;
== OSGeo's involvement ==&lt;br /&gt;
Many OSGeo projects are already tied into processes and the emerging INSPIRE architecture. &lt;br /&gt;
A formal meeting of OSGeo representatives with people (from JRC) involved in INSPIRE was planned for the end of 2008 but never happened. In 2010, JRC and OSGeo joined forces to make an [http://inspire-forum.jrc.ec.europa.eu/pg/groups/13847/ Open Source Mash-up at the INSPIRE conference] possible. During FOSS4G conferences in 2016 and 2017 topic talks were co-organized by JRC to involve the join together the INSPIRE en OSGeo communities ([[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]], [https://europe.foss4g.org/2017/Topic_Talks Topic Talk - OSGeo-Live for INSPIRE (FOSS4G 2017]))&lt;br /&gt;
&lt;br /&gt;
== What is available and what is missing? ==&lt;br /&gt;
How good does Open Source GIS software fit into the INSPIRE picture? Can it be used as a software stack to build INSPIRE SDI's? &lt;br /&gt;
&lt;br /&gt;
The current OSGeo-Live applications includes Open Source software that is needed to implement the different INSPIRE components. In this regard, providing an INSPIRE-flavoured version of the OSGeo-Live environment could be usefull to provide European data providers with some of the technological means to help them meet INSPIRE’s legal obligations. This way, both the open source and INSPIRE communities may reinforce each other. As a starting point, the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] gives an overview of the available OSGeo-Live applications usefull in the realm of INSPIRE is given. The tools are grouped according to the INSPIRE-related tasks they support. Furthermore, the applications currently missing to meet the INSPIRE obligations and the on-going projects are also mentioned on the[[INSPIRE tools inventory|INSPIRE tools inventory page]].&lt;br /&gt;
&lt;br /&gt;
Everybody who wants to contribute to this or wants to collaborate on creating an INSPIRE-flavoured OSGeoLive environment is invited to join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list] and keep the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] updated.&lt;br /&gt;
&lt;br /&gt;
From the data providers' perspective, the [[INSPIRE data experiments|INSPIRE data experiments wiki page]] will describe example use cases that demonstrate the creation of INSPIRE compliant data through OSGeo software.&lt;br /&gt;
&lt;br /&gt;
== Background information ==&lt;br /&gt;
=== Presentations and conferences ===&lt;br /&gt;
* [[AGIT 2009]] (Germlish) Workshop: [INSPIRE: Umsetzung mit Open Source Software] (version 0.2)&lt;br /&gt;
* [[FOSSGIS 2009]] (German) [http://www.fossgis.de/konferenz/wiki/INSPIRE:_Umsetzung_mit_Open_Source_Software INSPIRE: Umsetzung mit Open Source Software] (version 0.1)&lt;br /&gt;
* [http://www.gdi-de.org/de_neu/download/vortraege/090617_GSDI_Rotterdam_vDoemming.pdf INSPIRE Status Report in Germany] given by Andreas von Dömming at [http://www.gsdi.org GSDI]&lt;br /&gt;
* [http://www.justobjects.nl/jo/assets/presentation/bolsena-2010-inspire/index.html Implementing INSPIRE with Free and Open Source for Geo] given by [[Just_van_den_Broecke]] at [[Bolsena_Code_Sprint_2010]]&lt;br /&gt;
* [[INSPIRE conference 2013]]&lt;br /&gt;
* [[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]]&lt;br /&gt;
&lt;br /&gt;
=== Use Cases ===&lt;br /&gt;
* [http://www.prtr.bund.de German Pollutant Release and Transfer Register] Web application and OSGeo SDI for public use with [[OpenStreetMap]] data.&lt;br /&gt;
* [http://www.nationaalgeoregister.nl Dutch National Geo Register] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
* [http://www.geocat.ch The Swiss Geographic Catalogue] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[FOSS SDIC]]&lt;br /&gt;
* [[Geospatial Integration Showcase]]. This showcase aims to be an easily deployable testbed of inter-operable software and should provide a good basis for testing an INSPIRE stack. This showcase is initially targeting FOSS4G in October 2009.&lt;br /&gt;
* [[Metadata software]]&lt;br /&gt;
&lt;br /&gt;
; Blogosphere&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/32-1st-INSPIRE-Open-Source-Mash-Up.html 1st INSPIRE Open Source Mash-Up]&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/27-The-European-Union,-Open-Source-and-INSPIRE.html The European Union, Open Source and INSPIRE]&lt;br /&gt;
&lt;br /&gt;
; OSGeo INSPIRE Initiatives&lt;br /&gt;
* http://wiki.osgeo.org/wiki/INSPIRE_data_experiments and [http://lists.osgeo.org/mailman/listinfo/inspire-data inspire-data at lists.osgeo.org] mailinglist&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107414</id>
		<title>INSPIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=107414"/>
		<updated>2017-07-10T07:54:34Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list].''&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
[http://inspire.jrc.ec.europa.eu/ INSPIRE] (Infrastructure for Spatial Information in Europe) is an initiative launched by the European Commission and developed in collaboration with EU Member States and accession countries. It aims at making available relevant, harmonized and qualitative geographic information in the domain of environmental applications to support formulation, implementation, monitoring and evaluation of Community policies with a territorial dimension or impact. INSPIRE intends to trigger the creation of a European spatial data infrastructure (SDI) that delivers to the users integrated spatial information services linked by common standards and protocols.&lt;br /&gt;
The Directive came into force on 15 May 2007 and will be implemented in various stages, with full implementation required by 2021.&lt;br /&gt;
&lt;br /&gt;
The [http://inspire-geoportal.ec.europa.eu/) INSPIRE geoportal] provides the means to search for spatial data sets and spatial data services, and subject to access restrictions, to view spatial data sets from the EU Member States within the framework of the INSPIRE Directive.&amp;lt;ref&amp;gt;http://inspire-geoportal.ec.europa.eu/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
Datasets in scope of INSPIRE are ones which come under one or more of INSPIRE themes.&amp;lt;ref&amp;gt;http://inspire.ec.europa.eu/data-specifications/2892&amp;lt;/ref&amp;gt;&lt;br /&gt;
The INSPIRE Directive defines 34 spatial data themes needed for environmental applications, grouped in 3 Annexes. &lt;br /&gt;
The themes and links to more information are listed on [http://inspire.ec.europa.eu/Themes/Data-Specifications/2892 the INSPIRE website]&lt;br /&gt;
&lt;br /&gt;
=== The INSPIRE Components ===&lt;br /&gt;
According to the INSPIRE Directive, View and Download services should be set up for the data which is within scope and metadata should be provided. Furthermore, data needs to comply with the INSPIRE data schemes and monitoring, testing and validation of the data, metadata and services should be executed.&lt;br /&gt;
&lt;br /&gt;
There are thus five major components: &lt;br /&gt;
# [http://inspire.ec.europa.eu/spatial-data-services/580 Network Services].&lt;br /&gt;
#* View Services.  Digital maps served through WMS 1.3 / ISO 19128. This makes it possible, as a minimum, to display, navigate, zoom in/out, pan, or overlay viewable spatial data sets and to display legend information;&lt;br /&gt;
#* Download Services. Digital data served through WFS 2.0 / ISO 19142 or download packages This enables copies of spatial data sets, or parts of such sets, to be downloaded and, where practicable, accessed directly;&lt;br /&gt;
#* Discovery Services. Catalog Services making it possible to search for spatial data sets and services on the basis of the content of the corresponding metadata and to display the content of the metadata&lt;br /&gt;
#* Transformation Services.&lt;br /&gt;
# [http://inspire.ec.europa.eu/metadata/6541 Metadata]. &lt;br /&gt;
# [http://inspire.ec.europa.eu/data-specifications/2892 Data Specification]. The harmonization of data that is needed to enable cross-country data sharing.&lt;br /&gt;
# [http://inspire.ec.europa.eu/monitoring-and-reporting/69 Reporting and Monitoring].&lt;br /&gt;
# [http://inspire.ec.europa.eu/data-and-service-sharing/62 Data and Service Sharing]. Licenses, copyright, all the fun stuff that prevents us from using data in our software. &lt;br /&gt;
&lt;br /&gt;
== OSGeo's involvement ==&lt;br /&gt;
Many OSGeo projects are already tied into processes and the emerging INSPIRE architecture. &lt;br /&gt;
A formal meeting of OSGeo representatives with people (from JRC) involved in INSPIRE was planned for the end of 2008 but never happened. In 2010, JRC and OSGeo joined forces to make an [http://inspire-forum.jrc.ec.europa.eu/pg/groups/13847/ Open Source Mash-up at the INSPIRE conference] possible. During FOSS4G conferences in 2016 and 2017 topic talks were co-organized by JRC to involve the join together the INSPIRE en OSGeo communities ([[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]], [https://europe.foss4g.org/2017/Topic_Talks Topic Talk - OSGeo-Live for INSPIRE (FOSS4G 2017]))&lt;br /&gt;
&lt;br /&gt;
== What is available and what is missing? ==&lt;br /&gt;
How good does Open Source GIS software fit into the INSPIRE picture? Can it be used as a software stack to build INSPIRE SDI's? &lt;br /&gt;
&lt;br /&gt;
The current OSGeo-Live applications includes Open Source software that is needed to implement the different INSPIRE components. In this regard, providing an INSPIRE-flavoured version of the OSGeo-Live environment could be usefull to provide European data providers with some of the technological means to help them meet INSPIRE’s legal obligations. This way, both the open source and INSPIRE communities may reinforce each other. As a starting point, the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] gives an overview of the available OSGeo-Live applications usefull in the realm of INSPIRE is given. The tools are grouped according to the INSPIRE-related tasks they support. Furthermore, the applications currently missing to meet the INSPIRE obligations and the on-going projects are also mentioned on the[[INSPIRE tools inventory|INSPIRE tools inventory page]].&lt;br /&gt;
&lt;br /&gt;
Everybody who wants to contribute to this or wants to collaborate on creating an INSPIRE-flavoured OSGeoLive environment is invited to join the [http://lists.osgeo.org/mailman/listinfo/inspire-data INSPIRE Mailing list] and keep the [[INSPIRE tools inventory|INSPIRE tools inventory wiki page]] updated.&lt;br /&gt;
&lt;br /&gt;
From the data providers' perspective, the [[INSPIRE data experiments|INSPIRE data experiments wiki page]] will describe example use cases that demonstrate the creation of INSPIRE compliant data through OSGeo software.&lt;br /&gt;
&lt;br /&gt;
== Background information ==&lt;br /&gt;
=== Presentations and conferences ===&lt;br /&gt;
* [[AGIT 2009]] (Germlish) Workshop: [INSPIRE: Umsetzung mit Open Source Software] (version 0.2)&lt;br /&gt;
* [[FOSSGIS 2009]] (German) [http://www.fossgis.de/konferenz/wiki/INSPIRE:_Umsetzung_mit_Open_Source_Software INSPIRE: Umsetzung mit Open Source Software] (version 0.1)&lt;br /&gt;
* [http://www.gdi-de.org/de_neu/download/vortraege/090617_GSDI_Rotterdam_vDoemming.pdf INSPIRE Status Report in Germany] given by Andreas von Dömming at [http://www.gsdi.org GSDI]&lt;br /&gt;
* [http://www.justobjects.nl/jo/assets/presentation/bolsena-2010-inspire/index.html Implementing INSPIRE with Free and Open Source for Geo] given by [[Just_van_den_Broecke]] at [[Bolsena_Code_Sprint_2010]]&lt;br /&gt;
* [[INSPIRE conference 2013]]&lt;br /&gt;
* [[2016 Topic Talk - become INSPIRE'd by OSGeo|Topic Talk 'Become INSPIRE'd by OSGeo (FOSS4G 2016)]]&lt;br /&gt;
&lt;br /&gt;
=== Use Cases ===&lt;br /&gt;
* [http://www.prtr.bund.de German Pollutant Release and Transfer Register] Web application and OSGeo SDI for public use with [[OpenStreetMap]] data.&lt;br /&gt;
* [http://www.nationaalgeoregister.nl Dutch National Geo Register] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
* [http://www.geocat.ch The Swiss Geographic Catalogue] INSPIRE-compliant metadata server implemented with [[GeoNetwork]]&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[FOSS SDIC]]&lt;br /&gt;
* [[Geospatial Integration Showcase]]. This showcase aims to be an easily deployable testbed of inter-operable software and should provide a good basis for testing an INSPIRE stack. This showcase is initially targeting FOSS4G in October 2009.&lt;br /&gt;
* [[Metadata software]]&lt;br /&gt;
&lt;br /&gt;
; Blogosphere&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/32-1st-INSPIRE-Open-Source-Mash-Up.html 1st INSPIRE Open Source Mash-Up]&lt;br /&gt;
* [http://arnulf.us/sevendipity/archives/27-The-European-Union,-Open-Source-and-INSPIRE.html The European Union, Open Source and INSPIRE]&lt;br /&gt;
&lt;br /&gt;
; OSGeo INSPIRE Initiatives&lt;br /&gt;
* http://wiki.osgeo.org/wiki/INSPIRE_data_experiments and [http://lists.osgeo.org/mailman/listinfo/inspire-data inspire-data at lists.osgeo.org] mailinglist&lt;br /&gt;
&lt;br /&gt;
[[Category: Standards]]&lt;br /&gt;
[[Category: INSPIRE]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Geoinquietosmadrid_grupoPython&amp;diff=71733</id>
		<title>Geoinquietosmadrid grupoPython</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Geoinquietosmadrid_grupoPython&amp;diff=71733"/>
		<updated>2013-06-07T08:28:31Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Lhquiros: /* Participantes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Geoinquietos Madrid : Grupo de trabajo Python ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* '''Objetivo''': Aprender programación en python&lt;br /&gt;
* '''Facilitadores''': Graeme Herbert y Roberto Antolín&lt;br /&gt;
* '''Proxima reunión''': Introducción a python en [http://medialab-prado.es/article/donde_y_cuando Medialab Prado] (07-06-2013, primera planta a las 17:00)&lt;br /&gt;
&lt;br /&gt;
En la [http://lists.osgeo.org/mailman/listinfo/madrid lista de correo de Geoinquietos Madrid] se irá discutiendo todo lo relativo al grupo, pero recordad empezar siempre el asunto con '''[Grupo python]''' para que la gente pueda discriminar lo que quiere y no leer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Documentación ===&lt;br /&gt;
&lt;br /&gt;
Python fue desarrollado en primera instancia por Guido van Rossum, el cual ha escrito un [https://www.google.es/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=5&amp;amp;cad=rja&amp;amp;ved=0CFoQFjAE&amp;amp;url=http%3A%2F%2Fpdf-world.net%2Fpdf-2011%2Fguido-van-rossum-pdf.pdf&amp;amp;ei=5AQmUfGeCYS7hAecroDADg&amp;amp;usg=AFQjCNGP5JWkH4cVnoFwQVGlymnKapzaxw&amp;amp;sig2=NVPBfcUo7G7SQSDVvGjBMA manual]. Esta versión es del 2000 está desactualizada. Por desgracia, la versión actualizada no se encuentra un versión en pdf por internet si no es en amazon. Existe, sin embargo el  [http://docs.python.org/2/tutorial/ tutorial-manual]. En la [http://www.python.org/doc/ página oficial de documentación de python] hay varios enlaces que también se pueden utilizar y también una página con [http://wiki.python.org/moin/SpanishLanguage enlaces a documentos en español].&lt;br /&gt;
&lt;br /&gt;
Existen otros tutoriales y cursos como el de la serie &amp;quot;learn XXXX the hard way&amp;quot;, vamos, en el modo duro. En este caso [http://learnpythonthehardway.org/ Learn Python the Hard Way]. No es muy difícil, pero sí es duro por repetitivo. El truco está en escribir todo (nada de copiar-pegar) y así ir aprendiendo a base de equivocarse. Yo lo he seguido durante un tiempo pero acaba cansando si no se es muy perseverante. Puede ser útil para marcarse un guión y para practicar de manera individual.&lt;br /&gt;
&lt;br /&gt;
Para los que prefieren literatura en castellano está el libro [http://mundogeek.net/tutorial-python/ Python para todos], que parece bastante completo y que podría ser una de las referencias, precisamente porque está solventada la barrera del idioma. Para los que quieren probar con el entorno de IDLE existe una [https://hkn.eecs.berkeley.edu/~dyoo/python/idle_intro/IDLE_spanish.html introducción en español].&lt;br /&gt;
&lt;br /&gt;
En la pagina oficial de python.org hay una sección que tiene una selección de aplicaciones de python [https://pypi.python.org/pypi?:action=browse&amp;amp;c=391 relacionados con los SIG].&lt;br /&gt;
&lt;br /&gt;
Por último, añadir también el [https://www.dropbox.com/sh/uv9yfy51vsnpixk/ElZyF05N40/Grupo%20Python enlace] donde se ha colgado los vídeos del curos de coursera [https://www.coursera.org/course/programming1 Learn to Program: The Fundamentals] basado en python. Son vídeos muy sencillitos y que tratan muy poco temario. Describen los tipos de python y un poco de control de flujo. La ventaja es que hay ejercicios para practicar y coger una buena práxis.&lt;br /&gt;
&lt;br /&gt;
En esta sección se irán colgando todos los enlaces a documentación que puedan resultar interesantes para el grupo.&lt;br /&gt;
&lt;br /&gt;
=== Participantes ===&lt;br /&gt;
Graeme Herbert&lt;br /&gt;
&lt;br /&gt;
Roberto Antolín&lt;br /&gt;
&lt;br /&gt;
[[Santiago Higuera]]&lt;br /&gt;
&lt;br /&gt;
Yansa Tejada&lt;br /&gt;
&lt;br /&gt;
Pablo Gómez&lt;br /&gt;
&lt;br /&gt;
Javi Sánchez&lt;br /&gt;
&lt;br /&gt;
Almudena García&lt;br /&gt;
&lt;br /&gt;
Juan Sanguino&lt;br /&gt;
&lt;br /&gt;
Jesús García&lt;br /&gt;
&lt;br /&gt;
Alejandro Zappala&lt;br /&gt;
&lt;br /&gt;
Miguel Fiandor&lt;br /&gt;
&lt;br /&gt;
Lorena Hernández&lt;br /&gt;
&lt;br /&gt;
=== Primera reunión ===&lt;br /&gt;
&lt;br /&gt;
Vamos a utilizar como referencia a Python Para Todos, enlazado arriba en la sección de documentación. Se puede guardar una copia local de este documento. También va a ser útil leer el documento de introducción a IDLE (en la sección de Documentación).&lt;br /&gt;
&lt;br /&gt;
[http://www.python.org/download/releases/ Instalación de python] para las versiones 2 y 3 en producción&lt;br /&gt;
&lt;br /&gt;
[[Category:Español]]&lt;br /&gt;
[[Category:Iniciativas Locales]]&lt;br /&gt;
[[Category:Geoinquietos Madrid]]&lt;/div&gt;</summary>
		<author><name>Wiki-Lhquiros</name></author>
	</entry>
</feed>