SlideShare uma empresa Scribd logo
1 de 15
Baixar para ler offline
Geoscience for GIS

              Andrew Zolnai




                 1
Let’s use what we already have at hand

 • ArcMap:
   • Many datasets at once is the sweet spot
   • Simple surface and thickness trends
   • Model builder to implement workflows
 • Extensions:
   •   Spatial Analyst (raster integration)
   •   3D Analyst (simple surface analysis)
   •   Interoperability (link other datasets)
   •   Output (ArcReader, MapBook, Schematic etc.)
 • Web services
   • ArcIMS (old but stable and widespread)
   • Web services (on-line community)
   • ArcGIS and Image servers (new and improved)
 • Intent here
   • Provide rough sketches with existing tools @ hand
   • As first step to further integrate with other systems

                                      2
ESRI tools                                vs.           Other tools

 • Upcoming release with simple                 • Download a script from ESRI
   grid/contouring in 3D Analyst                   • ArcScripts page
    • Enhance current extension with            • Download / buy shareware
      simple industry-standard code
                                                   • such as ETgeowizard
 • Use the 3D-, Spatial- or
   Geostatistical-Analyst                       • Buy software that extracts,
                                                  transforms and loads (ETL)
    • Note current restriction: single ZM
      per XY (topologic integrity constraint)      • Safesoft FME Workbench
 • Create multi-patches                         • Use existing integrator tools such as:
    • not easy to implement but resources          • ArcView extensions by CGG, Landmark
      do exist                                       or Schlumberger
    • Use ArcMap Model Builder to                  • Direct data exchange tools such as
      integrate other desktop                         • OpenSpirit
      grid/contouring
                                                      • ESRI Data Interoperability
    • note that this is less evident and                  extension
      needs some scripting skills                         (a subset of FME Workbench)
 • Use ArcGIS Server SDK to integrate              • Let ArcMap read web services that post
   other server-side grid/contouring                 grid/contours
    • note that this is not evident and               • Such as Petrosys
      needs programming skills




                                            3
ESRI tools                                vs.         Grid/contours

 • Evenly spaced points                         • Unevenly scattered points
    • 2.5D topography, culture                     • 3D Wells, reservoirs
    • Use GRID or TIN directly                     • 2D / 3D seismic surveys
 • Use Spatial Analyst                          • Use gridding algorithm
    • Interpolate surface from points              • To interpolate even datasets
    • Contour interpolated surfaces                • Size / direction to reflect geology
        • IDW (allow barriers)                  • Use contouring algorithm
        • Spline (smooth or tension)               • Similar algorithms
        • Krigging (geologic model)                • Model the geology
 • Display in 3D and Spatial Analyst            • Display results
    • Draping                                      • 3rd party application
    • Shading to show structures                      • Read web services
    • Thickness and trend relationships               • Read server services
 • Use Model Builder                               • Import into GIS
    • Link together several processes                 • Use grid or raster
    • Use canvas to mimic workflows                   • Think of 3rd party as pre-process
 • Overlay other datasets                             • Think of GIS as post-process
    • Culture, permits, parks etc.                 • Link to any tool at left
    • Satellite imagery, and                          • GIS is not just for mapmaking
    • Real-time tracking data              4          • Maps only report from database
Simple Thickness Workflow

 • ArcMap
   • Have two horizons as raster files
   • Raster Calculator is in Spatial Analyst menu
   • Subtract the two surface to get a thickness
 • ArcScene
   • Drape the thickness on the lower surface
   • Contour from 3D Analyst | Surface Analysis
     (more complete contouring in next section)
      •   Drape the contours on formation top
          (that which is seen on logs or seismic)
      • Extrude them down from the top
   • Quick area and Volume from thickness
      • Mimic porosity effect by using Z value
 • Show simple volumes in vector space
   • Multi-patches for wellbore representation

   DATA: from EarthSoft's EQuIS website
                                      5
