SlideShare una empresa de Scribd logo
1 de 49
Imagery driven applications with 
Geomatica, ArcGIS and Python 
Kevin Jones - Vision Géomatique 
Nov 13, 2014
Outline 
• Imagery is more than a basemap 
• The Geomatica Platform 
• Advantages of working with Python 
• Geomatica and ArcGIS Python APIs 
• Sample Script/Demonstration
Background 
PCI Geomatics has been a leader in developing 
software for processing and analyzing remotely 
sensed data for over 30 years!
Get More From Imagery 
What are we best known for? 
Software for ortho/mosaic of remotely sensed images 
We make it possible for users to “get the geometry right” 
Making “basemaps”
Typical image/basemap
Get More From Imagery 
Is there more being done with imagery? 
Yes! 
Imagery CAN BE more than a basemap. 
How can PCI and partners can leverage this, and 
Get More From Imagery?
Agricultural Information
Elevation Information
Forestry Information
3D City Information
Maritime Information
What Does PCI Provide? 
• We provide a solid environment to make it 
possible to get this information 
• Proven science, algorithms (550+) 
• Desktop / Server / Cloud 
• Development Platform based on Python
What Can You Do? 
• Understand customer challenges and leverage the 
platform 
• Develop Purpose Built Solutions (apps) that address 
these challenges 
• Replicate the solutions by vertical market, in different 
geographies 
• Create different vertical market apps
Geomatica Platform 
Automation 
Integration 
Customization 
$X? 
Extension
A Purpose-Built Solution 
DEM 
Extraction 
Ingest 
Datasets 
Cacl Diff 
DSM 
Extract 
Stockpiles 
Calc 
Vol. 
Map 
Stereo 
Imagery 
AInutteogmrattiion 
Create new user interface?: Customization
The script that made this possible
Increasing Revenue Together 
+ Custom 
Needs a solution Imagery Software 
solution 
One time deal, 
limited revenue 
= 
Many need the 
same solution 
+ Build a 
Imagery Software 
repeatable 
Solution 
Increased revenue 
potential 
=
Multiplier Effects of The Platform 
Revenue potential ‘x’ 
Innovative solutions (apps) 
Partnerships 
Replicate in 
other geographies 
Revenue potential 
‘x times n’
PCI Geomatics 
Platform 
Geomatica 2014 release includes a new 
Python API for our more than 550 geospatial 
processing and analysis algorithms
Geomatica & ArcMap as Platforms
Geomatica & ArcMap Platforms 
PCI’s geoprocessing algorithms can now be 
inserted directly into your ArcGIS workflows
Geomatica & ArcMap Platforms 
22 
Private and Confidential 
Geomatica – Powerful image and raster 
processing and analysis tools 
ArcGIS - Powerful vector and raster 
processing and analysis tools
Geomatica & ArcMap Platforms 
PCI Pluggable Framework (PPFs) – PCI 
Geomatica’s geoprocessing functions that can be 
accessed by python 
ArcToolBox - esri’s ArcGIS geoprocessing functions 
that can be accessed by python
Geomatica & ArcMap Platforms 
Using libraries from Geomatica and 
ArcGIS increases the capability and 
power of your automated workflows 
Python Script 
ArcGIS 
Function 
Geomatica 
Function 
ArcGIS 
Function 
Geomatica 
Function
Geomatica & ArcMap Platforms 
Python acts as the glue that connects 
ArcGIS and Geomatica functions 
together 
ArcGIS 
Function 
Geomatica 
Function 
ArcGIS 
Function 
Geomatica 
Function 
Python Script
The Python Advantage
The Python Advantage 
• Easy to learn, high level scripting 
• Growing community, body of knowledge 
• Easy to create top down, logical and linear 
scripts 
• Also can be used to create complex 
workflows 
• Python serves as the glue to connect 
functions between different software 
packages
The Python Advantage 
Python is one of the most popular scripting languages in the 
Geo-spatial industry; supported by commercial and open 
source packages
Geomatica & ArcGIS APIs for Python
Geomatica & ArcMap APIs 
API – The API (Application Programming Interface) 
provides users with instructions of how to access 
objects, their attributes and call functions
Geomatica & ArcMap APIs 
PCI and esri have both developed python APIs for 
Geomatica and ArcMap, respectively. 
These APIs make it simple for users to pass 
parameters and launch algorithms within a python 
script
Geomatica & ArcMap APIs 
ArcPy – Important to note that the ArcGIS x64 background 
processes must be installed and used if you want to 
incorporate PCI’s python library in your script 
- PCI’s library is based on 64bit code 
- Must use the same bit-depth in the same script
Geomatica & ArcMap APIs 
ArcPy - esri’s ArcGIS python API used to import ArcGIS’s 
python library
Geomatica & ArcMap APIs 
pciPy– PCI Geomatica’s python API used to call PCI 
Pluggable Functions (PPFs) that can be accessed by python
Custom Python Script Demo
Custom Script Demo 
Geomatica ArcMap 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Custom Script Demo 
Geomatica ArcMap 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Custom Script Demo 
Geomatica ArcMap 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Custom Script Demo 
Geomatica ArcMap 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Custom Script Demo 
Geomatica ArcMap 
Stereo Pair Extracted From 
1 
Stereo Pair 
2 
Stereo Pair 
3 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Custom Script Demo 
Geomatica ArcMap 
Mosaicked 
DSM 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Custom Script Demo 
Geomatica ArcMap 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Custom Script Demo 
Geomatica ArcMap 
Possible 
Billboard 
Locations 
DSM used to determine visibile 
locations from each point 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Custom Script Demo 
Geomatica ArcMap 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Custom Script Demo 
Geomatica ArcMap 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Custom Script Demo 
Geomatica ArcMap 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Custom Script Demo 
Geomatica ArcMap 
Generate 
Epipolar Pairs 
Extract 
DSMs 
Visibility 
Analysis 
Intersect 
Analysis 
Mapping
Available Resources 
GitHub – Sample code 
• http://github.com/PCIGeomatics 
Cookbook – Code snippets 
• http://pcigeomatics.github.io/PCI-Geomatics-Cookbook/ 
Tutorials – PCI Website 
• http://www.pcigeomatics.com/resources-support/geomatica/tutorials
Contact PCI Geomatics 
www.pcigeomatics.com 
info@pcigeomatics.com

