Updated overview of INSPIRE and OGC

pull/3/head
root 2018-07-25 09:42:21 -04:00
parent 3274c16640
commit 78c7d08b1d
8 changed files with 79 additions and 35 deletions

5
compile Executable file
View File

@ -0,0 +1,5 @@
rm -R build
mkdir build
cd build
cmake -DHTML=ON ..
make

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -3,43 +3,24 @@
:License: Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
Geospatial standards
================================================================================
|
1. Open Geospatial Consortium
================================================================================
The Open Geospatial Consortium (OGC) was founded in 1994 to make geographic information an integral part of the worlds information infrastructure. OGC members technology providers and technology users collaboratively develop open interface standards and associated encoding standards, and also best practices, that enable developers to create information systems that can easily exchange “geospatial” information and instructions with other information systems. Requirements range from complex scheduling and control of Earth observation satellites to displaying simple map images on the Web and encoding location in just a few bytes for geo-tagging and messaging. A look at the `OGC Domain Working Groups <http://www.opengeospatial.org/projects/groups/wg>`_ shows the wide scope of current activity in the OGC.
The OGC Standards Baseline consists of the `OGC standards <http://www.opengeospatial.org/standards>`_ for interfaces, encodings, profiles, application schemas, and best practice documents. The `OGC Reference Model (ORM) <http://www.opengeospatial.org/standards/orm>`_ describes these standards and the relationships between them and related ISO standards. The ORM provides an overview of OGC standards and serves as a useful resource for defining architectures for specific applications.
.. image:: /images/projects/inspire/ogc.png
:alt: Open Geospatial Consortium
:target: http://www.opengeospatial.org
:scale: 50 %
:align: right
In developing a Web services application using OGC standards (and in learning about the relationships between OGC standards) it helps to think of publish, find and bind as the key functions for applications in a Web services environment.
* Publish: Resource providers advertise their resources.
* Find: End users and their applications can discover resources that they need at run-time.
* Bind: End users and their applications can access and exercise resources at run-time.
Most of the OGC standards developed in recent years are standards for the Web services environment, and these standards are collectively referred to as OGC Web Services (OWS). A `comprehensive list of standards <http://www.opengeospatial.org/standards/>`_ is available.
|
@LOGO_inspire@
@OSGEO_KIND_inspire@
@NAME_inspire@
================================================================================
The `INSPIRE Directive <https://inspire.ec.europa.eu>`__ aims to create a European Union spatial data infrastructure (SDI) for the purposes of environmental policies. This European SDI will enable the sharing of environmental spatial information among public sector organisations, facilitate public access to spatial information and assist in policy-making across boundaries.
INSPIRE is based on the infrastructures for spatial information established and operated by the 28 Member States of the European Union. The Directive addresses 34 spatial data themes needed for environmental applications. It came into force on 15 May 2007 and will be implemented in various stages, with full implementation required by 2021. INSPIRE is on a technical level based on international standards, mainly those developed by the OGC and ISO.
The `INSPIRE Directive <https://inspire.ec.europa.eu>`__ aims to create a
European Union spatial data infrastructure (SDI) for the purposes of
environmental policies. This European SDI will enable the sharing of
environmental spatial information among public sector organisations, facilitate
public access to spatial information and assist in policy-making across
boundaries. INSPIRE is based on the infrastructures for spatial information
established and operated by the 28 Member States of the European Union. The
Directive addresses 34 spatial data themes needed for environmental
applications. It came into force on 15 May 2007 and will be implemented in
various stages, with full implementation required by 2021. INSPIRE is on a
technical level based on international standards, mainly those developed by the
OGC and ISO.
Public sector authorities whose data falls within the scope of the Directive shall:
@ -48,7 +29,15 @@ Public sector authorities whose data falls within the scope of the Directive sha
* Establish network services (discovery, view, download).
* Harmonise their spatial data in accordance with common specifications.
Currently, more than 7,000 institutions contribute their data to INSPIRE. A significant share of them use OSGeo applications throughout the implementation process. :doc:`OSGeoLive <../index>` provides an easy entry to the implementation process through an increasing number of readily available examples with sample data European data from multiple application domains. In addition, a dedicated wiki page on `INSPIRE and OSGeo <https://wiki.osgeo.org/wiki/INSPIRE>`__ is established that gives an overview of the legal and technical aspects of INSPIRE together with selected use cases and an overview of OSGeo tools that implementers may use.
Currently, more than 7,000 institutions contribute their data to INSPIRE. A
significant share of them use OSGeo applications throughout the implementation
process. :doc:`OSGeoLive <../index>` provides an easy entry to the
implementation process through an increasing number of readily available
examples with sample data European data from multiple application domains. In
addition, a dedicated wiki page on `INSPIRE and OSGeo
<https://wiki.osgeo.org/wiki/INSPIRE>`__ is established that gives an overview
of the legal and technical aspects of INSPIRE together with selected use cases
and an overview of OSGeo tools that implementers may use.
Details

View File