Contouring Workflow

 • Three options

   • IDW (Inverse Distance Weighted, similar to Natural Neighbours)
      • Non-interpretive computation on neighbouring points
      • Calculates from fixed raster surrounding sample
      • Honours faults as polyline barriers

   • Spline
      • Force a curved surface through the raster points
      • Regularised: smoothest shape (stratigraphic plays)
      • Tension: tune the stiffness (structural plays)
      • No barriers but tuning parameters

   • Kriging
      • Average from a cloud of surrounding points
      • Can be made very complex (Geostatistical Analyst)
      • Can be shaped to mimic geology
      • E.g.: structural trend s.a. fracturing

                                    6
Display Options

 • Viewing the data

   • In ArcScene
       • Use transparency and priority
          to show various datasets
       • Use the illumination to view
          trends



   • In ArcMap
       • Use the paint tool to compare
          overlaps
       • Use the same tool to verify
          raster (surfaces) and vector
          data (faults) coincide




                                    7
Interpretation

 • How is it interpreted?
   • If for example thickness increases with elevation (with or without a mirror
     image if the entire structure is preserved), that may be an indication of
     thickening via fracturation atop an anticline, and therefore of structural trap
     and play (below left)
   • If however thickness decreases with elevation (below right), that may be an
     indication of a pinch-out and therefore of a stratigraphic trap and play
     (usually these also occur alone, and do not have an adjacent mirror image).
   • The presence of conjugate faults (two fault trends that are at a low angle to
     each other, below left) is often aligned with a regional fold or bend, and
     may also indicate a structural play.




                                       8
Conclusion

 • What more can be done?
   • More factors can be taken into consideration using more Spatial
     or 3D Analyst and other extensions
   • Model Builder can be used to
      • concatenate several repetitive calculations and operations
      • thus mimic entire workflows
      • briefly described in next section
 • Note
   • ArcMap tools are used out-of-the-box to show what can be with
     GIS tools as-is
      • neither scripting nor programming was used here
   • This will not replace gridding / contouring or reservoir analysis
     packages
      • GIS is meant to work in conjunction with those packages,
         as noted in the opening table




                                      9
Thank you

             http://www.zolnai.ca
            Course notes available




                    10
Model Builder

                Optional




                 11
Model Builder - 1

         • A canvas allows to link together
                   tools from ArcToolbox:
          • Based on input data and a process
          • Output data is next process’s input


 • Running the model steps
   through each process:




                                    12
Model Builder - 2

                        • Resulting model:




 • Resulting surface:




                                 13
Model Builder - 3

 • What was done?
   •   Inverted a formation top into a raster slope
   •   Modelled surface water flow as an analogue to subsurface petroleum flow
   •   Draped the result onto the original formation top
   •   Thus approximated up-slope subsurface fluid flow
 • What was used?
   •   Spatial Analyst extension to process rasters
   •   3D Analyst extension to display vectors
   •   Model Builder tool canvas to tie it altogether
   •   Only with available pop-up and drop-down tools
 • Caveats
   • This is a surface flow model adapted to subsurface flow
   • Flow will diverge not converge, and create many vertices
   • To be further refined with additional surface factors
      • Such as described in the contouring section above


                                      14
Resources

 • Best Practices: GIS for Petroleum
   • ESRI 2007, online PDF
 • Visualizing integrated three-dimensional datasets (multipatches)
   • Ford, A
   • ArcUser (ESRI), January - March 2007
 • Introduction to GIS for the Petroleum Industry
   • Gaddy, D.E.
   • PennWell, 2003
 • Geographic Information Systems in Petroleum Exploration and
   Development
   • Coburn, T.C. and J.M. Yarus
   • AAPG, 2000
 • Contouring Geologic Surfaces with the Computer
   • Jones, T.A., D.E. Hamilton, and C.R. Johnson
   • Van Nostrand Reinhold, 1986


                                    15

Mais conteúdo relacionado

Mais procurados

Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...
Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...
Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...Shaun Lewis
 
Methods for analyzing and mapping temporal data
Methods for analyzing and mapping temporal dataMethods for analyzing and mapping temporal data
Methods for analyzing and mapping temporal dataAileen Buckley
 
Compelling Cartography with ArcGIS
Compelling Cartography with ArcGISCompelling Cartography with ArcGIS
Compelling Cartography with ArcGISAileen Buckley
 
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...Manikanta Kondeti
 
