SlideShare una empresa de Scribd logo
1 de 39
Descargar para leer sin conexión
Introduction to ArcGIS
Introduction to ArcGIS
• How data are stored in ArcGIS
• Components of ArcGIS – ArcMap,
  ArcCatalog and ArcToolbox
• Extensions of ArcGIS – spatial analyst,
  geostatistical analyst and 3D analyst
ESRI GIS Development
Arc/Info (coverage model)               100,000 licenses
Versions 1-7 from 1980 – 1999      1,000,000 users as of 2002

Arc Macro Language (AML)
                                ArcGIS (geodatabase model)
                                Version 8.0, …, 8.3 from 2000
                                – Visual Basic for Applications
ArcView (shapefile model)
Versions 1-3 from 1994 – 1999
Avenue scripting language
Geographic Data Models

All geographic information systems are built using formal
models that describe how things are located in space. A
formal model is an abstract and well-defined system of
concepts. A geographic data model defines the vocabulary
for describing and reasoning about the things that are
located on the earth. Geographic data models serve as the
foundation on which all geographic information systems
are built.

Scott Morehouse, Preface to “Modeling our World”
Data Models

• A geographic data
  model is a structure      Geographic coordinates
  for organizing
  geospatial data so that
  it can be easily stored
  and retrieved.
                            Tabular attributes
File-based Data Models
         Geographic coordinates and attributes
         are stored in separate but linked files
Arc
                                                     Info
• Coverages                   • Shapefiles
  – Developed for                 – Developed for
    workstation Arc/Info            ArcView ~ 1993
    ~ 1980
                                  – Simpler structure in
  – Complex structure,
    proprietary format              public domain
  – Attributes in Info            – Attributes in dBase
    tables                          (.dbf) tables
Storing Data

  Coverages         Shapefiles

Texas
                    Texas


        Counties
                            Counties.shp
                            Counties.shx
                            Counties.dbf
        Evap
                            Evap.shp
                            Evap.shx
                            Evap.dbf
        Info
Storing Data
• Coverages and Shapefiles
   – Coverages are stored partially in their own
     folder and partially in the common INFO
     folder. Shapefiles are stored in three to five
     files (with extensions .shp, .shx, .dbf, .sbx and
     .sbn).
   – Coverages store common boundaries between
     polygons only once, to avoid redundancy.
     Shapefiles store all the geometry of each
     polygon regardless of redundancy.
   – Coverage features are single lines or single
     polygons. Shapefiles allow features to have
     multiple, disconnected, intersecting and
     overlapping components.
Geodatabase model
• Stores geographic coordinates as one
  attribute (shape) in a relational database
  table
• Uses MS Access for “Personal              Shape
  Geodatabase” (single user)
• Uses Oracle, Sybase, Ingress or other
  commercial relational databases for
  “Enterprise Geodatabases” (many
  simultaneous users)
GIS in an Institutional Setting
ArcGIS Geodatabase
      Workspace
      Geodatabase
      Feature Dataset
      Feature Class

      Geometric
       Network

      Relationship
      Object Class
Object Class
            • An object class is a collection of
              objects in tabular format that
              have the same behavior and the
              same attributes.




An object class is a table that has a unique identifier (ObjectID)
for each record
Feature Class
• A feature class
  is a collection of
  geographic
  objects in
  tabular format
  that have the
  same behavior
  and the same
  attributes.


Feature Class = Object class + spatial coordinates
Relationship
• A relationship is an association or link
  between two objects in a database.
• A relationship can exist between spatial
  objects (features in feature classes), non-
  spatial objects (objects in object classes),
  or between spatial and non-spatial
  objects.
Relationship
             Relationship between non-spatial objects




 Water
 Quality
 Data



Water
Quality
Parameters
Relationship
Relationship between spatial and non-spatial objects

      Water quality data
       (non-spatial)




Measurement station
     (spatial)
Relationship
                 Relationship between spatial objects




Rivers that lie within
California

