SlideShare una empresa de Scribd logo
1 de 49
Descargar para leer sin conexión
Welcome #EUC11
ArcGIS for Desktop
       Elisa Gómez Goñi
     Ignacio Vázquez Vélez


- Technical Marketing, Esri Spain-
         October 27, 2011
Session overview

       What is ArcGIS Desktop


       Data & Maps


       Editing data


       Geoprocessing


       Sharing resources


       Summary
Introduction
ArcGIS System




                                     Cloud
          Web   • Visualization
                • Authoring
                • Sharing                 Online
                • Searching
                • Management
 Mobile
                • Analysis
                                  Enterprise



     Desktop
ArcGIS for Desktop
          ArcCatalog                    ArcMap




        Spatial Analyst                 Schematics Analyst
       Network Analyst                  Tracking Analyst

             3D Analyst                 Maplex
  Geostatistical Analyst                Data Interoperability


                           Extensions
Data & Maps
Data formats

     VECTOR              RASTER
    Shapefile          ESRI GRID
    ArcINFO Coverage   GEODATABASE
    AutoCAD DWG         - Raster dataset
    GEODATABASE         - Raster catalog
     - Feature class    - Mosaic dataset
    Spatial types      TIFF
                       MrSID                          More…
       TABLES          DTED
    Excel              NITF
    DBF                JPEG 2000
    CSV                ENVI
                                               Need more?
    Txt                ECW          Use Data Interoperability Extension
Geodatabase

 •   Geographic Data Store
         •    Scalable, multi-user
         •    Complex data

 •   Core ArcGIS Data model                                                Survey
                                                                                    Addresses
                                                             Networks

         •    Managing and representing data
                                                   Vectors                                      Annotations
         •    Data integrity
                                                3D Objects                                        Attributes
 •   Transactional model for
     GIS workflows                             Topology
                                                                                                  Dimensions


         •    Versioning
                                                      Terrain                               Parcels
         •    Replication & Archiving
                                                                                    CAD
                                                             Cartography
 •   Scalable                                                              Raster


     -       Personal, File, Enterprise.
Data models in GDB
  •   Simple & Complex Data

  •   Spatial integrity
       •   Topology

  •   Alphanumeric integrity
       •   Subtypes

       •   Domains

  •   Special behaviours
       •   Geometric networks

       •   Networks

       •   Parcel Fabric

  •   http://support.esri.com/datamodels
Data
DEMO
ArcMap




         •   Interact


         •   Print / Export


         •   Serve
Interacting

•   Basemaps
    -   ArcGIS Online basemaps.

    -   Basemap layers


•   Operational information
    -   Fields
         -   Order, visibility, alias, highlight.

    -   Map tips & Identify.

    -   Pop-ups.

    -   Links & Attachments
Print / Export
•   Symbol selector / editor

•   Symbol levels
•   Mask
                          -

•   Finishing
    -   Representations
          -   Symbol inside GDB
          -   Representation rules
          -   Override geometry
          -   Geomtric effects
    -   Cartographic refinement tools



        Looking for inspiration? http://resources.arcgis.com/content/maptemplates/about
Print / Export: Layout


 •   Additional maps
 •   Titles
 •   North
 •   Legend
 •   Scale bar / text
 •   Tables
 •   Images
 •   Dynamic text
 •   Grids and Graticules
Print / Export: Map series


•   Data Driven Pages
    •   Quickly and easily create a series
        of layout pages from a single map document.

    •   Single layout for each page.

    •   Integrated with dynamic page elements.

             •   Text, scale, extent, north arrow, legend,…


    •   Print or export the entire series.

    •   Automated and extended with arcpy.mapping.
Serving

•   Remove what you don’t need

•   Use scale ranges

•   Simplify your simbology

•   Don’t use on-the-fly projection

•   Convert labels to annotations

•   Use basemap layers

•   Use MSD

•   Cache
Maps
 DEMO
