Introduce Re in Arc Gis 3-0

Embed Size (px)

Citation preview

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    1/34

    Introduction to ArcGISReading: What is ArcGIS?,

    ESRI Press, 2001, pp. 1-25

    Acknowledgement: Dr Francisco Olivera developed some of the

    slides in this presentation

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    2/34

    ESRI GIS Development

    Arc/Info (coverage model)

    Versions 1-7 from 19801999

    Arc Macro Language (AML)

    ArcView (shapefile model)

    Versions 1-3 from 19941999

    Avenue scripting language

    ArcGIS (geodatabase model)

    Version 8.0, 8.1 from 2000

    Visual Basic for Applications

    100,000 licenses

    1,000,000 users as of 2001

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    3/34

    Data Models

    A geographicdata

    model is a structurefor organizing

    geospatial data so that

    it can be easily stored

    and retrieved.

    Geographic coordinates

    Tabular attributes

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    4/34

    File-based Data Models

    Coverages

    Developed forworkstation Arc/Info~ 1980

    Complex structure,proprietary format

    Attributes in Infotables

    Shapefiles

    Developed for

    ArcView ~ 1993

    Simpler structure inpublic domain

    Attributes in dBase

    (.dbf) tables

    Geographic coordinates and attributes

    are stored in separate but linked files

    Arc

    Info

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    5/34

    Storing Data

    Coverages Shapefiles

    Texas

    Counties

    Evap

    Info

    Texas

    Counties.shp

    Counties.shx

    Counties.dbf

    Evap.shp

    Evap.shx

    Evap.dbf

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    6/34

    Storing Data

    Feature datasets Stored as Arc/Info coverages or ArcView shapefiles. Coverages are stored partially in their own folder and

    partially in the common INFO folder. Shapefiles arestored in three to five files (with extensions .shp, .shx,.dbf, .sbx and .sbn).

    ArcView recognizes coverages. Arc/Info does notrecognize shapefiles.

    Coverages store common boundaries between polygonsonly once, to avoid redundancy. Shapefiles store all thegeometry of each polygon regardless redundancy.

    Coverage features are single lines or single polygons.Shapefiles allow features to have multiple, disconnected,intersecting and overlapping components.

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    7/34

    Geodatabase model

    Stores geographic coordinates as one

    attribute in a relational database table

    Uses MS Accessfor PersonalGeodatabase (single user)

    Uses Oracle, Sybase, Ingress or other

    commercial relational databases for

    Enterprise Geodatabases (manysimultaneous users)

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    8/34

    GIS in an Institutional Setting

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    9/34

    ArcGIS Geodatabase

    Geodatabase

    Feature Dataset

    Feature Class

    Geometric

    Network

    Object ClassRelationship

    Workspace

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    10/34

    Feature Class

    A feature classis a collection ofgeographic

    objects intabular formatthat have thesame behavior

    and the sameattributes.

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    11/34

    Object Class

    An object class is a collection of

    objects in tabular formatthat

    have the same behavior and the

    same attributes.

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    12/34

    Relationship

    A relationship is an association or linkbetween two objects in a database.

    A relationship can exist between spatialobjects (features in feature classes), non-spatial objects (objects in object classes),or between spatial and non-spatialobjects.

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    13/34

    Relationship

    Relationship between non-spatial objects

    Water

    Quality

    Data

    Water

    Quality

    Parameters

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    14/34

    RelationshipRelationship between spatial and non-spatial objects

    Water quality data

    (non-spatial)

    Measurement station

    (spatial)

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    15/34

    RelationshipRelationship between spatial objects

    Rivers that lie withinCalifornia

    Two spatial objects:

    rivers and California

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    16/34

    Geodatabase and Feature

    Dataset A geodatabase is a relational databasethat

    storesgeographic information.

    A feature dataset is a collection of featureclasses that share the same spatial

    reference frame.

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    17/34

    Geodatabase and Feature

    Dataset Whygeodatabases?

    To establish and store relationships based ontabular information.

    Whyfeature datasets?

    To establish and store relationships based on

    geographic information.

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    18/34

    Network

    A network is a set of edges

    (lines) and junctions (points)

    that are topologically

    connected to each other.

    Each edge knows which

    junctions are at its endpoints

    Eachjunction knows which

    edges it connects to

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    19/34

    Arc Map

    Create maps

    View

    and

    edit

    data Analyze data

    (Geoprocessing)

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    20/34

    Arc Catalog

    View data

    (like Windows Explorer)

    Graphical

    previews

    Metadata

    Tables

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    21/34

    Arc Toolbox

    Map Projections

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    22/34

    Our focus

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    23/34

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    24/34

    Levels of ArcGIS

    ArcViewView data and do edits on shape

    files and simple personal geodatabases

    ArcEditordo more complex edits onenterprise geodatabases

    ArcInfothe full system, with access to

    workstation ArcInfo (i.e. ArcInfo version 7)as well

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    25/34

    Licenses and Keycodes

    License manager keeps track of number of simultaneous

    users and limits them to allowable number

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    26/34

    ArcGIS Extensions

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    27/34

    Spatial Analyst

    Analysis of land

    surface terrain as

    a grid Key means of

    defining

    drainage areas

    and connectivityto stream

    network

    Drainage network for Montgomery, AL

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    28/34

    Grid Datasets

    Cellular-based data structure composed of squarecells of equal sizearranged in rows and columns.

    The grid cell size and extension (number of rowsand columns), as well as the value at each cell have

    to be stored as part of the grid definition.

    Number of columns

    Numberofcolumns

    Cell size

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    29/34

    Grid Datasets

    Grid datasets

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    30/34

    Geostatistical Analyst

    Interpolationof points to agrid using

    statisticalcorrelation

    Produces astandard errorof estimate ofeach maplocation

    AlaskaSiberia

    Biomass in the Arctic Ocean

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    31/34

    Image Datasets

    Image datasets

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    32/34

    Image Datasets Supported image formats:

    ARC Digitized Raster Graphics (ADRG) Windows bitmap images (BMP) [.bmp] Multiband (BSQ, BIL and BIP) and single band images

    [.bsq, .bil and .bip] ERDAS [.lan and .gis]

    ESRI Grid datasets IMAGINE [.img] IMPELL Bitmaps [.rlc] Image catalogs JPEG [.jpg] MrSID [.sid] National Image Transfer Format (NITF) Sun rasterfiles [.rs, .ras and .sun] Tag Image File Format (TIFF) [.tiff, .tif and .tff] TIFF/LZW

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    33/34

    3-D Analyst

    Analysis of

    land surface

    terrain astriangulated

    irregular

    network (TIN)

    Visualization in3-D using Arc

    SceneStream channel of Pecan Bayou, TX

  • 8/3/2019 Introduce Re in Arc Gis 3-0

    34/34

    TIN Datasets

    TIN datasets

    Points and breaklinesfrom which a TIN is

    constructed.