SlideShare uma empresa Scribd logo
1 de 37
Baixar para ler offline
TW: Using Imagery in ArcGIS
                  27th of October 2011 - 16.30 to 18.00

held by:
           Guenter Doerffel
           Technical Marketing Lead
           SynerGIS Austria (Distributor Austria)
           g.doerffel@mysynergis.com
The Description in the Agenda
A rough plan for this afternoon


  •   Images as attributes and attachements
  •   Single Image Files in ArcGIS for Desktop
  •   Images/Raster and the Geodatabase
      -   Raster Dataset
      -   Raster Catalog
      -   Mosaic Dataset
  •   Serving Imagery: Image Services




                            Always included: Whats comming with ArcGIS 10.1
Raster/Imagery as attribute


  •   Create with ArcGIS for Desktop Standard+
  •   Any picture will do
  •   No need for a Spatial Reference
  •   Only one raster column per Table
      -   Use relationship if you need more than 1:1
  •   What can you do?




 Raster in Feld
  Klick geladen
              See it!
Raster/Imagery as attachement (new in 10!)


  •   Anything will do
  •   No need for a Spatial Reference
  •   Relationship class to a feature class
  •   Objects stored in Geodatabase
  •   Opened with „System application“
  •   Usable in WebMapping Apps
DEMO No. 1
Add a raster attribute to a table
    Use it    where you see it

Add attachements to a feature class
    Use it  where you see it
Using (single) File-based raster (datasets)


  •   Access in ArcGIS 10 is unified by GDAL-libraries
      (Geospatial Data Abstraction Library – gdal.org)
  •   Format Support for read/write differs:
      -   Read: Lossless and lossy
      -   Write: predominantly lossless formats
  •   „A Raster“ = the Image PLUS other files:
      -   *.ovr (Overviews/Pyramids) … used to be *.rrd
      -   *.prj/prjx*.??w … Projection/WorldFile
      -   *.aux.xml … Statistics, Spatial Reference, Metadata
  •   Many settings in ArcMap/Advanced Settings
Direct Access using ArcGIS and File based raster


  •   Many Improvements with Default-Formats
      -   Compression
      -   Standards
           -   TIF (vs IMG)
           -   .OVR (vs .RRD)
           -   Stats (.aux.xml)

  •   Imporved GPTools
      -   Recursive Pyramids
      -   Statistics


                                  Optimized Access for existing and new/future formats
Settings for Images


  •   ArcMap Settings for Raster
      -   In ArcMap Settings
      -   In GP Environment
  •   Advanced ArcMap Settings
      -   More here
10.1: ArcMap Options - Raster
Extended Defaults


   •   More Raster Properties used
   •   Adjust to meet your preferences
Optimized Raster display


  •   Optimize Display-Performance
  •   Uses Caching/Threading
  •   For all Types of Imagery
      -   Local Raster
      -   “Mosaic Dataset”
      -   Image Services
  •   Dynamic Properties remain
  •   Use as “Operational Layer”
  •   Hardware-Accelleration supported
The “Image Analysis” Window …


  •   Settings at your fingertips
      -   Contrast, Brightness, Gamma, Stretching
      -   Dynamic Range Adjustment
      -   Transparency
  •   Simple Interpretation
      -   Zoom 1:1, Top Up
      -   Difference
      -   Sampling
  •   On-The-Fly Processes
      -   Orthorektifikation, pan-sharpening
      -   Clip, Mosaicking
      -   NDVI, Shaded Relief     “One-Click” Access for frequently used functions
… in 10.1 becomes a Image Analysis Window +
3 mayor enhancements


   •   Interaktive Stretch (1)
   •   Raster Function Button (2)
   •   Mensuration (3)




       12.4m
DEMO No. 2
Raster Settings you should be aware of
Optimized Display (vs. Basemap-Layer)
Image Analysis Window (10.1)
A raster type is more than a raster dataset …


  •   Introducing the „raster type“
      -   Supported (only) by Mosaic Datasets
      -   identifies metadata (georeferencing, acquisition date,
          sensor type) along with a raster format
      -   Files,
          tables,
          WebServices
          products
          (like satellite
          sensor)
      -   Online Help