Methods for Mapping Temporal Data
Methods for Mapping Temporal DataMethods for Mapping Temporal Data
Methods for Mapping Temporal DataAileen Buckley
 
Optimizing your Map Services
Optimizing your Map ServicesOptimizing your Map Services
Optimizing your Map ServicesEsri
 
The GRASS GIS software (with QGIS) - GIS Seminar
The GRASS GIS software (with QGIS) - GIS SeminarThe GRASS GIS software (with QGIS) - GIS Seminar
The GRASS GIS software (with QGIS) - GIS SeminarMarkus Neteler
 
01 example of literature presentation
01 example of literature presentation01 example of literature presentation
01 example of literature presentationJason Yang
 
Explore new dimensions with MapInfo Vertical Mapper
Explore new dimensions with MapInfo Vertical Mapper Explore new dimensions with MapInfo Vertical Mapper
Explore new dimensions with MapInfo Vertical Mapper DataMap Europe Ltd.
 
Improve Your Work with Esri Contents
Improve Your Work with Esri ContentsImprove Your Work with Esri Contents
Improve Your Work with Esri ContentsEsri
 
Manual to basic gis
Manual to basic gisManual to basic gis
Manual to basic gisQust04
 

Mais procurados (20)

Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...
Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...
Processing Landsat 8 Multi-Spectral Images with GRASS Tools & the potential o...
 
Cartography and Web GIS - Jack Dangermond
Cartography and Web GIS - Jack DangermondCartography and Web GIS - Jack Dangermond
Cartography and Web GIS - Jack Dangermond
 
Methods for analyzing and mapping temporal data
Methods for analyzing and mapping temporal dataMethods for analyzing and mapping temporal data
Methods for analyzing and mapping temporal data
 
Models and architectures
Models and architecturesModels and architectures
Models and architectures
 
GIS & CAD
GIS & CADGIS & CAD
GIS & CAD
 
What is computer graphics
What is computer graphicsWhat is computer graphics
What is computer graphics
 
Compelling Cartography with ArcGIS
Compelling Cartography with ArcGISCompelling Cartography with ArcGIS
Compelling Cartography with ArcGIS
 
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
LSIVIEWER 2.0-A CLIENT-ORIENTED ONLINE VISUALIZATION TOOL FOR GEOSPATIAL VECT...
 
Methods for Mapping Temporal Data
Methods for Mapping Temporal DataMethods for Mapping Temporal Data
Methods for Mapping Temporal Data
 
Extension arc gis
Extension arc gisExtension arc gis
Extension arc gis
 
Optimizing your Map Services
Optimizing your Map ServicesOptimizing your Map Services
Optimizing your Map Services
 
The GRASS GIS software (with QGIS) - GIS Seminar
The GRASS GIS software (with QGIS) - GIS SeminarThe GRASS GIS software (with QGIS) - GIS Seminar
The GRASS GIS software (with QGIS) - GIS Seminar
 
Geocart workshop
Geocart workshopGeocart workshop
Geocart workshop
 
01 example of literature presentation
01 example of literature presentation01 example of literature presentation
01 example of literature presentation
 
Explore new dimensions with MapInfo Vertical Mapper
Explore new dimensions with MapInfo Vertical Mapper Explore new dimensions with MapInfo Vertical Mapper
Explore new dimensions with MapInfo Vertical Mapper
 
Maps
MapsMaps
Maps
 
Power BI - Choose your map
Power BI - Choose your mapPower BI - Choose your map
Power BI - Choose your map
 
Improve Your Work with Esri Contents
Improve Your Work with Esri ContentsImprove Your Work with Esri Contents
Improve Your Work with Esri Contents
 
Manual to basic gis
Manual to basic gisManual to basic gis
Manual to basic gis
 
Zoning in ArcGIS
Zoning in ArcGISZoning in ArcGIS
Zoning in ArcGIS
 

Destaque

Presentación análisis espacial del crimen
Presentación análisis espacial del crimenPresentación análisis espacial del crimen
Presentación análisis espacial del crimenramonjorge
 
00 -introduccion
00  -introduccion00  -introduccion
00 -introduccionsmuruaga
 