Editing Data
Maintaining data




      Attribute window           Snapping
   Attributes transference     Sketch tools
    Dates/Subtypes/Domains   Spatial operations
                                 Topology
Editing geometry


  •   Feature template editing
  •   Tools for feature construction
  •   Snapping environment
Editing attributes


  •   Change values for newly
      digitized feature.
  •   Edit existing values.
  •   Copy and paste values
      between features.
  •   Multiple features.
  •   ArcGIS automatically populates
      OBJECT ID, Shape_Length and
      Shape_Area fields.
Maintaining attribute and geometrical integrity
Demonstration
       Editing data
Geoprocessing
What is Geoprocessing?

•   The ArcGIS system for managing and manipulating data


    -   Solve real-world spatial problems
    -   Model processes and systems
    -   Ask questions; get results


•   Automate GIS tasks.
•   Document and Share.
ArcToolbox
         Toolboxes      Tools
         Tooldatasets
The Geoprocessing Framework
ArcToolbox
         Toolboxes      Tools
         Tooldatasets
Executing a tool

  •   Background processing


  •   Progress bar
  •   Pop-up notification


  •   Result Window
       - Process report
      -   Open output files
      -   Rerun a tool
      -   Add result to the map
      -   Copy into ModelBuilder or Python
      -   Copy Python snippet
      -   …
ModelBuilder


  •   Tool for encapsulating workflows
      -   Reusable
      -   Sharable


  •   Visual programming language
      -   Without writing code
Python

•   Python is a free, cross-platform, open-source
    programming language that is both powerful
    and easy to learn.


•   Native scripting language for ArcGIS 10.
    -   data analysis, data conversion,
        data management and map automation.


•   Advantages:
    -   There are many ways to run single tools
    -   Use scripting to develop, execute,
        and share geoprocessing workflows
    -   Improves productivity
ArcPy

•   The access point to geoprocessing tools


•   A package of functions, classes and modules,
    all related to scripting in ArcGIS
    -   Helper functions that enable workflows
        (ListFeatureClasses, Describe, SearchCursor, etc)
    -   Classes that can be used to create complex objects
        (SpatialReference, FieldMap objects)
    -   Modules that provide extended functionality
         -   Mapping
         -   SpatialAnalyst                                  ArcPy
         -   Geostatistical                                     Geostatistical
Writing Python scripts
  •   script.py

  •   Text editor: Notepad, WordPad,…
  •   IDE: PythonWin, IDLE,…

  •   Python Window
      -   Embedded, interactive Python window within ArcGIS
           -   Access to ArcPy, any Python functionality
      -   Great for experimenting with Python
           -   Help pane
Python script tools
•   Connects Python to ArcGIS


•   Best way to create and share custom workflows
    -   More accessible than stand-alone Python script
    -   Extends ArcGIS


•   Integrated with geoprocessing framework
    -   Inherits geoprocessing properties and
        environments from application
    -   Can be used in ModelBuilder
    -   Works with map layers


•   Connect parameters to arguments.
Geoprocessing resources




                          http://resources.arcgis.com
Geoprocessing
         DEMO
Sharing resources
Sharing
Information Sharing is Critical
Map export and printing
The traditional ways

  •   Printing

       -   Setting the page size of your map layout

  •   Exporting your map

       -   Multiple formats supported:
                 EMF                 BMP
                 EPS                 JPEG
                 AI                  PNG
                 PDF                 TIFF
                 SVG                 GIF
       -   Special settings used to create
           the PDF files:
             -   Resolution
             -   Output Image Quality
             -   PDF Format options
             -   Data Driven Pages
Sharing as a Package
Professional to Professional
                                ArcGIS
                                Online




        ArcGIS
      for Desktop
                                                Sharing Tradecraft

                                  New at 10.1
                                  Geoprocessing, Tile, & Locator
       Map and Layer Packages     Packages
Sharing as Services
Professional to Everyone