… and with 10.1 becomes the „Raster product“
Available to everybody everywhere in ArcGIS


   •   Very easy to handle
   •   „Image Intelligence“ massively improved!




                     10                       10.1
A LITTLE 10.1 DEMO
Load a Raster product into ArcGIS for Desktop
Images as Geodatabase-Datasets


  •   Raster-Dataset
      -   One Entity – managed in the Geodatabase
      -   Often the result of a mosaicking process
      -   Same content in different resolutions (pyramids)
  •   Raster-Catalog
      -   Group of Raster-Datasets
      -   Client regards them One Entity
      -   Every part in fact is a Raster-Dataset
      -   Every part can be different
      -   Managed/Unmanaged
      -   Can be time-aware
Raster-Dataset


  •   For a long time THE element to store rasters in a GDB
  •   Major properties:
      -   Pyramids, Spatial reference, Statistics
  •   Fast display at all scales
  •   Stored with a tiling schema                                  Image   Image
      -   Required – not apparent to the enduser
      -   Tilesize defined when loading
      -   Pyramids then tiled, too
  •   Always somehow converts/resamples!                              Mosaic
  •   Mosaic
      -   Initial tiles are „glued“ together – overlap gets lost
  •   Metadata only on the dataset level
Raster pyramids always show the same content ..
                       10 m

    Level 0


                                20m

    Level 1


                                      40 m

    Level 2                                    Different cell sizes



                                             80m

    Level 3

A
Raster-Catalog


  •   Grouped Raster-Datasets
  •   Storage of Footprint-Polygons with their Raster-Datasets
  •   Managed or Unmanaged
      -   Unmanaged
           -   Only a file location reference gets stored
           -   Supported in Personal- and File-GDB
           -   Advantage: base-Data unchanged
      -   Managed
           -   Pixel converted into Geodatabase
           -   Supported in all GDB-Types
           -   Base-Data gets changed

  •   Usable for Animations/Time-Series
…by the way – still exists


  •   Raster-Catalog based on a simple table
      -   Any Table (in or out of Geodatabase)
  •   Must-structure: IMAGE, XMIN, YMIN, XMAX, YMAX
      -   IMAGE
           -   full Path / relative Path / UNC Path or environment-variable
               to the source of the data

  •   Display-Order is table record order
„Best of breed“: The Mosaic Dataset


  •   Combines advantages of Unmanaged Catalog and Raster
      Datset
  •   Can combine data of different resolution, color model,
      spatial reference, meaning … in different scales
  •   Knows about raster types/products
  •   Knows about (on the fly) raster functions
  •   Can dynamically mosaic using different methods
  •   Allows access to table for selection, download, upload (10.1)
  •   Can create Referenced Mosaics (derived results)
  •   Is time-aware
Organizing rasters as a mosaic dataset
                                  Image 1     Image 2




                                  Image 3     Image 4




          Source images               Mosaic dataset




A
Overviews are not (always) pyramids ….
                       10 m

    Level 0


                               20m

    Level 1


                                     40 m

    Level 2                                 Different cell sizes



                                        80m

    Level 3

A
The structure of a MosaicDataset


  •   Group-Layer display in ArcMap:
      -   Boundary
          Whatever you want the extent of the
          Service to be
      -   Footprint
          The extent of participating images
          Can be changed!
      -   (Seamline)
          Where mosaicking is to take place
      -   Image
          The Image delivered – with many
          additional settings
Mosaic methods control display order
                              Closest to Center




           Area of Interest

A
Mosaic methods control display order
                 Closest to Nadir




                                    Nadir

A
Mosaic methods control display order
                               By Attribute
    With no Cloud cover       With Cloud cover




                   By Cloud cover                By Acquisition Date