Two spatial objects:
rivers and California
Geodatabase and Feature
        Dataset
 A geodatabase is a relational database that
  stores geographic information.

 A feature dataset is a collection of feature
  classes that share the same spatial
  reference frame.
Geodatabase and Feature
       Dataset
• Why geodatabases?
  To establish and store relationships based on
  tabular information.

• Why feature datasets?
  To establish and store relationships based on
  geographic information.
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
• Each junction knows which
  edges it connects to
Introduction to ArcGIS
• How data are stored in ArcGIS
• Components of ArcGIS – ArcMap,
  ArcCatalog and ArcToolbox
• Extensions of ArcGIS – spatial analyst,
  geostatistical analyst and 3D analyst
Arc Map
View
and
edit
data           Analyze data
               (Geoprocessing)




Create maps
Graphical
                                 previews

       View data
(like Windows Explorer)

                          Arc Catalog

                                   Tables



     Metadata
Arc Toolbox




Map Projections


Tools for commonly used tasks
Our focus
Levels of ArcGIS
• ArcView – View data and do edits on shape
  files and simple personal geodatabases
• ArcEditor – do more complex edits on
  enterprise geodatabases
• ArcInfo – the full system, with access to
  workstation ArcInfo (i.e. ArcInfo version 7)
  as well
Licenses and Keycodes




License manager keeps track of number of simultaneous
users and limits them to allowable number. If you can’t
get an available license in LRC, ask the proctor to restart the
ArcGIS license manager
Introduction to ArcGIS
• How data are stored in ArcGIS
• Components of ArcGIS – ArcMap,
  ArcCatalog and ArcToolbox
• Extensions of ArcGIS – spatial analyst,
  geostatistical analyst and 3D analyst
ArcGIS Extensions
Spatial Analyst
• Analysis of land
  surface terrain as
  a grid
• Key means of
  defining
  drainage areas
  and connectivity
  to stream
  network
                       Drainage network for Montgomery, AL
Grid Datasets
• Cellular-based data structure composed
  of square cells of equal size arranged in
  rows and columns.
• The grid cell size and extension (number
  of rows and columns), as well as the value
  at each cell have to be stored as part of
  the grid definition.
                       Number of columns
      Number of rows




                                           Cell size
Grid Datasets

• Grid datasets
Geostatistical Analyst
• Interpolation
  of points to a
  grid using
  statistical
  correlation
                   Siberia             Alaska
• Produces a
  standard error
  of estimate of
  each map
  location
                         Biomass in the Arctic Ocean
Image Datasets
      Digital Orthophotos and satellite imagery

• Image datasets
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
3-D Analyst
• Analysis of
  land surface
  terrain as
  triangulated
  irregular
  network (TIN)
• Visualization in
  3-D using Arc
  Scene
                     Stream channel of Pecan Bayou, TX
TIN Datasets

• TIN datasets




                    Points and breaklines
                    from which a TIN is
                        constructed.
TIN Datasets
• Triangle sides are constructed by connecting
  adjacent points so that the minimum angle of
  each triangle is maximized. Triangle sides
  cannot cross breaklines.




• The TIN format is efficient to store data
  because the resolution adjusts to the parameter
  spatial variability.

Más contenido relacionado

La actualidad más candente

Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gisMohamed Hamed
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate systemMohsin Siddique
 
Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modelingTolasa_F
 
Application of Remote Sensing and GIS in Urban Planning
Application of Remote Sensing and GIS in Urban PlanningApplication of Remote Sensing and GIS in Urban Planning
Application of Remote Sensing and GIS in Urban PlanningKARTHICK KRISHNA
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theoriesMohsin Siddique
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysisAbdul Raziq
 
QGIS Module 1
QGIS Module 1QGIS Module 1
QGIS Module 1CAPSUCSF
 
Application of Geo-informatics in Environmental Management
Application of Geo-informatics in Environmental ManagementApplication of Geo-informatics in Environmental Management
Application of Geo-informatics in Environmental ManagementMahaMadhu2
 
Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote SensingJohn Reiser
 

La actualidad más candente (20)

Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
 