•   Make it easier to share GIS resources
    -   Unified sharing experience
    -   Comprehensive Analysis
    -   Sharing to servers in the cloud and to ArcGIS Online




                                  ArcGIS
                                for Server
Demonstration
    Sharing resources
Conclusions
Additional resources


  •   ArcGIS Desktop Help:
      http://help.arcgis.com/es/arcgisdesktop/10.0/help/ind
      ex.html
  •   http://help.arcgis.com/en/arcgisdesktop/10.0/help/ind
      ex.html
  •   ArcGIS Desktop Blog:
      http://blogs.esri.com/Dev/blogs/arcgisdesktop/
  •   Context-sensitive help within ArcGIS
  •   ArcGIS.com
Resources at the User Conference

  •   Thursday, October 27
      -   Desktop Road Ahead 10.1. Room N101, 14:30-16:30.
      -   Sharing and Publishing from Desktop and Mobile Devices. Room N105,
          14:30-16:30.
      -   Using Imagery in ArcGIS. Room N102, 16:30 - 18:00.

  •   Friday, October 28
      -   Data managing and Data Exchange: Geodatabases and Interoperability.
          Room N106 09:30 - 11:00.
      -   Working with ArcGIS Online. Room N101, 09:30 - 11:00.
      -   Novedades Generales ArcGIS 10.1. Room N106 11:30 - 13:00.
Open for questions.
Thank You
Party

Más contenido relacionado

La actualidad más candente

QGIS Training.pptx
QGIS Training.pptxQGIS Training.pptx
QGIS Training.pptxSeemaAjay7
 
QGIS Open Source Desktop GIS
QGIS Open Source Desktop GISQGIS Open Source Desktop GIS
QGIS Open Source Desktop GISGIS Colorado
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysisAbdul Raziq
 
Difference between gis and cad
Difference between gis and cadDifference between gis and cad
Difference between gis and cadSumant Diwakar
 
Data input and transformation
Data input and transformationData input and transformation
Data input and transformationMohsin Siddique
 
DATABASE & WEBGIS - GIS BOOTCAMP
DATABASE & WEBGIS - GIS BOOTCAMPDATABASE & WEBGIS - GIS BOOTCAMP
DATABASE & WEBGIS - GIS BOOTCAMPKevin Ng'eno
 
Vector and Raster Data data model
Vector and Raster Data data modelVector and Raster Data data model
Vector and Raster Data data modelCalcutta University
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GISSatish Taji
 
Enterprise GIS
Enterprise GIS Enterprise GIS
Enterprise GIS Esri
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gisMohamed Hamed
 
GIS presentation
GIS presentationGIS presentation
GIS presentationarniontech
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsUroosa Samman
 
Getting started with GIS
Getting started with GISGetting started with GIS
Getting started with GISEsri India
 
Introduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdfIntroduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdfLareebMoeen1
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functionsPramoda Raj
 

La actualidad más candente (20)

QGIS Training.pptx
QGIS Training.pptxQGIS Training.pptx
QGIS Training.pptx
 
QGIS Open Source Desktop GIS
QGIS Open Source Desktop GISQGIS Open Source Desktop GIS
QGIS Open Source Desktop GIS
 
Raster data analysis
Raster data analysisRaster data analysis
Raster data analysis
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
 
Difference between gis and cad
Difference between gis and cadDifference between gis and cad
Difference between gis and cad
 
Data input and transformation
Data input and transformationData input and transformation
Data input and transformation
 
DATABASE & WEBGIS - GIS BOOTCAMP
DATABASE & WEBGIS - GIS BOOTCAMPDATABASE & WEBGIS - GIS BOOTCAMP
DATABASE & WEBGIS - GIS BOOTCAMP
 
Vector and Raster Data data model
Vector and Raster Data data modelVector and Raster Data data model
Vector and Raster Data data model
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
functions of GIS
functions of GISfunctions of GIS
functions of GIS
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
 
Enterprise GIS
Enterprise GIS Enterprise GIS
Enterprise GIS
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
 