Más contenido relacionado

Más de VisionGEOMATIQUE2014

Géomatique appliquée : revue des solutions novatrices mises en place en 2014
Géomatique appliquée : revue des solutions novatrices mises en place en 2014Géomatique appliquée : revue des solutions novatrices mises en place en 2014
Géomatique appliquée : revue des solutions novatrices mises en place en 2014
VisionGEOMATIQUE2014
 
Automatisation de la cartographie et de l'analyse des données de comptage de ...
Automatisation de la cartographie et de l'analyse des données de comptage de ...Automatisation de la cartographie et de l'analyse des données de comptage de ...
Automatisation de la cartographie et de l'analyse des données de comptage de ...
VisionGEOMATIQUE2014
 
Optimisation et analyse des parcours de déneigement à la Ville de Shawinigan
Optimisation et analyse des parcours de déneigement à la Ville de ShawiniganOptimisation et analyse des parcours de déneigement à la Ville de Shawinigan
Optimisation et analyse des parcours de déneigement à la Ville de Shawinigan
VisionGEOMATIQUE2014
 
AutoTri, une application automatisant l’analyse du stationnement de l’arrondi...
AutoTri, une application automatisant l’analyse du stationnement de l’arrondi...AutoTri, une application automatisant l’analyse du stationnement de l’arrondi...
AutoTri, une application automatisant l’analyse du stationnement de l’arrondi...
VisionGEOMATIQUE2014
 

Más de VisionGEOMATIQUE2014 (20)

Géomatique appliquée : revue des solutions novatrices mises en place en 2014
Géomatique appliquée : revue des solutions novatrices mises en place en 2014Géomatique appliquée : revue des solutions novatrices mises en place en 2014
Géomatique appliquée : revue des solutions novatrices mises en place en 2014
 
Indoor location with the Bluetooth Low Energy standard
Indoor location with the Bluetooth Low Energy standardIndoor location with the Bluetooth Low Energy standard
Indoor location with the Bluetooth Low Energy standard
 
ScribeUI: La productivité avec MapServer
ScribeUI: La productivité avec MapServerScribeUI: La productivité avec MapServer
ScribeUI: La productivité avec MapServer
 
Fast, Distributed Geoprocessing with Scala, Spark and GeoTrellis
Fast, Distributed Geoprocessing with Scala, Spark and GeoTrellisFast, Distributed Geoprocessing with Scala, Spark and GeoTrellis
Fast, Distributed Geoprocessing with Scala, Spark and GeoTrellis
 
OpenGL ES pour le développement d’applications géospatiales sur Android
OpenGL ES pour le développement d’applications géospatiales sur AndroidOpenGL ES pour le développement d’applications géospatiales sur Android
OpenGL ES pour le développement d’applications géospatiales sur Android
 
Accès ouvert aux données météorologiques d’Environnement Canada
Accès ouvert aux données météorologiques d’Environnement CanadaAccès ouvert aux données météorologiques d’Environnement Canada
Accès ouvert aux données météorologiques d’Environnement Canada
 