Modelacion climatica (geoestadistica)
Modelacion climatica (geoestadistica)Modelacion climatica (geoestadistica)
Modelacion climatica (geoestadistica)neftali chapi
 
Geoestadistica lineal
Geoestadistica linealGeoestadistica lineal
Geoestadistica linealIngemmet Peru
 
USO DE TECNICAS DE MODELADO TRIDIMENSIONAL Y GEOESTADISTICA EN CIA. MINERA AT...
USO DE TECNICAS DE MODELADO TRIDIMENSIONAL Y GEOESTADISTICA EN CIA. MINERA AT...USO DE TECNICAS DE MODELADO TRIDIMENSIONAL Y GEOESTADISTICA EN CIA. MINERA AT...
USO DE TECNICAS DE MODELADO TRIDIMENSIONAL Y GEOESTADISTICA EN CIA. MINERA AT...David F. Machuca-Mory
 
Evaluacion_Yacimiento_Eugenia_Espinoza
Evaluacion_Yacimiento_Eugenia_EspinozaEvaluacion_Yacimiento_Eugenia_Espinoza
Evaluacion_Yacimiento_Eugenia_EspinozaEduardo Mera
 
Geoestadistica sistemas acuaticos
Geoestadistica sistemas acuaticosGeoestadistica sistemas acuaticos
Geoestadistica sistemas acuaticosEduardo Mera
 
APLICACIONES GEOESTADISTICA II - VICTORIA HERRERA
APLICACIONES GEOESTADISTICA II -  VICTORIA HERRERAAPLICACIONES GEOESTADISTICA II -  VICTORIA HERRERA
APLICACIONES GEOESTADISTICA II - VICTORIA HERRERAEduardo Mera
 
Geoestadistica aplicada a la gran mineria
Geoestadistica aplicada a la gran mineriaGeoestadistica aplicada a la gran mineria
Geoestadistica aplicada a la gran mineriaEduardo Mera
 

Destaque (13)

Presentación análisis espacial del crimen
Presentación análisis espacial del crimenPresentación análisis espacial del crimen
Presentación análisis espacial del crimen
 
Interpolación Espacial
Interpolación EspacialInterpolación Espacial
Interpolación Espacial
 
00 -introduccion
00  -introduccion00  -introduccion
00 -introduccion
 
curso sig_geoestadisticaII
curso sig_geoestadisticaIIcurso sig_geoestadisticaII
curso sig_geoestadisticaII
 
Unidad II Parte B2
Unidad II Parte B2Unidad II Parte B2
Unidad II Parte B2
 
Modelacion climatica (geoestadistica)
Modelacion climatica (geoestadistica)Modelacion climatica (geoestadistica)
Modelacion climatica (geoestadistica)
 
1 introducción parte i
1 introducción parte i1 introducción parte i
1 introducción parte i
 
Geoestadistica lineal
Geoestadistica linealGeoestadistica lineal
Geoestadistica lineal
 
USO DE TECNICAS DE MODELADO TRIDIMENSIONAL Y GEOESTADISTICA EN CIA. MINERA AT...
USO DE TECNICAS DE MODELADO TRIDIMENSIONAL Y GEOESTADISTICA EN CIA. MINERA AT...USO DE TECNICAS DE MODELADO TRIDIMENSIONAL Y GEOESTADISTICA EN CIA. MINERA AT...
USO DE TECNICAS DE MODELADO TRIDIMENSIONAL Y GEOESTADISTICA EN CIA. MINERA AT...
 
Evaluacion_Yacimiento_Eugenia_Espinoza
Evaluacion_Yacimiento_Eugenia_EspinozaEvaluacion_Yacimiento_Eugenia_Espinoza
Evaluacion_Yacimiento_Eugenia_Espinoza
 
Geoestadistica sistemas acuaticos
Geoestadistica sistemas acuaticosGeoestadistica sistemas acuaticos
Geoestadistica sistemas acuaticos
 
APLICACIONES GEOESTADISTICA II - VICTORIA HERRERA
APLICACIONES GEOESTADISTICA II -  VICTORIA HERRERAAPLICACIONES GEOESTADISTICA II -  VICTORIA HERRERA
APLICACIONES GEOESTADISTICA II - VICTORIA HERRERA
 
