opengis by: rumana reaz arifin amna alsarabi. what is open gis transparent access to mixed geodata...

26
OpenGIS By: Rumana Reaz Arifin Amna Alsarabi

Upload: solomon-thompson

Post on 17-Jan-2018

215 views

Category:

Documents


0 download

DESCRIPTION

Why is Open GIS  The interoperability established by OpenGIS standards enables web users to combine data from many locations by eliminating obstacles created by platform differences. Source:http://www.dir.state.tx.us/tgic/committee/tac/docs/ogc.ppt

TRANSCRIPT

Page 1: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

OpenGISBy:

Rumana Reaz ArifinAmna Alsarabi

Page 2: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

What is Open GIS Transparent access to

mixed geodata and geoprocessing resources in a networked environment.

GIS users can freely exchange data over a range of GIS software systems and networks without having to worry about format conversion or proprietary data types.

Source:http://www.dir.state.tx.us/tgic/committee/tac/docs/ogc.ppt

Page 3: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Why is Open GISThe interoperability

established by OpenGIS standards enables web users to combine data from many locations by eliminating obstacles created by platform differences.

Source:http://www.dir.state.tx.us/tgic/committee/tac/docs/ogc.ppt

Page 4: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

A sample application A student who is interested in the proximity of new public schools to closed landfills can easily create a map on his browser by connecting to just the data he needs. The student does not know that the data is coming from two different state agencies (TNRCC and TEA), or that the data is kept in two different GIS platform types. With the creation of true OpenGIS interfaces the student can create a map that was never even imagined by the suppliers of the data.

Source:http://www.dir.state.tx.us/tgic/committee/tac/docs/ogc.ppt

Page 5: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Features of OpenGIS Makes Geospatial information from different sources

Easy to find and access (regardless to its physical location). Easy to integrate, even when sources contain dissimilar types of

data (raster, vector, coverage, etc.) Easy to register, superimpose, and render for display. Incorporate into enterprise information systems.

Additionally, seeks to facilitate the exchange of information among other systems, such as statistical analysis, image processing, document management, or visualization rather than within only GIS.

Page 6: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Open Geospatial Consortium Creator and manager of an industry wide architecture for

interoperable geoprocessing.

In the OGC, more than 330+ commercial, governmental, nonprofit and research organizations worldwide,(like ESRI,Intergraph,Oracle) collaborate in an open consensus process

It was previously known as Open GIS Consortium when it was founded in 1994.

Page 7: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

What does OGC do Much geospatial data is available

on the web and in off-line archives, but it is complex heterogeneous, and incompatible.

Common interfaces are the only

way to enable combination of data to happen automatically over the Internet.

……………and OGC brings together the key players and provides a formal structure for achieving consensus on the common interfaces that result in interoperability among diverse geoprocessing systems.

source: http://epubs.cclrc.ac.uk/bitstream/931/EGU06-A-10100.ppt

Page 8: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

OGC Specification OpenGIS Specifications are technical documents that detail

interfaces and are available to everyone at no cost. Most important OGC specifications are: OGC Reference Model - a complete set of reference

models. WMS - Web Map Service WFS - Web Feature Service WCS - Web Coverage Service GML - Geography Markup Language CAT - Web Catalog Service SFS - Simple Features - SQL WPS –Web Processing Service (in Testbed)

Page 9: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Web Map Service (WMS)

It provides an mechanism to display CAD and GIS data without costly data conversion.

The WMS utilizes an HTTP request structure that packages a request to one or more servers that understand a WMS request.

The server processes the WMS request and sends back a geo-registered picture to the client in PNG, a GIF, or a JPEG image.

Page 10: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

WMS Application-Intergraph’s Support

Intergraph's GeoMedia WebMap running on Windows 2000 and GeoMedia WebMap Publisher uses WMS implementation to deliver data to the MapServer platform.

Therefore, there is no additional configuration required to use the GeoMedia WebMap Publisher created maps; the WMS implementation understands them directly.