LocationTech Data Commons
LocationTech Data CommonsLocationTech Data Commons
LocationTech Data Commons
 
TDW FOSS GEO-STACK FOR MINERAL EXPLORATION
TDW FOSS GEO-STACK FOR MINERAL EXPLORATIONTDW FOSS GEO-STACK FOR MINERAL EXPLORATION
TDW FOSS GEO-STACK FOR MINERAL EXPLORATION
 
Spatial Data processing with Hadoop
Spatial Data processing with HadoopSpatial Data processing with Hadoop
Spatial Data processing with Hadoop
 
Solution Geoctopus : améliorations et défis
Solution Geoctopus : améliorations et défisSolution Geoctopus : améliorations et défis
Solution Geoctopus : améliorations et défis
 
Infrastructure de géomatique ouverte (IGO) : un modèle inspirant de développe...
Infrastructure de géomatique ouverte (IGO) : un modèle inspirant de développe...Infrastructure de géomatique ouverte (IGO) : un modèle inspirant de développe...
Infrastructure de géomatique ouverte (IGO) : un modèle inspirant de développe...
 
GeoMesa: Scalable Geospatial Analytics
GeoMesa:  Scalable Geospatial AnalyticsGeoMesa:  Scalable Geospatial Analytics
GeoMesa: Scalable Geospatial Analytics
 
Montrajet.ca : une solution multimodale de covoiturage et de planification d'...
Montrajet.ca : une solution multimodale de covoiturage et de planification d'...Montrajet.ca : une solution multimodale de covoiturage et de planification d'...
Montrajet.ca : une solution multimodale de covoiturage et de planification d'...
 
Automatisation de la cartographie et de l'analyse des données de comptage de ...
Automatisation de la cartographie et de l'analyse des données de comptage de ...Automatisation de la cartographie et de l'analyse des données de comptage de ...
Automatisation de la cartographie et de l'analyse des données de comptage de ...
 
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORINGMACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
MACHINE LEARNING FOR SATELLITE-GUIDED WATER QUALITY MONITORING
 
Les contributions de la géomatique au développement de la ville intelligente
Les contributions de la géomatique au développement de la ville intelligenteLes contributions de la géomatique au développement de la ville intelligente
Les contributions de la géomatique au développement de la ville intelligente
 
SIGim la plateforme adaptée à la gestion municipale
SIGim la plateforme adaptée à la gestion municipaleSIGim la plateforme adaptée à la gestion municipale
SIGim la plateforme adaptée à la gestion municipale
 
Optimisation et analyse des parcours de déneigement à la Ville de Shawinigan
Optimisation et analyse des parcours de déneigement à la Ville de ShawiniganOptimisation et analyse des parcours de déneigement à la Ville de Shawinigan
Optimisation et analyse des parcours de déneigement à la Ville de Shawinigan
 
AutoTri, une application automatisant l’analyse du stationnement de l’arrondi...
AutoTri, une application automatisant l’analyse du stationnement de l’arrondi...AutoTri, une application automatisant l’analyse du stationnement de l’arrondi...
AutoTri, une application automatisant l’analyse du stationnement de l’arrondi...
 
Requirements for Geospatial Agent Simulation to Strengthen the 'Property-Powe...
Requirements for Geospatial Agent Simulation to Strengthen the 'Property-Powe...Requirements for Geospatial Agent Simulation to Strengthen the 'Property-Powe...
Requirements for Geospatial Agent Simulation to Strengthen the 'Property-Powe...
 

Último

Último (20)

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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
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
 
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
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
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
 
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...
 
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...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 