Geoestadistica aplicada a la gran mineria
Geoestadistica aplicada a la gran mineriaGeoestadistica aplicada a la gran mineria
Geoestadistica aplicada a la gran mineria
 

Semelhante a Geoscience For Gis A

Subsurface 3D GIS 05nov2011
Subsurface 3D GIS 05nov2011Subsurface 3D GIS 05nov2011
Subsurface 3D GIS 05nov2011Andrew Zolnai
 
Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfsakinatunnajmi
 
Plugins in QGIS and its uses
Plugins in QGIS and its usesPlugins in QGIS and its uses
Plugins in QGIS and its usesMayuresh Padalkar
 
OpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developmentsOpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developmentsvirtualcitySYSTEMS GmbH
 
Developing Efficient Web-based GIS Applications
Developing Efficient Web-based GIS ApplicationsDeveloping Efficient Web-based GIS Applications
Developing Efficient Web-based GIS ApplicationsSwetha A
 
QGIS Module 1
QGIS Module 1QGIS Module 1
QGIS Module 1CAPSUCSF
 
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GIS
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GISNDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GIS
NDGeospatialSummit2019 - ArcGIS Pro – Next-Generation Desktop GISNorth Dakota GIS Hub
 
Geographical information systems
Geographical information systemsGeographical information systems
Geographical information systemsGift Musanza
 
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web AppsGIS in the Rockies
 
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptx
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptxUnit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptx
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptxdinesh babu
 
Crowd sourcing gis for global urban area mapping
Crowd sourcing gis for global urban area mappingCrowd sourcing gis for global urban area mapping
Crowd sourcing gis for global urban area mappingHiroyuki Miyazaki
 
Whitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developerWhitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developerRobin Lovelace
 
NDGISUC2017 - Introducing ArcGIS Pro
NDGISUC2017 - Introducing ArcGIS ProNDGISUC2017 - Introducing ArcGIS Pro
NDGISUC2017 - Introducing ArcGIS ProNorth Dakota GIS Hub
 
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 3-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURINGMohanumar S
 
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...GIS in the Rockies
 

Semelhante a Geoscience For Gis A (20)

Subsurface 3D GIS 05nov2011
Subsurface 3D GIS 05nov2011Subsurface 3D GIS 05nov2011
Subsurface 3D GIS 05nov2011
 
Materi Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdfMateri Geodatabase Management - Fellowship 2022.pdf
Materi Geodatabase Management - Fellowship 2022.pdf
 
Plugins in QGIS and its uses
Plugins in QGIS and its usesPlugins in QGIS and its uses
Plugins in QGIS and its uses
 
OpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developmentsOpenStreetMap in 3D - current developments
OpenStreetMap in 3D - current developments
 
Developing Efficient Web-based GIS Applications
Developing Efficient Web-based GIS ApplicationsDeveloping Efficient Web-based GIS Applications
Developing Efficient Web-based GIS Applications
 
QGIS Module 1
QGIS Module 1QGIS Module 1
QGIS Module 1
 
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
 
Geographical information systems
Geographical information systemsGeographical information systems
Geographical information systems
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps
2017 GIS in Education Track: Sharing Historical Maps and Atlases in Web Apps
 
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptx
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptxUnit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptx
Unit 3-ASSEMBLY OF PARTS AND CAD STANDARDS.pptx
 
Au 2007 It’S Not Cad To Gis Final
Au 2007   It’S Not Cad To Gis FinalAu 2007   It’S Not Cad To Gis Final
Au 2007 It’S Not Cad To Gis Final
 
Crowd sourcing gis for global urban area mapping
Crowd sourcing gis for global urban area mappingCrowd sourcing gis for global urban area mapping
Crowd sourcing gis for global urban area mapping
 
Whitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developerWhitebox GAT - an introduction by its developer
Whitebox GAT - an introduction by its developer
 
Final map server
Final map serverFinal map server
Final map server
 
Graph chi
Graph chiGraph chi
Graph chi
 
Agi08 Jeremy Morley
Agi08 Jeremy MorleyAgi08 Jeremy Morley
Agi08 Jeremy Morley
 