Arc gis tutorial and gis traning manual
Arc gis tutorial and gis traning manualArc gis tutorial and gis traning manual
Arc gis tutorial and gis traning manual
 
Gis functions
Gis functionsGis functions
Gis functions
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system
 
GIS - lecture-1.ppt
GIS - lecture-1.pptGIS - lecture-1.ppt
GIS - lecture-1.ppt
 
Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modeling
 
Application of Remote Sensing and GIS in Urban Planning
Application of Remote Sensing and GIS in Urban PlanningApplication of Remote Sensing and GIS in Urban Planning
Application of Remote Sensing and GIS in Urban Planning
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theories
 
Geodatabases
GeodatabasesGeodatabases
Geodatabases
 
Digital Elevation Model (DEM)
Digital Elevation Model (DEM)Digital Elevation Model (DEM)
Digital Elevation Model (DEM)
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysis
 
QGIS Module 1
QGIS Module 1QGIS Module 1
QGIS Module 1
 
Themating maping
Themating mapingThemating maping
Themating maping
 
GIS data structure
GIS data structureGIS data structure
GIS data structure
 
Geographical Information System (GIS)
Geographical Information System (GIS)Geographical Information System (GIS)
Geographical Information System (GIS)
 
Digital Cartography
Digital CartographyDigital Cartography
Digital Cartography
 
Application of Geo-informatics in Environmental Management
Application of Geo-informatics in Environmental ManagementApplication of Geo-informatics in Environmental Management
Application of Geo-informatics in Environmental Management
 
Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote Sensing
 
TIN IN GIS
TIN IN GISTIN IN GIS
TIN IN GIS
 
Introduction to Remote Sensing
Introduction to Remote SensingIntroduction to Remote Sensing
Introduction to Remote Sensing
 

Destacado

Applications of Arc GIS
Applications of Arc GISApplications of Arc GIS
Applications of Arc GISExtraPDFs
 
Introduction to ArcGIS 10.1
Introduction to ArcGIS 10.1Introduction to ArcGIS 10.1
Introduction to ArcGIS 10.1Claudio Montoni
 
Manual to basic gis
Manual to basic gisManual to basic gis
Manual to basic gisQust04
 
GIS presentation
GIS presentationGIS presentation
GIS presentationarniontech
 
Editing for ArcGIS 10 and 10.1
Editing for ArcGIS 10 and 10.1Editing for ArcGIS 10 and 10.1
Editing for ArcGIS 10 and 10.1John Schaeffer
 
What is GIS
What is GISWhat is GIS
What is GISEsri
 
GIMA-Using-GIS-in-Analyzing-Population-Development-Alex-de-Jonge-2010
GIMA-Using-GIS-in-Analyzing-Population-Development-Alex-de-Jonge-2010GIMA-Using-GIS-in-Analyzing-Population-Development-Alex-de-Jonge-2010
GIMA-Using-GIS-in-Analyzing-Population-Development-Alex-de-Jonge-2010Alex de Jonge
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial dataRahul Kumar
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GISJoey Li
 
Gis (geographic information system)
Gis (geographic information system)Gis (geographic information system)
Gis (geographic information system)Saad Bare
 
Geographic information system
Geographic information systemGeographic information system
Geographic information systemSumanta Das
 
Geostatistical analysis of Sycamore (Acre pseudoplatanus) in Flanders (Belgium)
Geostatistical analysis of Sycamore (Acre pseudoplatanus) in Flanders (Belgium)Geostatistical analysis of Sycamore (Acre pseudoplatanus) in Flanders (Belgium)
Geostatistical analysis of Sycamore (Acre pseudoplatanus) in Flanders (Belgium)thierry_onkelinx
 
Introduction to ArcCatalog and ArcMap
Introduction to ArcCatalog and ArcMapIntroduction to ArcCatalog and ArcMap
Introduction to ArcCatalog and ArcMapJessica Meyer
 
Yet another population cartogram: Creating gridded cartograms using ArcGIS an...
Yet another population cartogram: Creating gridded cartograms using ArcGIS an...Yet another population cartogram: Creating gridded cartograms using ArcGIS an...
Yet another population cartogram: Creating gridded cartograms using ArcGIS an...Benjamin Hennig
 