Developing imagery driven application workflows with Geomatica, ArcGIS and Python

  • 1. Imagery driven applications with Geomatica, ArcGIS and Python Kevin Jones - Vision Géomatique Nov 13, 2014
  • 2. Outline • Imagery is more than a basemap • The Geomatica Platform • Advantages of working with Python • Geomatica and ArcGIS Python APIs • Sample Script/Demonstration
  • 3. Background PCI Geomatics has been a leader in developing software for processing and analyzing remotely sensed data for over 30 years!
  • 4. Get More From Imagery What are we best known for? Software for ortho/mosaic of remotely sensed images We make it possible for users to “get the geometry right” Making “basemaps”
  • 6. Get More From Imagery Is there more being done with imagery? Yes! Imagery CAN BE more than a basemap. How can PCI and partners can leverage this, and Get More From Imagery?
  • 12. What Does PCI Provide? • We provide a solid environment to make it possible to get this information • Proven science, algorithms (550+) • Desktop / Server / Cloud • Development Platform based on Python
  • 13. What Can You Do? • Understand customer challenges and leverage the platform • Develop Purpose Built Solutions (apps) that address these challenges • Replicate the solutions by vertical market, in different geographies • Create different vertical market apps
  • 14. Geomatica Platform Automation Integration Customization $X? Extension
  • 15. A Purpose-Built Solution DEM Extraction Ingest Datasets Cacl Diff DSM Extract Stockpiles Calc Vol. Map Stereo Imagery AInutteogmrattiion Create new user interface?: Customization
  • 16. The script that made this possible
  • 17. Increasing Revenue Together + Custom Needs a solution Imagery Software solution One time deal, limited revenue = Many need the same solution + Build a Imagery Software repeatable Solution Increased revenue potential =
  • 18. Multiplier Effects of The Platform Revenue potential ‘x’ Innovative solutions (apps) Partnerships Replicate in other geographies Revenue potential ‘x times n’
  • 19. PCI Geomatics Platform Geomatica 2014 release includes a new Python API for our more than 550 geospatial processing and analysis algorithms
  • 20. Geomatica & ArcMap as Platforms
  • 21. Geomatica & ArcMap Platforms PCI’s geoprocessing algorithms can now be inserted directly into your ArcGIS workflows
  • 22. Geomatica & ArcMap Platforms 22 Private and Confidential Geomatica – Powerful image and raster processing and analysis tools ArcGIS - Powerful vector and raster processing and analysis tools
  • 23. Geomatica & ArcMap Platforms PCI Pluggable Framework (PPFs) – PCI Geomatica’s geoprocessing functions that can be accessed by python ArcToolBox - esri’s ArcGIS geoprocessing functions that can be accessed by python
  • 24. Geomatica & ArcMap Platforms Using libraries from Geomatica and ArcGIS increases the capability and power of your automated workflows Python Script ArcGIS Function Geomatica Function ArcGIS Function Geomatica Function
  • 25. Geomatica & ArcMap Platforms Python acts as the glue that connects ArcGIS and Geomatica functions together ArcGIS Function Geomatica Function ArcGIS Function Geomatica Function Python Script
  • 27. The Python Advantage • Easy to learn, high level scripting • Growing community, body of knowledge • Easy to create top down, logical and linear scripts • Also can be used to create complex workflows • Python serves as the glue to connect functions between different software packages
  • 28. The Python Advantage Python is one of the most popular scripting languages in the Geo-spatial industry; supported by commercial and open source packages
  • 29. Geomatica & ArcGIS APIs for Python
  • 30. Geomatica & ArcMap APIs API – The API (Application Programming Interface) provides users with instructions of how to access objects, their attributes and call functions
  • 31. Geomatica & ArcMap APIs PCI and esri have both developed python APIs for Geomatica and ArcMap, respectively. These APIs make it simple for users to pass parameters and launch algorithms within a python script
  • 32. Geomatica & ArcMap APIs ArcPy – Important to note that the ArcGIS x64 background processes must be installed and used if you want to incorporate PCI’s python library in your script - PCI’s library is based on 64bit code - Must use the same bit-depth in the same script
  • 33. Geomatica & ArcMap APIs ArcPy - esri’s ArcGIS python API used to import ArcGIS’s python library
  • 34. Geomatica & ArcMap APIs pciPy– PCI Geomatica’s python API used to call PCI Pluggable Functions (PPFs) that can be accessed by python
  • 36. Custom Script Demo Geomatica ArcMap Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 37. Custom Script Demo Geomatica ArcMap Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 38. Custom Script Demo Geomatica ArcMap Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 39. Custom Script Demo Geomatica ArcMap Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 40. Custom Script Demo Geomatica ArcMap Stereo Pair Extracted From 1 Stereo Pair 2 Stereo Pair 3 Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 41. Custom Script Demo Geomatica ArcMap Mosaicked DSM Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 42. Custom Script Demo Geomatica ArcMap Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 43. Custom Script Demo Geomatica ArcMap Possible Billboard Locations DSM used to determine visibile locations from each point Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 44. Custom Script Demo Geomatica ArcMap Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 45. Custom Script Demo Geomatica ArcMap Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 46. Custom Script Demo Geomatica ArcMap Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 47. Custom Script Demo Geomatica ArcMap Generate Epipolar Pairs Extract DSMs Visibility Analysis Intersect Analysis Mapping
  • 48. Available Resources GitHub – Sample code • http://github.com/PCIGeomatics Cookbook – Code snippets • http://pcigeomatics.github.io/PCI-Geomatics-Cookbook/ Tutorials – PCI Website • http://www.pcigeomatics.com/resources-support/geomatica/tutorials
  • 49. Contact PCI Geomatics www.pcigeomatics.com info@pcigeomatics.com