NDGISUC2017 - Introducing ArcGIS Pro
NDGISUC2017 - Introducing ArcGIS ProNDGISUC2017 - Introducing ArcGIS Pro
NDGISUC2017 - Introducing ArcGIS Pro
 
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURINGUnit 3-ME8691 & COMPUTER AIDED DESIGN AND    MANUFACTURING
Unit 3-ME8691 & COMPUTER AIDED DESIGN AND MANUFACTURING
 
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...
2017 PLSC Track: Using a Standard Version of ArcMap with External VRS Recieve...
 

Mais de Andrew Zolnai

Group list be age via pivot table
Group list be age via pivot tableGroup list be age via pivot table
Group list be age via pivot tableAndrew Zolnai
 
Reverse engineer data to match cums
Reverse engineer data to match cumsReverse engineer data to match cums
Reverse engineer data to match cumsAndrew Zolnai
 
nCOVID-19 pivot-and-fan map
nCOVID-19 pivot-and-fan mapnCOVID-19 pivot-and-fan map
nCOVID-19 pivot-and-fan mapAndrew Zolnai
 
Fire archive modis6_n50
Fire archive modis6_n50Fire archive modis6_n50
Fire archive modis6_n50Andrew Zolnai
 
New Millennium London Fireworks
New Millennium London FireworksNew Millennium London Fireworks
New Millennium London FireworksAndrew Zolnai
 
Mind maps for Cottenham Open
Mind maps for Cottenham OpenMind maps for Cottenham Open
Mind maps for Cottenham OpenAndrew Zolnai
 
"Welcome back to the new Middle Ages"
"Welcome back to the new Middle Ages""Welcome back to the new Middle Ages"
"Welcome back to the new Middle Ages"Andrew Zolnai
 
Zolnai geobyte manuscript
Zolnai geobyte manuscriptZolnai geobyte manuscript
Zolnai geobyte manuscriptAndrew Zolnai
 
Hurricane harvey copy
Hurricane harvey   copyHurricane harvey   copy
Hurricane harvey copyAndrew Zolnai
 
Geohipster Calendar, May 2018
Geohipster Calendar, May 2018Geohipster Calendar, May 2018
Geohipster Calendar, May 2018Andrew Zolnai
 
Agi conf thanks_andrew_zolnai
Agi conf thanks_andrew_zolnaiAgi conf thanks_andrew_zolnai
Agi conf thanks_andrew_zolnaiAndrew Zolnai
 
To grid or not to grid
To grid or not to gridTo grid or not to grid
To grid or not to gridAndrew Zolnai
 
Info Supply Chain for Decommissioning
Info Supply Chain for DecommissioningInfo Supply Chain for Decommissioning
Info Supply Chain for DecommissioningAndrew Zolnai
 
Petex 2016 Future Working Zone
Petex 2016 Future Working ZonePetex 2016 Future Working Zone
Petex 2016 Future Working ZoneAndrew Zolnai
 
Unified online dashboards to preserve business ip
Unified online dashboards to preserve business ipUnified online dashboards to preserve business ip
Unified online dashboards to preserve business ipAndrew Zolnai
 

Mais de Andrew Zolnai (20)

LINQ 101
LINQ 101LINQ 101
LINQ 101
 
Group list be age via pivot table
Group list be age via pivot tableGroup list be age via pivot table
Group list be age via pivot table
 
Reverse engineer data to match cums
Reverse engineer data to match cumsReverse engineer data to match cums
Reverse engineer data to match cums
 
nCOVID-19 pivot-and-fan map
nCOVID-19 pivot-and-fan mapnCOVID-19 pivot-and-fan map
nCOVID-19 pivot-and-fan map
 
Fire archive modis6_n50
Fire archive modis6_n50Fire archive modis6_n50
Fire archive modis6_n50
 
New Millennium London Fireworks
New Millennium London FireworksNew Millennium London Fireworks
New Millennium London Fireworks
 
Mind maps for Cottenham Open
Mind maps for Cottenham OpenMind maps for Cottenham Open
Mind maps for Cottenham Open
 
"Welcome back to the new Middle Ages"
"Welcome back to the new Middle Ages""Welcome back to the new Middle Ages"
"Welcome back to the new Middle Ages"
 