Web mapping
Web mappingWeb mapping
Web mapping
 
GIS presentation
GIS presentationGIS presentation
GIS presentation
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System Fundamentals
 
Getting started with GIS
Getting started with GISGetting started with GIS
Getting started with GIS
 
Introduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdfIntroduction to GIS & Cartography.pdf
Introduction to GIS & Cartography.pdf
 
GIS - lecture-1.ppt
GIS - lecture-1.pptGIS - lecture-1.ppt
GIS - lecture-1.ppt
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
 

Similar a Arc gis desktop_and_geoprocessing

Data managing and Exchange GDB
Data managing and Exchange GDB Data managing and Exchange GDB
Data managing and Exchange GDB Esri
 
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
 
Building good web_maps, Esri, Joris Bak
Building good web_maps, Esri, Joris BakBuilding good web_maps, Esri, Joris Bak
Building good web_maps, Esri, Joris BakEsri Nederland
 
Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfsakinatunnajmi
 
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GIS
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GISNDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GIS
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GISNorth Dakota GIS Hub
 
Optimizing your Map Services
Optimizing your Map ServicesOptimizing your Map Services
Optimizing your Map ServicesEsri
 
GIS solutions for petroleum companies
GIS solutions for petroleum companiesGIS solutions for petroleum companies
GIS solutions for petroleum companiesGeodata AS
 
Publishing on ArcGIS Mobile
Publishing on ArcGIS MobilePublishing on ArcGIS Mobile
Publishing on ArcGIS MobileEsri
 
Geographic Information System for Egyptian Railway System(GIS)
Geographic Information System for Egyptian Railway System(GIS)Geographic Information System for Egyptian Railway System(GIS)
Geographic Information System for Egyptian Railway System(GIS)Ismail El Gayar
 
Architecting the ArcGIS Platform
Architecting the ArcGIS PlatformArchitecting the ArcGIS Platform
Architecting the ArcGIS PlatformEsri UK
 
Gis and-sap-realestate-mgmt
Gis and-sap-realestate-mgmtGis and-sap-realestate-mgmt
Gis and-sap-realestate-mgmtashwini5417
 
Introduction to ArcGIS for Developers, Esri, Charles van der Put, Jim Barry
Introduction toArcGIS for Developers, Esri, Charles van der Put, Jim BarryIntroduction toArcGIS for Developers, Esri, Charles van der Put, Jim Barry
Introduction to ArcGIS for Developers, Esri, Charles van der Put, Jim BarryEsri Nederland
 
ESRI Mapping & Charting Solution: ArcGIS 10 Production Mapping
ESRI Mapping & Charting Solution: ArcGIS 10 Production MappingESRI Mapping & Charting Solution: ArcGIS 10 Production Mapping
ESRI Mapping & Charting Solution: ArcGIS 10 Production Mappingmmarques_esri
 
Getting Started with the ArcGIS API for JavaScript, Esri, Julie Powell, Antoo...
Getting Started with the ArcGIS API for JavaScript, Esri, Julie Powell, Antoo...Getting Started with the ArcGIS API for JavaScript, Esri, Julie Powell, Antoo...
Getting Started with the ArcGIS API for JavaScript, Esri, Julie Powell, Antoo...Esri Nederland
 
3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Prothangqd
 
Welsh Conference 2023 Opening Plenary
Welsh Conference 2023 Opening PlenaryWelsh Conference 2023 Opening Plenary
Welsh Conference 2023 Opening PlenaryEsri UK
 
Working with ArcGIS Online
Working with ArcGIS OnlineWorking with ArcGIS Online
Working with ArcGIS OnlineEsri
 
Navteq Developer Days - ArcGIS + POI
Navteq Developer Days - ArcGIS + POINavteq Developer Days - ArcGIS + POI
Navteq Developer Days - ArcGIS + POIAllan Laframboise
 
What is GIS
What is GISWhat is GIS
What is GISEsri
 

Similar a Arc gis desktop_and_geoprocessing (20)

