SlideShare uma empresa Scribd logo
1 de 49
Baixar para ler offline
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

Mais conteúdo relacionado

Mais procurados

Architecting the ArcGIS Platform
Architecting the ArcGIS PlatformArchitecting the ArcGIS Platform
Architecting the ArcGIS PlatformEsri UK
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gisMohamed Hamed
 
Data base management system
Data base management systemData base management system
Data base management systemPramoda Raj
 
Enterprise GIS
Enterprise GIS Enterprise GIS
Enterprise GIS Esri
 
Gis powerpoint
Gis powerpointGis powerpoint
Gis powerpointkaushdave
 
GIS and Mapping Software Introduction
GIS and Mapping Software IntroductionGIS and Mapping Software Introduction
GIS and Mapping Software IntroductionMEASURE Evaluation
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsUroosa Samman
 
ArcGIS for Server, Portal for ArcGIS and the Road Ahead - Esri norsk BK 2014
ArcGIS for Server, Portal for ArcGIS and the Road Ahead - Esri norsk BK 2014ArcGIS for Server, Portal for ArcGIS and the Road Ahead - Esri norsk BK 2014
ArcGIS for Server, Portal for ArcGIS and the Road Ahead - Esri norsk BK 2014Geodata AS
 
Introduction to Tools in ArcGIS
Introduction to Tools in ArcGISIntroduction to Tools in ArcGIS
Introduction to Tools in ArcGISDaniele Baker
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theoriesMohsin Siddique
 
Digitizing features_2 in ARC GIS
Digitizing features_2 in ARC GISDigitizing features_2 in ARC GIS
Digitizing features_2 in ARC GISKU Leuven
 
GEOMATIC WORLD WITH A SPECIAL LOOK TO GIS
GEOMATIC WORLDWITH A SPECIAL LOOK TO GISGEOMATIC WORLDWITH A SPECIAL LOOK TO GIS
GEOMATIC WORLD WITH A SPECIAL LOOK TO GISMary Adel
 
Introduction to ArcGIS
Introduction to ArcGISIntroduction to ArcGIS
Introduction to ArcGISKate Dougherty
 

Mais procurados (20)

Architecting the ArcGIS Platform
Architecting the ArcGIS PlatformArchitecting the ArcGIS Platform
Architecting the ArcGIS Platform
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
 
Gis
Gis Gis
Gis
 
Data base management system
Data base management systemData base management system
Data base management system
 
Enterprise GIS
Enterprise GIS Enterprise GIS
Enterprise GIS
 
Gis powerpoint
Gis powerpointGis powerpoint
Gis powerpoint
 
Gis
GisGis
Gis
 
GIS and Mapping Software Introduction
GIS and Mapping Software IntroductionGIS and Mapping Software Introduction
GIS and Mapping Software Introduction
 
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 Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System Fundamentals
 
ArcGIS for Server, Portal for ArcGIS and the Road Ahead - Esri norsk BK 2014
ArcGIS for Server, Portal for ArcGIS and the Road Ahead - Esri norsk BK 2014ArcGIS for Server, Portal for ArcGIS and the Road Ahead - Esri norsk BK 2014
ArcGIS for Server, Portal for ArcGIS and the Road Ahead - Esri norsk BK 2014
 
Web mapping
Web mappingWeb mapping
Web mapping
 
Introduction to Tools in ArcGIS
Introduction to Tools in ArcGISIntroduction to Tools in ArcGIS
Introduction to Tools in ArcGIS
 
GIS Modeling
GIS ModelingGIS Modeling
GIS Modeling
 
Geo-spatial Analysis and Modelling
Geo-spatial Analysis and ModellingGeo-spatial Analysis and Modelling
Geo-spatial Analysis and Modelling
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theories
 
GIS_Intro_March_2014
GIS_Intro_March_2014GIS_Intro_March_2014
GIS_Intro_March_2014
 
Digitizing features_2 in ARC GIS
Digitizing features_2 in ARC GISDigitizing features_2 in ARC GIS
Digitizing features_2 in ARC GIS
 
GEOMATIC WORLD WITH A SPECIAL LOOK TO GIS
GEOMATIC WORLDWITH A SPECIAL LOOK TO GISGEOMATIC WORLDWITH A SPECIAL LOOK TO GIS
GEOMATIC WORLD WITH A SPECIAL LOOK TO GIS
 
Introduction to ArcGIS
Introduction to ArcGISIntroduction to ArcGIS
Introduction to ArcGIS
 

Semelhante 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
 
Gis and-sap-realestate-mgmt
Gis and-sap-realestate-mgmtGis and-sap-realestate-mgmt
Gis and-sap-realestate-mgmtashwini5417
 
NDGISUC2017 - Introducing ArcGIS Pro
NDGISUC2017 - Introducing ArcGIS ProNDGISUC2017 - Introducing ArcGIS Pro
NDGISUC2017 - Introducing ArcGIS ProNorth Dakota GIS Hub
 
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
 

Semelhante 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)
 
Gis and-sap-realestate-mgmt
Gis and-sap-realestate-mgmtGis and-sap-realestate-mgmt
Gis and-sap-realestate-mgmt
 
NDGISUC2017 - Introducing ArcGIS Pro
NDGISUC2017 - Introducing ArcGIS ProNDGISUC2017 - Introducing ArcGIS Pro
NDGISUC2017 - Introducing ArcGIS Pro
 
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
 

Mais 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
 

Mais 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

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
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 on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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 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