A                                                                      D
DEMO No. 4
Mosaic Dataset Properties
Different mosaic methods
Dynamic compression
Raster functions
Referenced Mosaic
Serving single raster datasets


  •   Can be done without Image Extension
  •   Allows IMAGING, WCS, WMS
  •   Set Size, Resampling, compression on server
Serving mosaic datasets


  •   Many more server-sided settings:
      -   Size
      -   Number of rasters
      -   Resampling
      -   Compression
      -   MosaicMethods
      -   Table/catalog access
      -   Metadata level
      -   Fields
      -   Download
      -   Upload (10.1)
      -   Mensuration (10.1)
DEMO No. 5
Raster Dataset Properties on the server
Mosaic Dataset Properties on the server
    Client effects
    A sample web client
Caching Image Services


  •   Why?
      -   Reduce server load
      -   No need for on-the-fly processes
      -   Provide max. compatibility with other cached services
      -   The „Web-feeling“ needs to be there
  •   How?
      -   10: Always via an mxd-based service
      -   10.1: Default of ImageService can be cached
Me gustaría dar las gracias a
I would like to thank

•   Tracasa
•   Aurensis
•   la Junta de Andalucía
•   el Instituto Geográfico Nacional
•   y a Esri España


por su colaboración en los datos usados en este workshop
 for their collaboration with the data used for this presentation
Questions ???
g.doerffel@mysynergis.com
Thank You

Mais conteúdo relacionado

Semelhante a Using Imagery in ArcGIS

Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfsakinatunnajmi
 
Vector Tiles with GeoServer and OpenLayers
Vector Tiles with GeoServer and OpenLayersVector Tiles with GeoServer and OpenLayers
Vector Tiles with GeoServer and OpenLayersJody Garnett
 
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018Aileen Buckley
 
Terrain in Battlefield 3: A Modern, Complete and Scalable System
Terrain in Battlefield 3: A Modern, Complete and Scalable SystemTerrain in Battlefield 3: A Modern, Complete and Scalable System
Terrain in Battlefield 3: A Modern, Complete and Scalable SystemElectronic Arts / DICE
 
Optimizing your Map Services
Optimizing your Map ServicesOptimizing your Map Services
Optimizing your Map ServicesEsri
 
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
 
LocationTech Tour 2016 - Vectortiles
LocationTech Tour 2016 - Vectortiles LocationTech Tour 2016 - Vectortiles
LocationTech Tour 2016 - Vectortiles Morgan Thompson
 
Arc gis desktop_and_geoprocessing
Arc gis desktop_and_geoprocessingArc gis desktop_and_geoprocessing
Arc gis desktop_and_geoprocessingEsri
 
Designing and Using Cached Map
Designing and Using Cached Map Designing and Using Cached Map
Designing and Using Cached Map M.Muneeb Ashraf
 
Using postgre sql for 3d cms
Using postgre sql for 3d cmsUsing postgre sql for 3d cms
Using postgre sql for 3d cmsTim Child
 
Data managing and Exchange GDB
Data managing and Exchange GDB Data managing and Exchange GDB
Data managing and Exchange GDB Esri
 
mod-geocache / mapcache - A fast tiling solution for the apache web server
mod-geocache / mapcache - A fast tiling solution for the apache web servermod-geocache / mapcache - A fast tiling solution for the apache web server
mod-geocache / mapcache - A fast tiling solution for the apache web servertbonfort
 
Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-pptAshok Peddi
 
Advanced Map Caching Topics
Advanced Map Caching TopicsAdvanced Map Caching Topics
Advanced Map Caching TopicsEsri
 
Machine Learning on Distributed Systems by Josh Poduska
Machine Learning on Distributed Systems by Josh PoduskaMachine Learning on Distributed Systems by Josh Poduska
Machine Learning on Distributed Systems by Josh PoduskaData Con LA
 