Also,the MapServer system then uses that data, to serve maps for users.

Page 11: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Maps delivered via GeoMedia Web Map and GeoMedia WebMap Publisher

WMS Application(contd…)

source: http://ogcuser.opengeospatial.org/node/97

Maps delivered via MapServer.

Here, the building colors are same because, both maps are using the same specification when published and later when read in Mapserver.

Page 12: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Web Feature Service (WFS) Provides a structure for

query and retrieval of geographic features.

It is implemented as messages carried over HTTP request to server.

It uses Geography Markup Language (GML) for transferring features from the server to the client.

The basic Web Feature Service allows querying and retrieval of features.

A transactional Web Feature Service (WFS-T) allows creation, deletion, and updating of features.

Page 13: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Geography Markup Language (GML)

The Geography Markup Language (GML) is the XML grammar, defined by the OGC to express geographical features.

GML serves as a modeling language for geographic systems and open interchange format for geographic transactions on the Internet.

Page 14: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

<?xml version="1.0" encoding="iso-8859-1"?><rs><r><name>Horton Plaza</name><URL></URL><labelpos>41.46,77.51</labelpos><c>5076,1540 4986,1540 4895,1539 4803,1539 4715,1539 4622,1539 4534,1538 4534,1641 4534,1745 4534,1856 4622,1856 4711,1856 4800,1856 4893,1855 4984,1855 5075,1854 5075,1749 5076,1646 </c></r><r><name>Gaslamp</name><URL></URL><labelpos>44.60,83.00</labelpos><c>5162,1013 5084,1057 5083,1116 5081,1222 5079,1326 5079,1433 5076,1540 5076,1646 5075,1749 5075,1854 5167,1854 5257,1855 5257,1750 5259,1647 5260,1541 5262,1434 5262,1328 5263,1222 5263,1013 </c></r>. . .

<?xml version="1.0"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN" "http://www.w3c.org/2000/svg10-20000303-stylable" [<!ENTITY base "fill:#ff0000;stroke:#000000;stroke-width:1;">]><svg width="100%" height="100%" viewBox="0 0 11590 7547" style="shape-rendering:geometricPrecision; text-rendering:optimizeLegibility"><g id="karta" transform="scale(1, -1) translate(0, -7547)"><g id="base" style="&base;"><path id="a1" title="Horton Plaza" style="fill:#00ff00;" d="M5076,1540L 4986,1540 4895,1539 4803,1539 4715,1539 4622,1539 4534,1538 4534,1641 4534,1745 4534,1856 4622,1856 4711,1856 4800,1856 4893,1855 4984,1855 5075,1854 5075,1749 5076,1646 5076,1540z"/><path id="a2" title="Gaslamp" style="fill:#ffff00;" d="M5162,1013L 5084,1057 5083,1116 5081,1222 5079,1326 5079,1433 5076,1540 5076,1646 5075,1749 5075,1854 5167,1854 5257,1855 5257,1750 5259,1647 5260,1541 5262,1434 5262,1328 5263,1222 5263,1013 5162,1013z"/></g></g></svg>

SVG

WFS application using GML

http://www.directionsmag.com/article.php

Page 15: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Web Coverage Service (WCS) A WCS provides access to detailed and rich sets of

geospatial information. Operations:

GetCapabilities DescribeCoverage GetCoverage

Unlike WMS, which return static maps, WCS provides available data together with their detailed descriptions.

Unlike WFS, which returns discrete geospatial features, the WCS returns representations of space-varying phenomena.

Page 16: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Who will most benefit from Open GIS? The answer is USERS. A much larger population of users than currently use GIS and

remote sensing software, producers, owners, stewards, and resellers of geodata will be benefited. Because………

The majority of GIS in operation today follow an Homogeneous or Proprietary approach, where the specific GIS applications and capabilities are tightly coupled to their internal data models and structures.

Utilizing an ESRI based software package also requires ESRI proprietary data structure such as ‘Shapefiles’ in order to utilize all analytical aspects of the software.

