Top Banner
www.xebia.com GIS – Geographic Information System Rocky Jaiswal, Senior Consultant Xebia India
14

Gis Xke

May 25, 2015

Download

Technology

Presentation by Rocky Jaiswal. He is a Senior Consultant at Xebia IT Architects India Pvt. Ltd.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Gis Xke

www.xebia.com

GIS – Geographic Information System

Rocky Jaiswal, Senior Consultant

Xebia India

Page 2: Gis Xke

www.xebia.com

GIS

Page 3: Gis Xke

www.xebia.com

Agenda

•What is GIS?•GIS – How it works?•GIS – Databases / File Types•GIS – Middlewares•GIS – Applications•Google Maps•Open Source GIS Application (WMS)•Geoserver + Google Earth Demo•Closing Notes

Page 4: Gis Xke

www.xebia.com

What is GIS

GIS stands for Geographic Information SystemsIn the strictest sense, the term describes any information system that integrates, stores, edits, analyzes, shares, and displays geographic information.

Helps anywhere where “Where?” can help

Page 5: Gis Xke

www.xebia.com

How GIS works?

•Layers of Data•Raster•Vector•Points•Polylines•Polygons•Styles

Page 6: Gis Xke

www.xebia.com

How GIS works?

Raster is nothing but a digital image.Vector is a digital stored gemoetry.

Vector data can be easier to register, scale, and re-project. This can simplify combining vector layers from different sources.

Vector data is more compatible with relational database environments.

They can be part of a relational table as a normal column and processed using a multitude of operators.

A word about drafting

Page 7: Gis Xke

www.xebia.com

How GIS works?

There are two common types of coordinate systems used in GIS:

* A global or spherical coordinate system such as latitude-longitude.

* A projected coordinate system based on a map projection such as transverse Mercator (along with numerous other map projection models) provide various mechanisms to project maps of the earth's spherical surface onto a two-dimensional Cartesian coordinate plane.

Page 8: Gis Xke

www.xebia.com

GIS – Major Players

•ESRI ($610 M)

•Mapinfo ($165 M)

•Autodesk ($1.84 B)

•ERDAS

•Smallworld (GE)

•India (Service Providers)

–TCS

–Satyam

–HCL

–Infotech Enterprises

–www.mapmyindia.com

–Rolta

–RMSI

Page 9: Gis Xke

www.xebia.com

GIS DBs and Filetypes

Spatial - Spatial supports the object-relational model for representing geometries. This model stores an entire geometry in the Oracle native spatial data type for vector data, SDO_GEOMETRY.INSERT INTO cola_markets VALUES(

1, 'cola_a', SDO_GEOMETRY(

2003, -- two-dimensional polygon

NULL,

NULL,

SDO_ELEM_INFO_ARRAY(1,1003,3), -- one rectangle (1003 = exterior)

SDO_ORDINATE_ARRAY(1,1, 5,7) -- only 2 points needed to

-- define rectangle (lower left and upper right)

Page 10: Gis Xke

www.xebia.com

GIS DBs and Filetypes

PostGISINSERT INTO geotable ( the_geom, the_name )

VALUES ( ST_GeomFromText('POINT(-126.4 45.32)', 312), 'A Place');

ESRI's Shape Files (.shp), Mapinfo .tab files

FME – Feature Manipulation Engine

Page 11: Gis Xke

www.xebia.com

GIS Applications

•Vehicle Tracking (My Experience)•Utilities + Telecom•Urban Planning•Defence•Criminology (http://sanbernardino.ca.crimeviewcommunity.com/)

Page 12: Gis Xke

www.xebia.com

Google Maps Demo

A small Google Maps DemoAdding a markerStreetView on Google Maps

Page 13: Gis Xke

www.xebia.com

OpenGS Consortium

A Web Map Service (WMS) is a standard protocol for serving georeferenced map images over the Internet that are generated by a map server using data from a GIS database.

Page 14: Gis Xke

www.xebia.com

Geoserver Demo

•What is Geoserver?•Setup of Geoserver•Setup of PostGIS•Demo•Google Earth + KML•Google Earth in the browser