3D GIS time travel
3D GIS time travel3D GIS time travel
3D GIS time travel
 
Zolnai geobyte manuscript
Zolnai geobyte manuscriptZolnai geobyte manuscript
Zolnai geobyte manuscript
 
Azolnai geocom2017
Azolnai geocom2017Azolnai geocom2017
Azolnai geocom2017
 
Hurricane harvey copy
Hurricane harvey   copyHurricane harvey   copy
Hurricane harvey copy
 
Mind Maps 4 GDPR
Mind Maps 4 GDPRMind Maps 4 GDPR
Mind Maps 4 GDPR
 
Geohipster Calendar, May 2018
Geohipster Calendar, May 2018Geohipster Calendar, May 2018
Geohipster Calendar, May 2018
 
Agi conf thanks_andrew_zolnai
Agi conf thanks_andrew_zolnaiAgi conf thanks_andrew_zolnai
Agi conf thanks_andrew_zolnai
 
To grid or not to grid
To grid or not to gridTo grid or not to grid
To grid or not to grid
 
Geobase
GeobaseGeobase
Geobase
 
Info Supply Chain for Decommissioning
Info Supply Chain for DecommissioningInfo Supply Chain for Decommissioning
Info Supply Chain for Decommissioning
 
Petex 2016 Future Working Zone
Petex 2016 Future Working ZonePetex 2016 Future Working Zone
Petex 2016 Future Working Zone
 
Unified online dashboards to preserve business ip
Unified online dashboards to preserve business ipUnified online dashboards to preserve business ip
Unified online dashboards to preserve business ip
 