2012 Vendor Track, How City and County of Denver Serves GIS Data, Genie Hays,...
2012 Vendor Track, How City and County of Denver Serves GIS Data, Genie Hays,...2012 Vendor Track, How City and County of Denver Serves GIS Data, Genie Hays,...
2012 Vendor Track, How City and County of Denver Serves GIS Data, Genie Hays,...GIS in the Rockies
 

Semelhante a Using Imagery in ArcGIS (20)

Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdf
 
Vector Tiles with GeoServer and OpenLayers
Vector Tiles with GeoServer and OpenLayersVector Tiles with GeoServer and OpenLayers
Vector Tiles with GeoServer and OpenLayers
 
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
 
Terrain in Battlefield 3: A Modern, Complete and Scalable System
Terrain in Battlefield 3: A Modern, Complete and Scalable SystemTerrain in Battlefield 3: A Modern, Complete and Scalable System
Terrain in Battlefield 3: A Modern, Complete and Scalable System
 
Optimizing your Map Services
Optimizing your Map ServicesOptimizing your Map Services
Optimizing your Map Services
 
Evolution of Esri Data Formats Seminar
Evolution of Esri Data Formats SeminarEvolution of Esri Data Formats Seminar
Evolution of Esri Data Formats Seminar
 
LocationTech Tour 2016 - Vectortiles
LocationTech Tour 2016 - Vectortiles LocationTech Tour 2016 - Vectortiles
LocationTech Tour 2016 - Vectortiles
 
Cheetah:Data Warehouse on Top of MapReduce
Cheetah:Data Warehouse on Top of MapReduceCheetah:Data Warehouse on Top of MapReduce
Cheetah:Data Warehouse on Top of MapReduce
 
Arc gis desktop_and_geoprocessing
Arc gis desktop_and_geoprocessingArc gis desktop_and_geoprocessing
Arc gis desktop_and_geoprocessing
 
Designing and Using Cached Map
Designing and Using Cached Map Designing and Using Cached Map
Designing and Using Cached Map
 
Using postgre sql for 3d cms
Using postgre sql for 3d cmsUsing postgre sql for 3d cms
Using postgre sql for 3d cms
 
Data managing and Exchange GDB
Data managing and Exchange GDB Data managing and Exchange GDB
Data managing and Exchange GDB
 
mod-geocache / mapcache - A fast tiling solution for the apache web server
mod-geocache / mapcache - A fast tiling solution for the apache web servermod-geocache / mapcache - A fast tiling solution for the apache web server
mod-geocache / mapcache - A fast tiling solution for the apache web server
 
Multidimensional Scientific Data in ArcGIS
Multidimensional Scientific Data in ArcGISMultidimensional Scientific Data in ArcGIS
Multidimensional Scientific Data in ArcGIS
 
Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-ppt
 
Advanced Map Caching Topics
Advanced Map Caching TopicsAdvanced Map Caching Topics
Advanced Map Caching Topics
 
Geoservices Activities at EDINA
Geoservices Activities at EDINAGeoservices Activities at EDINA
Geoservices Activities at EDINA
 
Machine Learning on Distributed Systems by Josh Poduska
Machine Learning on Distributed Systems by Josh PoduskaMachine Learning on Distributed Systems by Josh Poduska
Machine Learning on Distributed Systems by Josh Poduska
 
2012 Vendor Track, How City and County of Denver Serves GIS Data, Genie Hays,...
2012 Vendor Track, How City and County of Denver Serves GIS Data, Genie Hays,...2012 Vendor Track, How City and County of Denver Serves GIS Data, Genie Hays,...
2012 Vendor Track, How City and County of Denver Serves GIS Data, Genie Hays,...
 
FELIS
FELISFELIS
FELIS
 

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

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
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
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 2024The Digital Insurer
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
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
 
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
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
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...Miguel Araújo
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
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
 

Último (20)

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...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
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
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
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...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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?
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
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...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
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
 