Data managing and Exchange GDB
Data managing and Exchange GDB Data managing and Exchange GDB
Data managing and Exchange GDB
 
Evolution of Esri Data Formats Seminar
Evolution of Esri Data Formats SeminarEvolution of Esri Data Formats Seminar
Evolution of Esri Data Formats Seminar
 
Building good web_maps, Esri, Joris Bak
Building good web_maps, Esri, Joris BakBuilding good web_maps, Esri, Joris Bak
Building good web_maps, Esri, Joris Bak
 
Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdf
 
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GIS
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GISNDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GIS
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GIS
 
Optimizing your Map Services
Optimizing your Map ServicesOptimizing your Map Services
Optimizing your Map Services
 
GIS solutions for petroleum companies
GIS solutions for petroleum companiesGIS solutions for petroleum companies
GIS solutions for petroleum companies
 
ArcGIS10 Land Records Mgmt (EPAN 2010)
ArcGIS10 Land Records Mgmt (EPAN 2010)ArcGIS10 Land Records Mgmt (EPAN 2010)
ArcGIS10 Land Records Mgmt (EPAN 2010)
 
Publishing on ArcGIS Mobile
Publishing on ArcGIS MobilePublishing on ArcGIS Mobile
Publishing on ArcGIS Mobile
 
Geographic Information System for Egyptian Railway System(GIS)
Geographic Information System for Egyptian Railway System(GIS)Geographic Information System for Egyptian Railway System(GIS)
Geographic Information System for Egyptian Railway System(GIS)
 
Architecting the ArcGIS Platform
Architecting the ArcGIS PlatformArchitecting the ArcGIS Platform
Architecting the ArcGIS Platform
 
Gis and-sap-realestate-mgmt
Gis and-sap-realestate-mgmtGis and-sap-realestate-mgmt
Gis and-sap-realestate-mgmt
 
Introduction to ArcGIS for Developers, Esri, Charles van der Put, Jim Barry
Introduction toArcGIS for Developers, Esri, Charles van der Put, Jim BarryIntroduction toArcGIS for Developers, Esri, Charles van der Put, Jim Barry
Introduction to ArcGIS for Developers, Esri, Charles van der Put, Jim Barry
 
ESRI Mapping & Charting Solution: ArcGIS 10 Production Mapping
ESRI Mapping & Charting Solution: ArcGIS 10 Production MappingESRI Mapping & Charting Solution: ArcGIS 10 Production Mapping
ESRI Mapping & Charting Solution: ArcGIS 10 Production Mapping
 
Getting Started with the ArcGIS API for JavaScript, Esri, Julie Powell, Antoo...
Getting Started with the ArcGIS API for JavaScript, Esri, Julie Powell, Antoo...Getting Started with the ArcGIS API for JavaScript, Esri, Julie Powell, Antoo...
Getting Started with the ArcGIS API for JavaScript, Esri, Julie Powell, Antoo...
 
3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro
 
Welsh Conference 2023 Opening Plenary
Welsh Conference 2023 Opening PlenaryWelsh Conference 2023 Opening Plenary
Welsh Conference 2023 Opening Plenary
 
Working with ArcGIS Online
Working with ArcGIS OnlineWorking with ArcGIS Online
Working with ArcGIS Online
 
Navteq Developer Days - ArcGIS + POI
Navteq Developer Days - ArcGIS + POINavteq Developer Days - ArcGIS + POI
Navteq Developer Days - ArcGIS + POI
 
What is GIS
What is GISWhat is GIS
What is GIS
 

Más de Esri

INIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestreINIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestreEsri
 
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...Esri
 
Plataforma Smart City de Móstoles
Plataforma Smart City de MóstolesPlataforma Smart City de Móstoles
Plataforma Smart City de MóstolesEsri
 
ArcGIS Online para Organizaciones
ArcGIS Online para OrganizacionesArcGIS Online para Organizaciones
ArcGIS Online para OrganizacionesEsri
 