Geoscience For Gis A

  • 1. Geoscience for GIS Andrew Zolnai 1
  • 2. Let’s use what we already have at hand • ArcMap: • Many datasets at once is the sweet spot • Simple surface and thickness trends • Model builder to implement workflows • Extensions: • Spatial Analyst (raster integration) • 3D Analyst (simple surface analysis) • Interoperability (link other datasets) • Output (ArcReader, MapBook, Schematic etc.) • Web services • ArcIMS (old but stable and widespread) • Web services (on-line community) • ArcGIS and Image servers (new and improved) • Intent here • Provide rough sketches with existing tools @ hand • As first step to further integrate with other systems 2
  • 3. ESRI tools vs. Other tools • Upcoming release with simple • Download a script from ESRI grid/contouring in 3D Analyst • ArcScripts page • Enhance current extension with • Download / buy shareware simple industry-standard code • such as ETgeowizard • Use the 3D-, Spatial- or Geostatistical-Analyst • Buy software that extracts, transforms and loads (ETL) • Note current restriction: single ZM per XY (topologic integrity constraint) • Safesoft FME Workbench • Create multi-patches • Use existing integrator tools such as: • not easy to implement but resources • ArcView extensions by CGG, Landmark do exist or Schlumberger • Use ArcMap Model Builder to • Direct data exchange tools such as integrate other desktop • OpenSpirit grid/contouring • ESRI Data Interoperability • note that this is less evident and extension needs some scripting skills (a subset of FME Workbench) • Use ArcGIS Server SDK to integrate • Let ArcMap read web services that post other server-side grid/contouring grid/contours • note that this is not evident and • Such as Petrosys needs programming skills 3
  • 4. ESRI tools vs. Grid/contours • Evenly spaced points • Unevenly scattered points • 2.5D topography, culture • 3D Wells, reservoirs • Use GRID or TIN directly • 2D / 3D seismic surveys • Use Spatial Analyst • Use gridding algorithm • Interpolate surface from points • To interpolate even datasets • Contour interpolated surfaces • Size / direction to reflect geology • IDW (allow barriers) • Use contouring algorithm • Spline (smooth or tension) • Similar algorithms • Krigging (geologic model) • Model the geology • Display in 3D and Spatial Analyst • Display results • Draping • 3rd party application • Shading to show structures • Read web services • Thickness and trend relationships • Read server services • Use Model Builder • Import into GIS • Link together several processes • Use grid or raster • Use canvas to mimic workflows • Think of 3rd party as pre-process • Overlay other datasets • Think of GIS as post-process • Culture, permits, parks etc. • Link to any tool at left • Satellite imagery, and • GIS is not just for mapmaking • Real-time tracking data 4 • Maps only report from database
  • 5. Simple Thickness Workflow • ArcMap • Have two horizons as raster files • Raster Calculator is in Spatial Analyst menu • Subtract the two surface to get a thickness • ArcScene • Drape the thickness on the lower surface • Contour from 3D Analyst | Surface Analysis (more complete contouring in next section) • Drape the contours on formation top (that which is seen on logs or seismic) • Extrude them down from the top • Quick area and Volume from thickness • Mimic porosity effect by using Z value • Show simple volumes in vector space • Multi-patches for wellbore representation DATA: from EarthSoft's EQuIS website 5
  • 6. Contouring Workflow • Three options • IDW (Inverse Distance Weighted, similar to Natural Neighbours) • Non-interpretive computation on neighbouring points • Calculates from fixed raster surrounding sample • Honours faults as polyline barriers • Spline • Force a curved surface through the raster points • Regularised: smoothest shape (stratigraphic plays) • Tension: tune the stiffness (structural plays) • No barriers but tuning parameters • Kriging • Average from a cloud of surrounding points • Can be made very complex (Geostatistical Analyst) • Can be shaped to mimic geology • E.g.: structural trend s.a. fracturing 6
  • 7. Display Options • Viewing the data • In ArcScene • Use transparency and priority to show various datasets • Use the illumination to view trends • In ArcMap • Use the paint tool to compare overlaps • Use the same tool to verify raster (surfaces) and vector data (faults) coincide 7
  • 8. Interpretation • How is it interpreted? • If for example thickness increases with elevation (with or without a mirror image if the entire structure is preserved), that may be an indication of thickening via fracturation atop an anticline, and therefore of structural trap and play (below left) • If however thickness decreases with elevation (below right), that may be an indication of a pinch-out and therefore of a stratigraphic trap and play (usually these also occur alone, and do not have an adjacent mirror image). • The presence of conjugate faults (two fault trends that are at a low angle to each other, below left) is often aligned with a regional fold or bend, and may also indicate a structural play. 8
  • 9. Conclusion • What more can be done? • More factors can be taken into consideration using more Spatial or 3D Analyst and other extensions • Model Builder can be used to • concatenate several repetitive calculations and operations • thus mimic entire workflows • briefly described in next section • Note • ArcMap tools are used out-of-the-box to show what can be with GIS tools as-is • neither scripting nor programming was used here • This will not replace gridding / contouring or reservoir analysis packages • GIS is meant to work in conjunction with those packages, as noted in the opening table 9
  • 10. Thank you http://www.zolnai.ca Course notes available 10
  • 11. Model Builder Optional 11
  • 12. Model Builder - 1 • A canvas allows to link together tools from ArcToolbox: • Based on input data and a process • Output data is next process’s input • Running the model steps through each process: 12
  • 13. Model Builder - 2 • Resulting model: • Resulting surface: 13
  • 14. Model Builder - 3 • What was done? • Inverted a formation top into a raster slope • Modelled surface water flow as an analogue to subsurface petroleum flow • Draped the result onto the original formation top • Thus approximated up-slope subsurface fluid flow • What was used? • Spatial Analyst extension to process rasters • 3D Analyst extension to display vectors • Model Builder tool canvas to tie it altogether • Only with available pop-up and drop-down tools • Caveats • This is a surface flow model adapted to subsurface flow • Flow will diverge not converge, and create many vertices • To be further refined with additional surface factors • Such as described in the contouring section above 14
  • 15. Resources • Best Practices: GIS for Petroleum • ESRI 2007, online PDF • Visualizing integrated three-dimensional datasets (multipatches) • Ford, A • ArcUser (ESRI), January - March 2007 • Introduction to GIS for the Petroleum Industry • Gaddy, D.E. • PennWell, 2003 • Geographic Information Systems in Petroleum Exploration and Development • Coburn, T.C. and J.M. Yarus • AAPG, 2000 • Contouring Geologic Surfaces with the Computer • Jones, T.A., D.E. Hamilton, and C.R. Johnson • Van Nostrand Reinhold, 1986 15