Using Imagery in ArcGIS

  • 1. TW: Using Imagery in ArcGIS 27th of October 2011 - 16.30 to 18.00 held by: Guenter Doerffel Technical Marketing Lead SynerGIS Austria (Distributor Austria) g.doerffel@mysynergis.com
  • 2. The Description in the Agenda
  • 3. A rough plan for this afternoon • Images as attributes and attachements • Single Image Files in ArcGIS for Desktop • Images/Raster and the Geodatabase - Raster Dataset - Raster Catalog - Mosaic Dataset • Serving Imagery: Image Services Always included: Whats comming with ArcGIS 10.1
  • 4. Raster/Imagery as attribute • Create with ArcGIS for Desktop Standard+ • Any picture will do • No need for a Spatial Reference • Only one raster column per Table - Use relationship if you need more than 1:1 • What can you do? Raster in Feld Klick geladen See it!
  • 5. Raster/Imagery as attachement (new in 10!) • Anything will do • No need for a Spatial Reference • Relationship class to a feature class • Objects stored in Geodatabase • Opened with „System application“ • Usable in WebMapping Apps
  • 6. DEMO No. 1 Add a raster attribute to a table Use it where you see it Add attachements to a feature class Use it where you see it
  • 7. Using (single) File-based raster (datasets) • Access in ArcGIS 10 is unified by GDAL-libraries (Geospatial Data Abstraction Library – gdal.org) • Format Support for read/write differs: - Read: Lossless and lossy - Write: predominantly lossless formats • „A Raster“ = the Image PLUS other files: - *.ovr (Overviews/Pyramids) … used to be *.rrd - *.prj/prjx*.??w … Projection/WorldFile - *.aux.xml … Statistics, Spatial Reference, Metadata • Many settings in ArcMap/Advanced Settings
  • 8. Direct Access using ArcGIS and File based raster • Many Improvements with Default-Formats - Compression - Standards - TIF (vs IMG) - .OVR (vs .RRD) - Stats (.aux.xml) • Imporved GPTools - Recursive Pyramids - Statistics Optimized Access for existing and new/future formats
  • 9. Settings for Images • ArcMap Settings for Raster - In ArcMap Settings - In GP Environment • Advanced ArcMap Settings - More here
  • 10. 10.1: ArcMap Options - Raster Extended Defaults • More Raster Properties used • Adjust to meet your preferences
  • 11. Optimized Raster display • Optimize Display-Performance • Uses Caching/Threading • For all Types of Imagery - Local Raster - “Mosaic Dataset” - Image Services • Dynamic Properties remain • Use as “Operational Layer” • Hardware-Accelleration supported
  • 12. The “Image Analysis” Window … • Settings at your fingertips - Contrast, Brightness, Gamma, Stretching - Dynamic Range Adjustment - Transparency • Simple Interpretation - Zoom 1:1, Top Up - Difference - Sampling • On-The-Fly Processes - Orthorektifikation, pan-sharpening - Clip, Mosaicking - NDVI, Shaded Relief “One-Click” Access for frequently used functions
  • 13. … in 10.1 becomes a Image Analysis Window + 3 mayor enhancements • Interaktive Stretch (1) • Raster Function Button (2) • Mensuration (3) 12.4m
  • 14. DEMO No. 2 Raster Settings you should be aware of Optimized Display (vs. Basemap-Layer) Image Analysis Window (10.1)
  • 15. A raster type is more than a raster dataset … • Introducing the „raster type“ - Supported (only) by Mosaic Datasets - identifies metadata (georeferencing, acquisition date, sensor type) along with a raster format - Files, tables, WebServices products (like satellite sensor) - Online Help
  • 16. … and with 10.1 becomes the „Raster product“ Available to everybody everywhere in ArcGIS • Very easy to handle • „Image Intelligence“ massively improved! 10 10.1
  • 17. A LITTLE 10.1 DEMO Load a Raster product into ArcGIS for Desktop
  • 18. Images as Geodatabase-Datasets • Raster-Dataset - One Entity – managed in the Geodatabase - Often the result of a mosaicking process - Same content in different resolutions (pyramids) • Raster-Catalog - Group of Raster-Datasets - Client regards them One Entity - Every part in fact is a Raster-Dataset - Every part can be different - Managed/Unmanaged - Can be time-aware
  • 19. Raster-Dataset • For a long time THE element to store rasters in a GDB • Major properties: - Pyramids, Spatial reference, Statistics • Fast display at all scales • Stored with a tiling schema Image Image - Required – not apparent to the enduser - Tilesize defined when loading - Pyramids then tiled, too • Always somehow converts/resamples! Mosaic • Mosaic - Initial tiles are „glued“ together – overlap gets lost • Metadata only on the dataset level
  • 20. Raster pyramids always show the same content .. 10 m Level 0 20m Level 1 40 m Level 2 Different cell sizes 80m Level 3 A
  • 21. Raster-Catalog • Grouped Raster-Datasets • Storage of Footprint-Polygons with their Raster-Datasets • Managed or Unmanaged - Unmanaged - Only a file location reference gets stored - Supported in Personal- and File-GDB - Advantage: base-Data unchanged - Managed - Pixel converted into Geodatabase - Supported in all GDB-Types - Base-Data gets changed • Usable for Animations/Time-Series
  • 22. …by the way – still exists • Raster-Catalog based on a simple table - Any Table (in or out of Geodatabase) • Must-structure: IMAGE, XMIN, YMIN, XMAX, YMAX - IMAGE - full Path / relative Path / UNC Path or environment-variable to the source of the data • Display-Order is table record order
  • 23. „Best of breed“: The Mosaic Dataset • Combines advantages of Unmanaged Catalog and Raster Datset • Can combine data of different resolution, color model, spatial reference, meaning … in different scales • Knows about raster types/products • Knows about (on the fly) raster functions • Can dynamically mosaic using different methods • Allows access to table for selection, download, upload (10.1) • Can create Referenced Mosaics (derived results) • Is time-aware
  • 24. Organizing rasters as a mosaic dataset Image 1 Image 2 Image 3 Image 4 Source images Mosaic dataset A
  • 25. Overviews are not (always) pyramids …. 10 m Level 0 20m Level 1 40 m Level 2 Different cell sizes 80m Level 3 A
  • 26. The structure of a MosaicDataset • Group-Layer display in ArcMap: - Boundary Whatever you want the extent of the Service to be - Footprint The extent of participating images Can be changed! - (Seamline) Where mosaicking is to take place - Image The Image delivered – with many additional settings
  • 27. Mosaic methods control display order Closest to Center Area of Interest A
  • 28. Mosaic methods control display order Closest to Nadir Nadir A
  • 29. Mosaic methods control display order By Attribute With no Cloud cover With Cloud cover By Cloud cover By Acquisition Date A D
  • 30. DEMO No. 4 Mosaic Dataset Properties Different mosaic methods Dynamic compression Raster functions Referenced Mosaic
  • 31. Serving single raster datasets • Can be done without Image Extension • Allows IMAGING, WCS, WMS • Set Size, Resampling, compression on server
  • 32. Serving mosaic datasets • Many more server-sided settings: - Size - Number of rasters - Resampling - Compression - MosaicMethods - Table/catalog access - Metadata level - Fields - Download - Upload (10.1) - Mensuration (10.1)
  • 33. DEMO No. 5 Raster Dataset Properties on the server Mosaic Dataset Properties on the server Client effects A sample web client
  • 34. Caching Image Services • Why? - Reduce server load - No need for on-the-fly processes - Provide max. compatibility with other cached services - The „Web-feeling“ needs to be there • How? - 10: Always via an mxd-based service - 10.1: Default of ImageService can be cached
  • 35. Me gustaría dar las gracias a I would like to thank • Tracasa • Aurensis • la Junta de Andalucía • el Instituto Geográfico Nacional • y a Esri España por su colaboración en los datos usados en este workshop for their collaboration with the data used for this presentation