Within this model, an organization would also typically, adopt an associated vendor file format as an internal standard.

Page 17: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Open GIS provides Distriubuted GIS

The major benefit is the ability to distribute and then combine disparate data to produce new combinatorial datasets, regardless of the original format. Therefore promoting information exchange across organizations.

Users are not restricted to specific vendor systems or formats.

User can access raster and vector data, regardless of its original matter.

Page 18: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Distributed resource integrationwith OGC service wrappers

source: http://epubs.cclrc.ac.uk/bitstream/931/EGU06-A-10100.ppt

Page 19: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Is software vendors sacrificing competitive advantage in Open GIS

The answer is No.

Rather they will be benefited because: The market will be much bigger; The geoprocessing software integration business will be booming; Current users will buy the new versions of software that have

OpenGIS Conformant interfaces; There will be new jobs for metadata and data semantics experts,

geographers who help build and integrate geographic "content" for web sites etc.

As a whole increasingly the users will be affected.

Page 20: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

ESRIs’ support for OGC ESRI, being the market leader, is a Principal member of Open

Geospatial Consortium, Inc. (OGC) and fully encompasses OGC specifications and standards.

ESRI's goal is to support appropriate specifications as they become finalized and to participate in the development of GIS standards via active participation in OGC.

ESRI is able to contribute knowledge in interoperability and ensure the realization of standards compliance in ESRI software products.

ArcGIS is founded upon key interoperability and Web computing concepts and is in use today by tens of thousands of organizations that rely on GIS and IT interoperability

The Shapefile spatial data format is open and published by ESRI.ESRI encourages developers and users to create interchange capabilities to both read and create shapefiles.

ESRI is working with the OGC group to find a simplified GML solution with better performance

Page 21: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

ArcWeb Services ESRI’s ArcWeb Services use the proprietary

ArcXML format to serve data. ArcWeb Services can serve the data as an

image service or a feature (vector) service Provide the same functionality as an OGC WMS

or WFS. 

Page 22: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

OGC Map Service Evalutation

Advantage As WMS image files are

small, a geographic area can be streamed quickly.

WFS allows GIS manipulation of features and filtering due to the fact that it provides more than just an image.

Disadvantage WMS map is good for

viewing but it is only an image, so it cannot be used for analysis like GIS vector data.

WFS performance can be a large problem due to the verbosity of GML documents.

Page 23: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

OGC vs. ESRI Map Services Most map services in operation are serving data in

image format, using either ESRI web services with ArcXML or OGC WMS with images and XML metadata

With ESRI software, an ESRI map service can be created and then ‘extend’ it to support OGC standards

ESRI software has better integration with ArcWeb Services than with OGC WMS/WFS

ArcWeb Services have a robust feature set when accessed by ESRI clients, including the ability to sort and query tabular data from the GIS layer that OGC WMS does not have

Page 24: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Intergraph support OGC WMS.

Microsoft MapPoint Web Service Customized applications include displaying maps, finding features

and geocoded locations, driving directions, proximity searches, thematic data layers. But cannot perform spatial analysis, like geocoding etc.

Google Map Is a popular way for viewing spatial data, getting directions and

finding geocoded address but is not designed to do GIS analysis. Primarily displays point data – the ability to integrate line and

polygon data is not straightforward. Google Earth

Again, a data display tool, not meant for GIS analysis (yet). Provides easy access to global remote sensing coverage for

context and can display polygons.

Other Map Services

Page 25: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

In summary……. Open GIS products is still

not market leader but its competing with homogeneous GIS products.

As it provides more flexibility to users by ensuring interoperability, its applications are increasing highly in mainstream GIS.

Some Applications GeoTools GRASS MapSever OpenEV OpenMap Fmaps MITAB InovaGIS OSSIM

Page 26: OpenGIS By: Rumana Reaz Arifin Amna Alsarabi. What is Open GIS  Transparent access to mixed geodata and geoprocessing resources in a networked environment

Thank You

Is Open GIS the Future?