Destacado (20)

Arcgis training day_1
Arcgis training day_1Arcgis training day_1
Arcgis training day_1
 
Applications of Arc GIS
Applications of Arc GISApplications of Arc GIS
Applications of Arc GIS
 
Introduction to ArcGIS 10.1
Introduction to ArcGIS 10.1Introduction to ArcGIS 10.1
Introduction to ArcGIS 10.1
 
What Is GIS?
What Is GIS?What Is GIS?
What Is GIS?
 
Manual to basic gis
Manual to basic gisManual to basic gis
Manual to basic gis
 
GIS presentation
GIS presentationGIS presentation
GIS presentation
 
Editing for ArcGIS 10 and 10.1
Editing for ArcGIS 10 and 10.1Editing for ArcGIS 10 and 10.1
Editing for ArcGIS 10 and 10.1
 
What is GIS
What is GISWhat is GIS
What is GIS
 
GIMA-Using-GIS-in-Analyzing-Population-Development-Alex-de-Jonge-2010
GIMA-Using-GIS-in-Analyzing-Population-Development-Alex-de-Jonge-2010GIMA-Using-GIS-in-Analyzing-Population-Development-Alex-de-Jonge-2010
GIMA-Using-GIS-in-Analyzing-Population-Development-Alex-de-Jonge-2010
 
ArcGIS Python Programming (3Nov11)
ArcGIS Python Programming (3Nov11)ArcGIS Python Programming (3Nov11)
ArcGIS Python Programming (3Nov11)
 
Arcgis training day_2
Arcgis training day_2Arcgis training day_2
Arcgis training day_2
 
functions of GIS
functions of GISfunctions of GIS
functions of GIS
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial data
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Gis (geographic information system)
Gis (geographic information system)Gis (geographic information system)
Gis (geographic information system)
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
Geostatistical analysis of Sycamore (Acre pseudoplatanus) in Flanders (Belgium)
Geostatistical analysis of Sycamore (Acre pseudoplatanus) in Flanders (Belgium)Geostatistical analysis of Sycamore (Acre pseudoplatanus) in Flanders (Belgium)
Geostatistical analysis of Sycamore (Acre pseudoplatanus) in Flanders (Belgium)
 
Learning ArcGIS Desktop
Learning ArcGIS DesktopLearning ArcGIS Desktop
Learning ArcGIS Desktop
 
Introduction to ArcCatalog and ArcMap
Introduction to ArcCatalog and ArcMapIntroduction to ArcCatalog and ArcMap
Introduction to ArcCatalog and ArcMap
 
Yet another population cartogram: Creating gridded cartograms using ArcGIS an...
Yet another population cartogram: Creating gridded cartograms using ArcGIS an...Yet another population cartogram: Creating gridded cartograms using ArcGIS an...
Yet another population cartogram: Creating gridded cartograms using ArcGIS an...
 

Similar a Arc gis introduction-ppt

UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptRamMishra65
 
UNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptUNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptRamMishra65
 
Vector data model
Vector data model Vector data model
Vector data model Pramoda Raj
 
Vector data model
Vector data modelVector data model
Vector data modelPramoda Raj
 
Evolution of Esri Data Formats Seminar
Evolution of Esri Data Formats SeminarEvolution of Esri Data Formats Seminar
Evolution of Esri Data Formats SeminarEsri South Africa
 
Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfsakinatunnajmi
 
Apdm 101 Arc Gis Pipeline Data Model (1)
Apdm 101 Arc Gis Pipeline Data Model  (1)Apdm 101 Arc Gis Pipeline Data Model  (1)
Apdm 101 Arc Gis Pipeline Data Model (1)David Nichter, GISP
 
Introduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxIntroduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxUniversity of Colombo
 
Data managing and Exchange GDB
Data managing and Exchange GDB Data managing and Exchange GDB
Data managing and Exchange GDB Esri
 
