SlideShare une entreprise Scribd logo
1  sur  49
Télécharger pour lire hors ligne
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

Contenu connexe

Tendances

Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-ppt
Ashok Peddi
 
gis project planning and management
gis project planning and managementgis project planning and management
gis project planning and management
Abhiram Kanigolla
 
WEB GIS AND WEB MAP.pptx
WEB GIS AND WEB MAP.pptxWEB GIS AND WEB MAP.pptx
WEB GIS AND WEB MAP.pptx
Asim Pt
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systems
Vivek Srivastava
 

Tendances (20)

What is GIS
What is GISWhat is GIS
What is GIS
 
Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-ppt
 
gis project planning and management
gis project planning and managementgis project planning and management
gis project planning and management
 
WEB GIS AND WEB MAP.pptx
WEB GIS AND WEB MAP.pptxWEB GIS AND WEB MAP.pptx
WEB GIS AND WEB MAP.pptx
 
Geodatabases
GeodatabasesGeodatabases
Geodatabases
 
Geoprocessing
GeoprocessingGeoprocessing
Geoprocessing
 
GIS - lecture-1.ppt
GIS - lecture-1.pptGIS - lecture-1.ppt
GIS - lecture-1.ppt
 
Introduction to gis
Introduction to gisIntroduction to gis
Introduction to gis
 
GIS data structure
GIS data structureGIS data structure
GIS data structure
 
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
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systems
 
Introduction to gis and arc gis
Introduction to gis and arc gis Introduction to gis and arc gis
Introduction to gis and arc gis
 
Web Based GIS
Web Based GISWeb Based GIS
Web Based GIS
 
Geographical Information System (GIS)
Geographical Information System (GIS)Geographical Information System (GIS)
Geographical Information System (GIS)
 
Digital Cartography
Digital CartographyDigital Cartography
Digital Cartography
 
Conversion of Existing Data
Conversion of Existing DataConversion of Existing Data
Conversion of Existing Data
 
GIS Modeling
GIS ModelingGIS Modeling
GIS Modeling
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
 
Gis
GisGis
Gis
 

Similaire à Arc gis desktop_and_geoprocessing

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
Esri Nederland
 
GIS solutions for petroleum companies
GIS solutions for petroleum companiesGIS solutions for petroleum companies
GIS solutions for petroleum companies
Geodata AS
 
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 Nederland
 
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
 

Similaire à 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
 
Enterprise GIS
Enterprise GIS Enterprise GIS
Enterprise 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
 
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
 

Plus de Esri

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
 

Plus 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
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
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
Safe Software
 

Dernier (20)

HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
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...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
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 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...
 
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
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
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...
 

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