Top Banner
An overview of GIS data
32

An overview of GIS data

Feb 22, 2016

Download

Documents

chang dags

An overview of GIS data. Today’s Topic:. GIS Data Models. Data Types ArcGIS terminology Review of coordinate systems. 2 basic types of Data Models Raster Vector. 2 Kinds of GISs. Raster GIS Vector GIS. Pixel. Raster. Raster GIS. Raster is nothing but an array of grid cells - PowerPoint PPT Presentation
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: An overview  of GIS data

An overview of GIS data

Page 2: An overview  of GIS data

2

Today’s Topic:

• Data Types

• ArcGIS terminology

• Review of coordinate systems

• GIS Data Models

Page 3: An overview  of GIS data

3

2 basic types of Data Models• Raster• Vector

• Raster GIS• Vector GIS

Page 4: An overview  of GIS data

Raster GIS• Raster is nothing but an array of grid cells• Each cell is called Pixel (Picture element)Example: IDRISI, ERDAS, GRASS

Pixel

Raster

Page 5: An overview  of GIS data

5

DEM (Digital Elevation Model):An example of Raster Data

400 450 500 600 600

300 350 450 400 450

250 200 150 150 400

0 50 100 250 450

Page 6: An overview  of GIS data

6

Raster representation of reservoir and highway

Page 7: An overview  of GIS data

7

Raster GIS• In Raster, each cell is

homogeneous • It represents either one class or

another, nothing in between• However, in reality, a cell is not

one thing or another.

Page 8: An overview  of GIS data

Rasterizing of features

Mixel Pixel

Page 9: An overview  of GIS data

Raster Data• Raster is good for

Continuous Data • Continuous Data: When data

varies smoothly across the area. Ex: elevation, precipitation, etc.

• Raster model provides the best representation for continuously changing data

Page 10: An overview  of GIS data

Vector Data• Vector is good for Discrete

Data • Discrete Data: When data

value remain same for an area and then abruptly changes to another value.

• Ex: landuse, soils, etc.

Page 11: An overview  of GIS data

Vector GISVector GIS is based on

POINTSLINES &POLYGONS

Example: ArcView, ArcGIS, Manifold, etc.

Page 12: An overview  of GIS data

# ## ##

# ###

###

##

##

##

###

##

#

Points Lines

Polygons

In the vector world everything is a point, a line, or a polygon

Page 13: An overview  of GIS data

13

Vector representation of reservoir and highway

Page 14: An overview  of GIS data

GIS DataMost of the available GIS data have been developed using ARC/INFO

• Arc/INFO was a flagship product from ESRI

• It was widely used all over the world

Page 15: An overview  of GIS data

Brief history of ESRI’s GIS software evolution

Software Data Format Year

Arc/Info Coverage 1980’s

ArcView Shapefile 1990’s

ArcGIS 8 & 9 Geodatabase 2000’s

ArcGIS 10 Geodatabase 2010

Page 16: An overview  of GIS data

Spatial Data FormatArcGIS can work with spatial data in multiple formats• Shapefile• Coverage• Geodatabase

• Raster• CAD• Tables

Page 17: An overview  of GIS data

Common data formatsShapefilesCoverages Geodatabase

Page 18: An overview  of GIS data

Shapefiles

Shapefiles in Windows Explorer

Shapefiles in ArcCatalog

A shapefile consists of multiple files, and the common ones are *.dbf, *. shp, *.shx

Page 19: An overview  of GIS data

2 types of Geodatabase• File geodatabase (soils.gdb-newer type)

• Personal geodatabase (soils.mdb-older type)

Page 20: An overview  of GIS data

What can be in a Geodatabase• Feature datasets

- Collection of related feature classesFeature dataset

Feature classes

• Feature classes• Tables• Annotations• Rasters

Page 21: An overview  of GIS data

Why Geodatabase?

It is not only a container of different types of data but also provide enhanced functionalities• Domains• Rules (split and merge policies)• Topological association

33% 66%

Page 22: An overview  of GIS data

Other types of dataTables

Layer file

- Does not contain data- But stores the symbology

Page 23: An overview  of GIS data

Layer and Layer file?• A layer represents

geographic data displayed in ArcMap

• A layer references the data on a disk and keep it in

memory rather than storing the data

• A layer is created when you add a dataset to ArcMap

Page 24: An overview  of GIS data

Layer and Layer file?• Layer is drawn with a default set

of drawing properties (symbology)• Layer can be saved to a file as a

layer file (.lyr) to store the symbology and shared with others

Page 25: An overview  of GIS data

Map Documents

1. When you save a map in ArcMap, it will be saved as a file on disk called map document (.mxd)

3. Map documents make it easy to save, reuse, and share your work in ArcMap

2. Map documents (.mxd) do not store the data in it except the link to the data source

Page 26: An overview  of GIS data

More on data• GIS data may be projected or unprojected• Projected or unprojected, GIS data is usually

attached to a coordinate system• How do you determine the coordinate

system of your data?

Page 27: An overview  of GIS data

Two types of coordinate systemsGeographic coordinates:• Unprojected • Map units are in decimal degrees

Projected coordinates: • Data is projected • Map units are in feet or meters

Page 28: An overview  of GIS data

Projected or Unprojected ?

Page 29: An overview  of GIS data

Projected/Unprojected?

Page 30: An overview  of GIS data

Projected Coordinate Systems (SPC)

Page 31: An overview  of GIS data

How do you know the UTM zone of a place?

Page 32: An overview  of GIS data