gislec1.ppt
gislec1.pptgislec1.ppt
gislec1.pptfelip19
 
FINAL LESSON 3--GIS-Overview of GIS.pptx
FINAL LESSON 3--GIS-Overview of GIS.pptxFINAL LESSON 3--GIS-Overview of GIS.pptx
FINAL LESSON 3--GIS-Overview of GIS.pptxChristianMatas2
 
Enterprise geodatabase sql access and administration
Enterprise geodatabase sql access and administrationEnterprise geodatabase sql access and administration
Enterprise geodatabase sql access and administrationbrentpierce
 
What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)John Lanser
 
GIS and Mapping Software Introduction
GIS and Mapping Software IntroductionGIS and Mapping Software Introduction
GIS and Mapping Software IntroductionMEASURE Evaluation
 
Building a Spatial Database in PostgreSQL
Building a Spatial Database in PostgreSQLBuilding a Spatial Database in PostgreSQL
Building a Spatial Database in PostgreSQLSohail Akbar Goheer
 
belajar dasar geospatial sistem informasi geografi
belajar dasar geospatial sistem informasi geografibelajar dasar geospatial sistem informasi geografi
belajar dasar geospatial sistem informasi geografiRizal Siguniska
 
Gis fandamentals -1
Gis fandamentals -1Gis fandamentals -1
Gis fandamentals -1RJRANJEET1
 

Similar a Arc gis introduction-ppt (20)

UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).ppt
 
UNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptUNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).ppt
 
Essentials of R
Essentials of REssentials of R
Essentials of R
 
Vector data model
Vector data model Vector data model
Vector data model
 
Vector data model
Vector data modelVector data model
Vector data model
 
Evolution of Esri Data Formats Seminar
Evolution of Esri Data Formats SeminarEvolution of Esri Data Formats Seminar
Evolution of Esri Data Formats Seminar
 
Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdf
 
Spatial Data Model
Spatial Data ModelSpatial Data Model
Spatial Data Model
 
Apdm 101 Arc Gis Pipeline Data Model (1)
Apdm 101 Arc Gis Pipeline Data Model  (1)Apdm 101 Arc Gis Pipeline Data Model  (1)
Apdm 101 Arc Gis Pipeline Data Model (1)
 
Introduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxIntroduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptx
 
Data managing and Exchange GDB
Data managing and Exchange GDB Data managing and Exchange GDB
Data managing and Exchange GDB
 
gislec1.ppt
gislec1.pptgislec1.ppt
gislec1.ppt
 
FINAL LESSON 3--GIS-Overview of GIS.pptx
FINAL LESSON 3--GIS-Overview of GIS.pptxFINAL LESSON 3--GIS-Overview of GIS.pptx
FINAL LESSON 3--GIS-Overview of GIS.pptx
 
Enterprise geodatabase sql access and administration
Enterprise geodatabase sql access and administrationEnterprise geodatabase sql access and administration
Enterprise geodatabase sql access and administration
 
What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)
 
GIS and Mapping Software Introduction
GIS and Mapping Software IntroductionGIS and Mapping Software Introduction
GIS and Mapping Software Introduction
 
Building a Spatial Database in PostgreSQL
Building a Spatial Database in PostgreSQLBuilding a Spatial Database in PostgreSQL
Building a Spatial Database in PostgreSQL
 
belajar dasar geospatial sistem informasi geografi
belajar dasar geospatial sistem informasi geografibelajar dasar geospatial sistem informasi geografi
belajar dasar geospatial sistem informasi geografi
 
Día 3
Día 3Día 3
Día 3
 
Gis fandamentals -1
Gis fandamentals -1Gis fandamentals -1
Gis fandamentals -1
 

Más de Ashok Peddi

Project Monitoring and Problem Solving _Questionaire.docx
Project Monitoring and Problem Solving _Questionaire.docxProject Monitoring and Problem Solving _Questionaire.docx
Project Monitoring and Problem Solving _Questionaire.docxAshok Peddi
 