@ -0,0 +1,48 @@
:author: Alexander Kotsev
:Version: osgeolive12.0
:License: Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
@LOGO_ogc@
@OSGEO_KIND_ogc@
@NAME_ogc@
================================================================================
The Open Geospatial Consortium (OGC) was founded in 1994 to make geographic
information an integral part of the worlds information infrastructure. OGC
members technology providers and technology users collaboratively develop
open interface standards and associated encoding standards, and also best
practices, that enable developers to create information systems that can easily
exchange “geospatial” information and instructions with other information
systems. Requirements range from complex scheduling and control of Earth
observation satellites to displaying simple map images on the Web and encoding
location in just a few bytes for geo-tagging and messaging. A look at the `OGC
Domain Working Groups <http://www.opengeospatial.org/projects/groups/wg>`_
shows the wide scope of current activity in the OGC.
The OGC Standards Baseline consists of the `OGC standards
<http://www.opengeospatial.org/standards>`_ for interfaces, encodings,
profiles, application schemas, and best practice documents. The `OGC Reference
Model (ORM) <http://www.opengeospatial.org/standards/orm>`_ describes these
standards and the relationships between them and related ISO standards. The ORM
provides an overview of OGC standards and serves as a useful resource for
defining architectures for specific applications.
In developing a Web services application using OGC standards (and in learning
about the relationships between OGC standards) it helps to think of publish,
find and bind as the key functions for applications in a Web services
environment.
* Publish: Resource providers advertise their resources.
* Find: End users and their applications can discover resources that they need at run-time.
* Bind: End users and their applications can access and exercise resources at run-time.
Most of the OGC standards developed in recent years are standards for the Web
services environment, and these standards are collectively referred to as OGC
Web Services (OWS). A `comprehensive list of standards
<http://www.opengeospatial.org/standards/>`_ is available.
Details
--------------------------------------------------------------------------------
**Website:** http://www.opengeospatial.org

View File

@ -48,7 +48,7 @@ $sections .= get_section('Spatial Tools', 'Specific analysis tools', $configurat
$sections .= get_section('Domain Specific GIS', 'Applications targeted at a specific domain', $configuration);
$sections .= get_section('Data', 'Spatial data sets', $configuration);
$sections .= get_section('Geospatial Libraries', ' ', $configuration);
$sections .= get_section('Legislation', ' ', $configuration);
$sections .= get_section('Geospatial Standards', ' ', $configuration);
$sections .= get_section('Available in prior OSGeo-Live releases', ' ', $configuration);
write_script($sections);
exit 0;

View File

@ -1,5 +1,4 @@
# document? | slug |version| Quickstart? |Overview?|Section| last | One Liner| OpenHub name |URL|kind|name
Y | inspire | NA | N | Y | Legislation | | Infrastructure for Spatial Information in Europe | | https://inspire.ec.europa.eu/about-inspire/563 | | INSPIRE
######################| | | | | | | | | | |
# Desktop GIS | | | | | | | | | | |
######################| | | | | | | | | | |
@ -81,9 +80,12 @@ Y | geos | 3.6.2 | N | Y | Geospatial Libraries | | C/C++ Spatial
Y | proj4 | 4.9.3 | Y | Y | Geospatial Libraries | | Coordinate Reference System Libraries | proj4|http://proj4.org/index.html|OSGeo_community|Proj.4
Y | liblas | 1.8.1 | Y | Y | Geospatial Libraries | | LiDAR Data Access | liblas|http://liblas.org/| |libLAS
Y | jts | NA | N | Y | Geospatial Libraries | | Java Topology Suite | jts-topo-suite| | |JTS Topology Suite
######################| | | | | | | | | | |
# Legislation | | | | | | | | | | |
# Geospatial Standards | | | | | | | | | | |
######################| | | | | | | | | | |
Y | ogc | NA | N | Y | Geospatial Standards | | Open Geospatial Consortium | | http://www.opengeospatial.org | |OGC
Y | inspire | NA | N | Y | Geospatial Standards | | Infrastructure for Spatial Information in Europe | | https://inspire.ec.europa.eu/about-inspire/563 | |INSPIRE
######################| | | | | | | | | | |
# RETIRED| | | | | | | | | | |
######################| | | | | | | | | | |

1 # document? slug version Quickstart? Overview? Section last One Liner OpenHub name URL kind name
Y inspire NA N Y Legislation Infrastructure for Spatial Information in Europe https://inspire.ec.europa.eu/about-inspire/563 INSPIRE
2 ######################
3 # Desktop GIS
4 ######################
80 Y proj4 4.9.3 Y Y Geospatial Libraries Coordinate Reference System Libraries proj4 http://proj4.org/index.html OSGeo_community Proj.4
81 Y liblas 1.8.1 Y Y Geospatial Libraries LiDAR Data Access liblas http://liblas.org/ libLAS
82 Y jts NA N Y Geospatial Libraries Java Topology Suite jts-topo-suite JTS Topology Suite
83 ######################
84 ###################### # Geospatial Standards
85 # Legislation ######################
86 ###################### Y ogc NA N Y Geospatial Standards Open Geospatial Consortium http://www.opengeospatial.org OGC
87 Y inspire NA N Y Geospatial Standards Infrastructure for Spatial Information in Europe https://inspire.ec.europa.eu/about-inspire/563 INSPIRE
88 ######################
89 ###################### # RETIRED
90 # RETIRED ######################
91 ###################### N 52nWSS retired Y Y 6.5 Web Security Service, retired after OSGeoLive 6.5 http://52north.org/security 52°North WSS