Molina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart cityMolina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart cityEsri
 
Portal for ArcGIS
Portal for ArcGISPortal for ArcGIS
Portal for ArcGISEsri
 
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime DataGIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime DataEsri
 
An Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water ProtectionAn Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water ProtectionEsri
 
GeoCollector for ArcPad
GeoCollector for ArcPadGeoCollector for ArcPad
GeoCollector for ArcPadEsri
 
GeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows MobileGeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows MobileEsri
 
Data Appliance for ArcGIS
Data Appliance for ArcGISData Appliance for ArcGIS
Data Appliance for ArcGISEsri
 
Esri and BlackBridge
Esri and BlackBridgeEsri and BlackBridge
Esri and BlackBridgeEsri
 
GeoPlanner for ArcGIS
GeoPlanner for ArcGISGeoPlanner for ArcGIS
GeoPlanner for ArcGISEsri
 
Esri and AccuWeather
Esri and AccuWeatherEsri and AccuWeather
Esri and AccuWeatherEsri
 
Esri and Airbus Defense & Space
Esri and Airbus Defense & SpaceEsri and Airbus Defense & Space
Esri and Airbus Defense & SpaceEsri
 
Esri US Data Fact Sheet
Esri US Data Fact SheetEsri US Data Fact Sheet
Esri US Data Fact SheetEsri
 
ArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure JumpstartArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure JumpstartEsri
 
ArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime OperationsArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime OperationsEsri
 
Esri Geoportal Server
Esri Geoportal ServerEsri Geoportal Server
Esri Geoportal ServerEsri
 
ArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for ServerArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for ServerEsri
 

Más de Esri (20)

INIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestreINIA- CISA: Análisis de las amenazas en la fauna silvestre
INIA- CISA: Análisis de las amenazas en la fauna silvestre
 
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
Aena Aeropuerto Adolfo Suárez-Barajas crea potentes aplicaciones para sus cli...
 
Plataforma Smart City de Móstoles
Plataforma Smart City de MóstolesPlataforma Smart City de Móstoles
Plataforma Smart City de Móstoles
 
ArcGIS Online para Organizaciones
ArcGIS Online para OrganizacionesArcGIS Online para Organizaciones
ArcGIS Online para Organizaciones
 
Molina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart cityMolina de Segura se convierte en una smart city
Molina de Segura se convierte en una smart city
 
Portal for ArcGIS
Portal for ArcGISPortal for ArcGIS
Portal for ArcGIS
 
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime DataGIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
GIS-Based Web Services Provide Rapid Analysis and Dissemination of Maritime Data
 
An Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water ProtectionAn Effective Tool for Drinking Water Protection
An Effective Tool for Drinking Water Protection
 
GeoCollector for ArcPad
GeoCollector for ArcPadGeoCollector for ArcPad
GeoCollector for ArcPad
 
GeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows MobileGeoCollector for ArcGIS for Windows Mobile
GeoCollector for ArcGIS for Windows Mobile
 
Data Appliance for ArcGIS
Data Appliance for ArcGISData Appliance for ArcGIS
Data Appliance for ArcGIS
 
Esri and BlackBridge
Esri and BlackBridgeEsri and BlackBridge
Esri and BlackBridge
 
GeoPlanner for ArcGIS
GeoPlanner for ArcGISGeoPlanner for ArcGIS
GeoPlanner for ArcGIS
 
Esri and AccuWeather
Esri and AccuWeatherEsri and AccuWeather
Esri and AccuWeather
 
Esri and Airbus Defense & Space
Esri and Airbus Defense & SpaceEsri and Airbus Defense & Space
Esri and Airbus Defense & Space
 
Esri US Data Fact Sheet
Esri US Data Fact SheetEsri US Data Fact Sheet
Esri US Data Fact Sheet
 
ArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure JumpstartArcGIS for Server on Microsoft Azure Jumpstart
ArcGIS for Server on Microsoft Azure Jumpstart
 
ArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime OperationsArcGIS for the Military--Maritime Operations
ArcGIS for the Military--Maritime Operations
 
Esri Geoportal Server
Esri Geoportal ServerEsri Geoportal Server
Esri Geoportal Server
 
ArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for ServerArcGIS GeoEvent Extension for Server
ArcGIS GeoEvent Extension for Server
 

Último

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
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
 
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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
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
 
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
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 

Último (20)

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
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
 
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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
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
 
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
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 

Arc gis desktop_and_geoprocessing

  • 2. ArcGIS for Desktop Elisa Gómez Goñi Ignacio Vázquez Vélez - Technical Marketing, Esri Spain- October 27, 2011
  • 3. Session overview What is ArcGIS Desktop Data & Maps Editing data Geoprocessing Sharing resources Summary
  • 5. ArcGIS System Cloud Web • Visualization • Authoring • Sharing Online • Searching • Management Mobile • Analysis Enterprise Desktop
  • 6. ArcGIS for Desktop ArcCatalog ArcMap Spatial Analyst Schematics Analyst Network Analyst Tracking Analyst 3D Analyst Maplex Geostatistical Analyst Data Interoperability Extensions
  • 8. Data formats VECTOR RASTER Shapefile ESRI GRID ArcINFO Coverage GEODATABASE AutoCAD DWG - Raster dataset GEODATABASE - Raster catalog - Feature class - Mosaic dataset Spatial types TIFF MrSID More… TABLES DTED Excel NITF DBF JPEG 2000 CSV ENVI Need more? Txt ECW Use Data Interoperability Extension
  • 9. Geodatabase • Geographic Data Store • Scalable, multi-user • Complex data • Core ArcGIS Data model Survey Addresses Networks • Managing and representing data Vectors Annotations • Data integrity 3D Objects Attributes • Transactional model for GIS workflows Topology Dimensions • Versioning Terrain Parcels • Replication & Archiving CAD Cartography • Scalable Raster - Personal, File, Enterprise.
  • 10. Data models in GDB • Simple & Complex Data • Spatial integrity • Topology • Alphanumeric integrity • Subtypes • Domains • Special behaviours • Geometric networks • Networks • Parcel Fabric • http://support.esri.com/datamodels
  • 12. ArcMap • Interact • Print / Export • Serve
  • 13. Interacting • Basemaps - ArcGIS Online basemaps. - Basemap layers • Operational information - Fields - Order, visibility, alias, highlight. - Map tips & Identify. - Pop-ups. - Links & Attachments
  • 14. Print / Export • Symbol selector / editor • Symbol levels • Mask - • Finishing - Representations - Symbol inside GDB - Representation rules - Override geometry - Geomtric effects - Cartographic refinement tools Looking for inspiration? http://resources.arcgis.com/content/maptemplates/about
  • 15. Print / Export: Layout • Additional maps • Titles • North • Legend • Scale bar / text • Tables • Images • Dynamic text • Grids and Graticules
  • 16. Print / Export: Map series • Data Driven Pages • Quickly and easily create a series of layout pages from a single map document. • Single layout for each page. • Integrated with dynamic page elements. • Text, scale, extent, north arrow, legend,… • Print or export the entire series. • Automated and extended with arcpy.mapping.
  • 17. Serving • Remove what you don’t need • Use scale ranges • Simplify your simbology • Don’t use on-the-fly projection • Convert labels to annotations • Use basemap layers • Use MSD • Cache
  • 20. Maintaining data Attribute window Snapping Attributes transference Sketch tools Dates/Subtypes/Domains Spatial operations Topology
  • 21. Editing geometry • Feature template editing • Tools for feature construction • Snapping environment
  • 22. Editing attributes • Change values for newly digitized feature. • Edit existing values. • Copy and paste values between features. • Multiple features. • ArcGIS automatically populates OBJECT ID, Shape_Length and Shape_Area fields.
  • 23. Maintaining attribute and geometrical integrity
  • 24. Demonstration Editing data
  • 26. What is Geoprocessing? • The ArcGIS system for managing and manipulating data - Solve real-world spatial problems - Model processes and systems - Ask questions; get results • Automate GIS tasks. • Document and Share.
  • 27. ArcToolbox Toolboxes Tools Tooldatasets
  • 29. ArcToolbox Toolboxes Tools Tooldatasets
  • 30. Executing a tool • Background processing • Progress bar • Pop-up notification • Result Window - Process report - Open output files - Rerun a tool - Add result to the map - Copy into ModelBuilder or Python - Copy Python snippet - …
  • 31. ModelBuilder • Tool for encapsulating workflows - Reusable - Sharable • Visual programming language - Without writing code
  • 32. Python • Python is a free, cross-platform, open-source programming language that is both powerful and easy to learn. • Native scripting language for ArcGIS 10. - data analysis, data conversion, data management and map automation. • Advantages: - There are many ways to run single tools - Use scripting to develop, execute, and share geoprocessing workflows - Improves productivity
  • 33. ArcPy • The access point to geoprocessing tools • A package of functions, classes and modules, all related to scripting in ArcGIS - Helper functions that enable workflows (ListFeatureClasses, Describe, SearchCursor, etc) - Classes that can be used to create complex objects (SpatialReference, FieldMap objects) - Modules that provide extended functionality - Mapping - SpatialAnalyst ArcPy - Geostatistical Geostatistical
  • 34. Writing Python scripts • script.py • Text editor: Notepad, WordPad,… • IDE: PythonWin, IDLE,… • Python Window - Embedded, interactive Python window within ArcGIS - Access to ArcPy, any Python functionality - Great for experimenting with Python - Help pane
  • 35. Python script tools • Connects Python to ArcGIS • Best way to create and share custom workflows - More accessible than stand-alone Python script - Extends ArcGIS • Integrated with geoprocessing framework - Inherits geoprocessing properties and environments from application - Can be used in ModelBuilder - Works with map layers • Connect parameters to arguments.
  • 36. Geoprocessing resources http://resources.arcgis.com
  • 40. Map export and printing The traditional ways • Printing - Setting the page size of your map layout • Exporting your map - Multiple formats supported: EMF BMP EPS JPEG AI PNG PDF TIFF SVG GIF - Special settings used to create the PDF files: - Resolution - Output Image Quality - PDF Format options - Data Driven Pages
  • 41. Sharing as a Package Professional to Professional ArcGIS Online ArcGIS for Desktop Sharing Tradecraft New at 10.1 Geoprocessing, Tile, & Locator Map and Layer Packages Packages
  • 42. Sharing as Services Professional to Everyone • Make it easier to share GIS resources - Unified sharing experience - Comprehensive Analysis - Sharing to servers in the cloud and to ArcGIS Online ArcGIS for Server
  • 43. Demonstration Sharing resources
  • 45. Additional resources • ArcGIS Desktop Help: http://help.arcgis.com/es/arcgisdesktop/10.0/help/ind ex.html • http://help.arcgis.com/en/arcgisdesktop/10.0/help/ind ex.html • ArcGIS Desktop Blog: http://blogs.esri.com/Dev/blogs/arcgisdesktop/ • Context-sensitive help within ArcGIS • ArcGIS.com
  • 46. Resources at the User Conference • Thursday, October 27 - Desktop Road Ahead 10.1. Room N101, 14:30-16:30. - Sharing and Publishing from Desktop and Mobile Devices. Room N105, 14:30-16:30. - Using Imagery in ArcGIS. Room N102, 16:30 - 18:00. • Friday, October 28 - Data managing and Data Exchange: Geodatabases and Interoperability. Room N106 09:30 - 11:00. - Working with ArcGIS Online. Room N101, 09:30 - 11:00. - Novedades Generales ArcGIS 10.1. Room N106 11:30 - 13:00.
  • 49. Party