Level I Satellite image Classification-Thematic Map for multipurpouse usage.docx
Level I Satellite image Classification-Thematic Map for multipurpouse usage.docxLevel I Satellite image Classification-Thematic Map for multipurpouse usage.docx
Level I Satellite image Classification-Thematic Map for multipurpouse usage.docxAshok Peddi
 
Moving life styles
Moving life stylesMoving life styles
Moving life stylesAshok Peddi
 
30 days challenge
30 days challenge30 days challenge
30 days challengeAshok Peddi
 
Say no to make your yes stronger
Say no to make your yes strongerSay no to make your yes stronger
Say no to make your yes strongerAshok Peddi
 
Auto cad adding_bing_maps_layer-libre
Auto cad adding_bing_maps_layer-libreAuto cad adding_bing_maps_layer-libre
Auto cad adding_bing_maps_layer-libreAshok Peddi
 
Awesome way to live
Awesome way to liveAwesome way to live
Awesome way to liveAshok Peddi
 
Fundamentals of remote sensing
Fundamentals of remote sensingFundamentals of remote sensing
Fundamentals of remote sensingAshok Peddi
 
Image classification arc gis10
Image classification arc gis10Image classification arc gis10
Image classification arc gis10Ashok Peddi
 
Gis arc map& georeferencing-arcgis
Gis arc map& georeferencing-arcgisGis arc map& georeferencing-arcgis
Gis arc map& georeferencing-arcgisAshok Peddi
 
Digitization arc gis
Digitization arc gisDigitization arc gis
Digitization arc gisAshok Peddi
 
Arc catalog introduction
Arc catalog introductionArc catalog introduction
Arc catalog introductionAshok Peddi
 
Introduction to-arc map
Introduction to-arc mapIntroduction to-arc map
Introduction to-arc mapAshok Peddi
 
Five ways to lead a happy life
Five ways to lead a happy lifeFive ways to lead a happy life
Five ways to lead a happy lifeAshok Peddi
 
Draw lines from shapes
Draw lines from shapesDraw lines from shapes
Draw lines from shapesAshok Peddi
 
Concatenate two different_attribute_fields_in_arc_gis
Concatenate two different_attribute_fields_in_arc_gisConcatenate two different_attribute_fields_in_arc_gis
Concatenate two different_attribute_fields_in_arc_gisAshok Peddi
 
Erasmus mundus visiting scholar report final
Erasmus mundus visiting scholar report finalErasmus mundus visiting scholar report final
Erasmus mundus visiting scholar report finalAshok Peddi
 
Free open source gis
Free open source gisFree open source gis
Free open source gisAshok Peddi
 
Concatenate two different_attribute_fields_in_arc_gis
Concatenate two different_attribute_fields_in_arc_gisConcatenate two different_attribute_fields_in_arc_gis
Concatenate two different_attribute_fields_in_arc_gisAshok Peddi
 

Más de Ashok Peddi (20)

Project Monitoring and Problem Solving _Questionaire.docx
Project Monitoring and Problem Solving _Questionaire.docxProject Monitoring and Problem Solving _Questionaire.docx
Project Monitoring and Problem Solving _Questionaire.docx
 
Level I Satellite image Classification-Thematic Map for multipurpouse usage.docx
Level I Satellite image Classification-Thematic Map for multipurpouse usage.docxLevel I Satellite image Classification-Thematic Map for multipurpouse usage.docx
Level I Satellite image Classification-Thematic Map for multipurpouse usage.docx
 
Moving life styles
Moving life stylesMoving life styles
Moving life styles
 
30 days challenge
30 days challenge30 days challenge
30 days challenge
 
Say no to make your yes stronger
Say no to make your yes strongerSay no to make your yes stronger
Say no to make your yes stronger
 
Auto cad adding_bing_maps_layer-libre
Auto cad adding_bing_maps_layer-libreAuto cad adding_bing_maps_layer-libre
Auto cad adding_bing_maps_layer-libre
 
Awesome way to live
Awesome way to liveAwesome way to live
Awesome way to live
 
