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

Spatial Analysis Using GIS
Spatial Analysis Using GISSpatial Analysis Using GIS
Spatial Analysis Using GIS
Prachi Mehta
 
Lecture+12+topology+2013 (3)
Lecture+12+topology+2013 (3)Lecture+12+topology+2013 (3)
Lecture+12+topology+2013 (3)
Mei Chi Lo
 

Tendances (20)

What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)
 
QGIS Module 1
QGIS Module 1QGIS Module 1
QGIS Module 1
 
An introduction to geographic information systems (gis) m goulbourne 2007
An introduction to geographic information systems (gis)   m goulbourne 2007An introduction to geographic information systems (gis)   m goulbourne 2007
An introduction to geographic information systems (gis) m goulbourne 2007
 
GIS
GISGIS
GIS
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System Fundamentals
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Geodatabases
GeodatabasesGeodatabases
Geodatabases
 
Spatial Analysis Using GIS
Spatial Analysis Using GISSpatial Analysis Using GIS
Spatial Analysis Using GIS
 
Raster
RasterRaster
Raster
 
Gis unit 3
Gis   unit 3Gis   unit 3
Gis unit 3
 
Map design in GIS
Map design in GISMap design in GIS
Map design in GIS
 
Lecture+12+topology+2013 (3)
Lecture+12+topology+2013 (3)Lecture+12+topology+2013 (3)
Lecture+12+topology+2013 (3)
 
QGIS Module 2
QGIS Module 2QGIS Module 2
QGIS Module 2
 
SPATIAL DATABASES.pptx
SPATIAL DATABASES.pptxSPATIAL DATABASES.pptx
SPATIAL DATABASES.pptx
 
Data base management system
Data base management systemData base management system
Data base management system
 
introduction to GIS
introduction to GIS introduction to GIS
introduction to GIS
 
Geographical Information System.ppt
Geographical Information System.pptGeographical Information System.ppt
Geographical Information System.ppt
 
QGIS Training.pptx
QGIS Training.pptxQGIS Training.pptx
QGIS Training.pptx
 
Introduction to gis and arc gis
Introduction to gis and arc gis Introduction to gis and arc gis
Introduction to gis and arc gis
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 

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
 
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
 
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
 

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

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
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
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Dernier (20)

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
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
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
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
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
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
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
 
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
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
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
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
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
 
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
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
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...
 
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
 

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