Fundamentals of remote sensing
Fundamentals of remote sensingFundamentals of remote sensing
Fundamentals of remote sensing
 
Image classification arc gis10
Image classification arc gis10Image classification arc gis10
Image classification arc gis10
 
Gis arc map& georeferencing-arcgis
Gis arc map& georeferencing-arcgisGis arc map& georeferencing-arcgis
Gis arc map& georeferencing-arcgis
 
Digitization arc gis
Digitization arc gisDigitization arc gis
Digitization arc gis
 
Arc catalog introduction
Arc catalog introductionArc catalog introduction
Arc catalog introduction
 
Introduction to-arc map
Introduction to-arc mapIntroduction to-arc map
Introduction to-arc map
 
Five ways to lead a happy life
Five ways to lead a happy lifeFive ways to lead a happy life
Five ways to lead a happy life
 
Team and team!
Team and team!Team and team!
Team and team!
 
Draw lines from shapes
Draw lines from shapesDraw lines from shapes
Draw lines from shapes
 
Concatenate two different_attribute_fields_in_arc_gis
Concatenate two different_attribute_fields_in_arc_gisConcatenate two different_attribute_fields_in_arc_gis
Concatenate two different_attribute_fields_in_arc_gis
 
Erasmus mundus visiting scholar report final
Erasmus mundus visiting scholar report finalErasmus mundus visiting scholar report final
Erasmus mundus visiting scholar report final
 
Free open source gis
Free open source gisFree open source gis
Free open source gis
 
Concatenate two different_attribute_fields_in_arc_gis
Concatenate two different_attribute_fields_in_arc_gisConcatenate two different_attribute_fields_in_arc_gis
Concatenate two different_attribute_fields_in_arc_gis
 

Último

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 

Último (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

Arc gis introduction-ppt

  • 2. Introduction to ArcGIS • How data are stored in ArcGIS • Components of ArcGIS – ArcMap, ArcCatalog and ArcToolbox • Extensions of ArcGIS – spatial analyst, geostatistical analyst and 3D analyst
  • 3. ESRI GIS Development Arc/Info (coverage model) 100,000 licenses Versions 1-7 from 1980 – 1999 1,000,000 users as of 2002 Arc Macro Language (AML) ArcGIS (geodatabase model) Version 8.0, …, 8.3 from 2000 – Visual Basic for Applications ArcView (shapefile model) Versions 1-3 from 1994 – 1999 Avenue scripting language
  • 4. Geographic Data Models All geographic information systems are built using formal models that describe how things are located in space. A formal model is an abstract and well-defined system of concepts. A geographic data model defines the vocabulary for describing and reasoning about the things that are located on the earth. Geographic data models serve as the foundation on which all geographic information systems are built. Scott Morehouse, Preface to “Modeling our World”
  • 5. Data Models • A geographic data model is a structure Geographic coordinates for organizing geospatial data so that it can be easily stored and retrieved. Tabular attributes
  • 6. File-based Data Models Geographic coordinates and attributes are stored in separate but linked files Arc Info • Coverages • Shapefiles – Developed for – Developed for workstation Arc/Info ArcView ~ 1993 ~ 1980 – Simpler structure in – Complex structure, proprietary format public domain – Attributes in Info – Attributes in dBase tables (.dbf) tables
  • 7. Storing Data Coverages Shapefiles Texas Texas Counties Counties.shp Counties.shx Counties.dbf Evap Evap.shp Evap.shx Evap.dbf Info
  • 8. Storing Data • Coverages and Shapefiles – Coverages are stored partially in their own folder and partially in the common INFO folder. Shapefiles are stored in three to five files (with extensions .shp, .shx, .dbf, .sbx and .sbn). – Coverages store common boundaries between polygons only once, to avoid redundancy. Shapefiles store all the geometry of each polygon regardless of redundancy. – Coverage features are single lines or single polygons. Shapefiles allow features to have multiple, disconnected, intersecting and overlapping components.
  • 9. Geodatabase model • Stores geographic coordinates as one attribute (shape) in a relational database table • Uses MS Access for “Personal Shape Geodatabase” (single user) • Uses Oracle, Sybase, Ingress or other commercial relational databases for “Enterprise Geodatabases” (many simultaneous users)
  • 10. GIS in an Institutional Setting
  • 11. ArcGIS Geodatabase Workspace Geodatabase Feature Dataset Feature Class Geometric Network Relationship Object Class
  • 12. Object Class • An object class is a collection of objects in tabular format that have the same behavior and the same attributes. An object class is a table that has a unique identifier (ObjectID) for each record
  • 13. Feature Class • A feature class is a collection of geographic objects in tabular format that have the same behavior and the same attributes. Feature Class = Object class + spatial coordinates
  • 14. Relationship • A relationship is an association or link between two objects in a database. • A relationship can exist between spatial objects (features in feature classes), non- spatial objects (objects in object classes), or between spatial and non-spatial objects.
  • 15. Relationship Relationship between non-spatial objects Water Quality Data Water Quality Parameters
  • 16. Relationship Relationship between spatial and non-spatial objects Water quality data (non-spatial) Measurement station (spatial)
  • 17. Relationship Relationship between spatial objects Rivers that lie within California Two spatial objects: rivers and California
  • 18. Geodatabase and Feature Dataset  A geodatabase is a relational database that stores geographic information.  A feature dataset is a collection of feature classes that share the same spatial reference frame.
  • 19. Geodatabase and Feature Dataset • Why geodatabases? To establish and store relationships based on tabular information. • Why feature datasets? To establish and store relationships based on geographic information.
  • 20. 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 • Each junction knows which edges it connects to
  • 21. Introduction to ArcGIS • How data are stored in ArcGIS • Components of ArcGIS – ArcMap, ArcCatalog and ArcToolbox • Extensions of ArcGIS – spatial analyst, geostatistical analyst and 3D analyst
  • 22. Arc Map View and edit data Analyze data (Geoprocessing) Create maps
  • 23. Graphical previews View data (like Windows Explorer) Arc Catalog Tables Metadata
  • 24. Arc Toolbox Map Projections Tools for commonly used tasks
  • 26.
  • 27. Levels of ArcGIS • ArcView – View data and do edits on shape files and simple personal geodatabases • ArcEditor – do more complex edits on enterprise geodatabases • ArcInfo – the full system, with access to workstation ArcInfo (i.e. ArcInfo version 7) as well
  • 28. Licenses and Keycodes License manager keeps track of number of simultaneous users and limits them to allowable number. If you can’t get an available license in LRC, ask the proctor to restart the ArcGIS license manager
  • 29. Introduction to ArcGIS • How data are stored in ArcGIS • Components of ArcGIS – ArcMap, ArcCatalog and ArcToolbox • Extensions of ArcGIS – spatial analyst, geostatistical analyst and 3D analyst
  • 31. Spatial Analyst • Analysis of land surface terrain as a grid • Key means of defining drainage areas and connectivity to stream network Drainage network for Montgomery, AL
  • 32. Grid Datasets • Cellular-based data structure composed of square cells of equal size arranged in rows and columns. • The grid cell size and extension (number of rows and columns), as well as the value at each cell have to be stored as part of the grid definition. Number of columns Number of rows Cell size
  • 34. Geostatistical Analyst • Interpolation of points to a grid using statistical correlation Siberia Alaska • Produces a standard error of estimate of each map location Biomass in the Arctic Ocean
  • 35. Image Datasets Digital Orthophotos and satellite imagery • Image datasets
  • 36. 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
  • 37. 3-D Analyst • Analysis of land surface terrain as triangulated irregular network (TIN) • Visualization in 3-D using Arc Scene Stream channel of Pecan Bayou, TX
  • 38. TIN Datasets • TIN datasets Points and breaklines from which a TIN is constructed.
  • 39. TIN Datasets • Triangle sides are constructed by connecting adjacent points so that the minimum angle of each triangle is maximized. Triangle sides cannot cross breaklines. • The TIN format is efficient to store data because the resolution adjusts to the parameter spatial variability.