SlideShare a Scribd company logo
5/9/2022
Seismic Analysis Using
Python
By:
Mahmoud Badawy
(Lecturer of Geophysics, Geology Department,
Faculty of Science, Alexandria University, Egypt)
1
“Data Analysis and
Interpretation in Earth
Science”
Dr. Mahmoud Badawy
Dr. Mahmoud Badawy 2
5/9/2022
$?
Dr. Mahmoud Badawy 3
5/9/2022
$?
What happened!
Open what?
Using what?
Dr. Mahmoud Badawy 4
Numerous step-by-step code
examples in the field of Earth Sciences.
Allows proficient use of Python in
visualizing, analyzing, and modelling
geological data.
Specifically minded for teaching
Python to geologists.
5/9/2022
It’s how you make software (Using Software)??????
What do you want to [code, build, debug, deploy, collaborate
on, analyze, learn] today?
Code faster
Work smarter
Data Analyst?
Data Science?
Machine Learning?
Artificial Intelligent?
Computer Science
Students!!!!!!
Type less, code more
IntelliCode is a powerful set of
automatic code completion tools
that understand your code context:
variable names, functions, and the
type of code you’re writing.
This makes IntelliCode able to
complete up to a whole line at once,
helping you code more accurately
and confidently.
Dr. Mahmoud Badawy 6
5/9/2022
Stop problems before they’re problems
Integrated debugging is a core part of every Visual
Studio product.
You can step through your code and look at the values
stored in variables, set watches on variables to see when
values change, examine the execution path of your code,
and just about anything else you need to check out under
the hood.
Dr. Mahmoud Badawy 7
5/9/2022
Dr. Mahmoud Badawy 8
Language Time!
5/9/2022
5/9/2022 Dr. Mahmoud Badawy 9
5/9/2022 Dr. Mahmoud Badawy 10
5/9/2022 Dr. Mahmoud Badawy 11
5/9/2022 Dr. Mahmoud Badawy 12
5/9/2022 Dr. Mahmoud Badawy 13
5/9/2022 Dr. Mahmoud Badawy 14
5/9/2022 Dr. Mahmoud Badawy 15
5/9/2022 Dr. Mahmoud Badawy 16
Dr. Mahmoud Badawy 17
5/9/2022
Dr. Mahmoud Badawy 18
Which prompt you will use
Cmd
Anaconda
Powershell
?
Library
Packages
Modules
Anaconda prompt:
pip install numpy
pip install matplotlib
pip install obspy
pip install segyio
Pip install petrel
pip install seismic_canvas
pip install seismic-attributes
5/9/2022
Python Language to handle with seismic specific libraries:
Dr. Mahmoud Badawy 19
stream = _read_segy('C:/Users/M.M.Badawy/Desktop/Name of Data Folder/X-Line 1.segy', headonly = True)
import numpy as np
import matplotlib.pyplot as plt
from obspy.io.segy.segy import _read_segy
plt.imshow(data.T, cmap="RdBu", min=-100, max=100, aspect='auto')
import numpy as np
import matplotlib.pyplot as plt
from obspy.io.segy.segy import _read_segy
one_trace = steam.traces[3]
data = np.stack(t.data for t in steam.traces)
data.shape
stream = _read_segy('C:/Users/M.M.Badawy/Desktop/SEGY/X-Line 5.segy', headonly = True)
plt.imshow(data.T, cmap="RdBu", vmin=-100, vmax=100, aspect='auto')
5/9/2022
Dr. Mahmoud Badawy 20
5/9/2022
Dr. Mahmoud Badawy 21
5/9/2022
5/9/2022 Dr. Mahmoud Badawy 22
>>>print (“Thanks”)
Thanks

More Related Content

What's hot

Geophysical methods brief summary
Geophysical methods brief summaryGeophysical methods brief summary
Geophysical methods brief summary
Jyoti Khatiwada
 
Well logging ppt.pptx
Well logging ppt.pptxWell logging ppt.pptx
Well logging ppt.pptx
ShakeelAhmad102502
 
Geomagnetic method
Geomagnetic methodGeomagnetic method
Geomagnetic method
Premazh Sri Rosheny
 
Well logging
Well loggingWell logging
Well log (The Bore Hole Image)
Well log (The Bore Hole Image)Well log (The Bore Hole Image)
Well log (The Bore Hole Image)
Shayan Ahmad Yar
 
PITFALLS IN 3-D SEISMIC INTERPRETATION
PITFALLS IN 3-D SEISMIC INTERPRETATION PITFALLS IN 3-D SEISMIC INTERPRETATION
PITFALLS IN 3-D SEISMIC INTERPRETATION
Debabrata Majumder
 
Python Awareness for Exploration and Production Students and Professionals
Python Awareness for Exploration and Production Students and ProfessionalsPython Awareness for Exploration and Production Students and Professionals
Python Awareness for Exploration and Production Students and Professionals
Yohanes Nuwara
 
MINERAL EXPLORATION USING ASTER IMAGE
MINERAL EXPLORATION USING ASTER IMAGE MINERAL EXPLORATION USING ASTER IMAGE
MINERAL EXPLORATION USING ASTER IMAGE
Abhiram Kanigolla
 
Ground Penetrating Radar (GPR)
Ground Penetrating Radar (GPR) Ground Penetrating Radar (GPR)
Ground Penetrating Radar (GPR)
Abhijit Patil
 
3D Facies Modeling
3D Facies Modeling3D Facies Modeling
3D Facies Modeling
Marc Diviu Franco
 
Gravity method
Gravity method Gravity method
Gravity method
Tahsin Islam Ornee
 
Solving Geophysics Problems with Python
Solving Geophysics Problems with PythonSolving Geophysics Problems with Python
Solving Geophysics Problems with Python
Paige Bailey
 
Well site geologists
Well site geologistsWell site geologists
Well site geologists
Sigve Hamilton Aspelund
 
Swh SPWLA distinguished lecturer
Swh SPWLA distinguished lecturerSwh SPWLA distinguished lecturer
Swh SPWLA distinguished lecturer
Steve Cuddy
 
Seismic waves
Seismic waves Seismic waves
Seismic waves
jaideep tiwana
 
Using 3-D Seismic Attributes in Reservoir Characterization
Using 3-D Seismic Attributes in Reservoir CharacterizationUsing 3-D Seismic Attributes in Reservoir Characterization
Using 3-D Seismic Attributes in Reservoir Characterization
guest05b785
 
386465179-Magnetotelluric-Mt-Method.pdf
386465179-Magnetotelluric-Mt-Method.pdf386465179-Magnetotelluric-Mt-Method.pdf
386465179-Magnetotelluric-Mt-Method.pdf
DarwinHude
 
Evaporite deposits
Evaporite depositsEvaporite deposits
Seismic interpretation work flow final ppt
Seismic interpretation work flow final pptSeismic interpretation work flow final ppt
Seismic interpretation work flow final ppt
MuhammadJawwad28
 
Geophysical Exploration
Geophysical ExplorationGeophysical Exploration
Geophysical Exploration
Sohail Nawab
 

What's hot (20)

Geophysical methods brief summary
Geophysical methods brief summaryGeophysical methods brief summary
Geophysical methods brief summary
 
Well logging ppt.pptx
Well logging ppt.pptxWell logging ppt.pptx
Well logging ppt.pptx
 
Geomagnetic method
Geomagnetic methodGeomagnetic method
Geomagnetic method
 
Well logging
Well loggingWell logging
Well logging
 
Well log (The Bore Hole Image)
Well log (The Bore Hole Image)Well log (The Bore Hole Image)
Well log (The Bore Hole Image)
 
PITFALLS IN 3-D SEISMIC INTERPRETATION
PITFALLS IN 3-D SEISMIC INTERPRETATION PITFALLS IN 3-D SEISMIC INTERPRETATION
PITFALLS IN 3-D SEISMIC INTERPRETATION
 
Python Awareness for Exploration and Production Students and Professionals
Python Awareness for Exploration and Production Students and ProfessionalsPython Awareness for Exploration and Production Students and Professionals
Python Awareness for Exploration and Production Students and Professionals
 
MINERAL EXPLORATION USING ASTER IMAGE
MINERAL EXPLORATION USING ASTER IMAGE MINERAL EXPLORATION USING ASTER IMAGE
MINERAL EXPLORATION USING ASTER IMAGE
 
Ground Penetrating Radar (GPR)
Ground Penetrating Radar (GPR) Ground Penetrating Radar (GPR)
Ground Penetrating Radar (GPR)
 
3D Facies Modeling
3D Facies Modeling3D Facies Modeling
3D Facies Modeling
 
Gravity method
Gravity method Gravity method
Gravity method
 
Solving Geophysics Problems with Python
Solving Geophysics Problems with PythonSolving Geophysics Problems with Python
Solving Geophysics Problems with Python
 
Well site geologists
Well site geologistsWell site geologists
Well site geologists
 
Swh SPWLA distinguished lecturer
Swh SPWLA distinguished lecturerSwh SPWLA distinguished lecturer
Swh SPWLA distinguished lecturer
 
Seismic waves
Seismic waves Seismic waves
Seismic waves
 
Using 3-D Seismic Attributes in Reservoir Characterization
Using 3-D Seismic Attributes in Reservoir CharacterizationUsing 3-D Seismic Attributes in Reservoir Characterization
Using 3-D Seismic Attributes in Reservoir Characterization
 
386465179-Magnetotelluric-Mt-Method.pdf
386465179-Magnetotelluric-Mt-Method.pdf386465179-Magnetotelluric-Mt-Method.pdf
386465179-Magnetotelluric-Mt-Method.pdf
 
Evaporite deposits
Evaporite depositsEvaporite deposits
Evaporite deposits
 
Seismic interpretation work flow final ppt
Seismic interpretation work flow final pptSeismic interpretation work flow final ppt
Seismic interpretation work flow final ppt
 
Geophysical Exploration
Geophysical ExplorationGeophysical Exploration
Geophysical Exploration
 

Similar to Python Programing Language in GeoScience-Notes.pdf

Boston Data Engineering: Kedro Python Framework for Data Science: Overview an...
Boston Data Engineering: Kedro Python Framework for Data Science: Overview an...Boston Data Engineering: Kedro Python Framework for Data Science: Overview an...
Boston Data Engineering: Kedro Python Framework for Data Science: Overview an...
Boston Data Engineering
 
C language in our world 2019
C language in our world 2019C language in our world 2019
C language in our world 2019
Juraj Michálek
 
Tsunami of Technologies. Are we prepared?
Tsunami of Technologies. Are we prepared?Tsunami of Technologies. Are we prepared?
Tsunami of Technologies. Are we prepared?
msyukor
 
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
mlaij
 
Software Developer's Journal - 02/2012
Software Developer's Journal - 02/2012Software Developer's Journal - 02/2012
Software Developer's Journal - 02/2012
Ricardo Peres
 
Webinar - Analyzing Video
Webinar - Analyzing VideoWebinar - Analyzing Video
Webinar - Analyzing Video
Turi, Inc.
 
International Conference on NLP, Data Mining and Machine Learning (NLDML 2022)
International Conference on NLP, Data Mining and Machine Learning (NLDML 2022)International Conference on NLP, Data Mining and Machine Learning (NLDML 2022)
International Conference on NLP, Data Mining and Machine Learning (NLDML 2022)
kevig
 
Mongo db report
Mongo db reportMongo db report
Mongo db report
Hyphen Call
 
Taking The Cloud Native
Taking The Cloud NativeTaking The Cloud Native
Taking The Cloud Native
Corey Clark, Ph.D.
 
PostScript: Danger Ahead?!
PostScript: Danger Ahead?!PostScript: Danger Ahead?!
PostScript: Danger Ahead?!
Positive Hack Days
 
Manish Chasta - Securing Android Applications
Manish Chasta - Securing Android ApplicationsManish Chasta - Securing Android Applications
Manish Chasta - Securing Android Applications
Positive Hack Days
 
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
mlaij
 
Call for Papers - International Conference on NLP, Data Mining and Machine Le...
Call for Papers - International Conference on NLP, Data Mining and Machine Le...Call for Papers - International Conference on NLP, Data Mining and Machine Le...
Call for Papers - International Conference on NLP, Data Mining and Machine Le...
dannyijwest
 
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
mlaij
 
NanoSec Conference 2019: Code Execution Analysis in Mobile Apps - Abdullah Jo...
NanoSec Conference 2019: Code Execution Analysis in Mobile Apps - Abdullah Jo...NanoSec Conference 2019: Code Execution Analysis in Mobile Apps - Abdullah Jo...
NanoSec Conference 2019: Code Execution Analysis in Mobile Apps - Abdullah Jo...
Hafez Kamal
 
Sentiment Analysis using Big Data
Sentiment Analysis using Big Data Sentiment Analysis using Big Data
Sentiment Analysis using Big Data
Rajat Mittal
 
Keedio Stack: BDaaS deployment for dummies by Alessio Comisso at Big Data Spa...
Keedio Stack: BDaaS deployment for dummies by Alessio Comisso at Big Data Spa...Keedio Stack: BDaaS deployment for dummies by Alessio Comisso at Big Data Spa...
Keedio Stack: BDaaS deployment for dummies by Alessio Comisso at Big Data Spa...
Big Data Spain
 
Maintainability Sogeti Qx Day 2020
Maintainability Sogeti Qx Day 2020Maintainability Sogeti Qx Day 2020
Maintainability Sogeti Qx Day 2020
Peter Rombouts
 
Common Missteps in Cross-Platform Development.pdf
Common Missteps in Cross-Platform Development.pdfCommon Missteps in Cross-Platform Development.pdf
Common Missteps in Cross-Platform Development.pdf
Pridesys IT Ltd.
 
Fabric for Deep Learning
Fabric for Deep LearningFabric for Deep Learning
Fabric for Deep Learning
Animesh Singh
 

Similar to Python Programing Language in GeoScience-Notes.pdf (20)

Boston Data Engineering: Kedro Python Framework for Data Science: Overview an...
Boston Data Engineering: Kedro Python Framework for Data Science: Overview an...Boston Data Engineering: Kedro Python Framework for Data Science: Overview an...
Boston Data Engineering: Kedro Python Framework for Data Science: Overview an...
 
C language in our world 2019
C language in our world 2019C language in our world 2019
C language in our world 2019
 
Tsunami of Technologies. Are we prepared?
Tsunami of Technologies. Are we prepared?Tsunami of Technologies. Are we prepared?
Tsunami of Technologies. Are we prepared?
 
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
 
Software Developer's Journal - 02/2012
Software Developer's Journal - 02/2012Software Developer's Journal - 02/2012
Software Developer's Journal - 02/2012
 
Webinar - Analyzing Video
Webinar - Analyzing VideoWebinar - Analyzing Video
Webinar - Analyzing Video
 
International Conference on NLP, Data Mining and Machine Learning (NLDML 2022)
International Conference on NLP, Data Mining and Machine Learning (NLDML 2022)International Conference on NLP, Data Mining and Machine Learning (NLDML 2022)
International Conference on NLP, Data Mining and Machine Learning (NLDML 2022)
 
Mongo db report
Mongo db reportMongo db report
Mongo db report
 
Taking The Cloud Native
Taking The Cloud NativeTaking The Cloud Native
Taking The Cloud Native
 
PostScript: Danger Ahead?!
PostScript: Danger Ahead?!PostScript: Danger Ahead?!
PostScript: Danger Ahead?!
 
Manish Chasta - Securing Android Applications
Manish Chasta - Securing Android ApplicationsManish Chasta - Securing Android Applications
Manish Chasta - Securing Android Applications
 
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
 
Call for Papers - International Conference on NLP, Data Mining and Machine Le...
Call for Papers - International Conference on NLP, Data Mining and Machine Le...Call for Papers - International Conference on NLP, Data Mining and Machine Le...
Call for Papers - International Conference on NLP, Data Mining and Machine Le...
 
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
Call for Paper - International Conference on NLP, Data Mining and Machine Lea...
 
NanoSec Conference 2019: Code Execution Analysis in Mobile Apps - Abdullah Jo...
NanoSec Conference 2019: Code Execution Analysis in Mobile Apps - Abdullah Jo...NanoSec Conference 2019: Code Execution Analysis in Mobile Apps - Abdullah Jo...
NanoSec Conference 2019: Code Execution Analysis in Mobile Apps - Abdullah Jo...
 
Sentiment Analysis using Big Data
Sentiment Analysis using Big Data Sentiment Analysis using Big Data
Sentiment Analysis using Big Data
 
Keedio Stack: BDaaS deployment for dummies by Alessio Comisso at Big Data Spa...
Keedio Stack: BDaaS deployment for dummies by Alessio Comisso at Big Data Spa...Keedio Stack: BDaaS deployment for dummies by Alessio Comisso at Big Data Spa...
Keedio Stack: BDaaS deployment for dummies by Alessio Comisso at Big Data Spa...
 
Maintainability Sogeti Qx Day 2020
Maintainability Sogeti Qx Day 2020Maintainability Sogeti Qx Day 2020
Maintainability Sogeti Qx Day 2020
 
Common Missteps in Cross-Platform Development.pdf
Common Missteps in Cross-Platform Development.pdfCommon Missteps in Cross-Platform Development.pdf
Common Missteps in Cross-Platform Development.pdf
 
Fabric for Deep Learning
Fabric for Deep LearningFabric for Deep Learning
Fabric for Deep Learning
 

Recently uploaded

Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 

Recently uploaded (20)

Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 

Python Programing Language in GeoScience-Notes.pdf

  • 1. 5/9/2022 Seismic Analysis Using Python By: Mahmoud Badawy (Lecturer of Geophysics, Geology Department, Faculty of Science, Alexandria University, Egypt) 1 “Data Analysis and Interpretation in Earth Science” Dr. Mahmoud Badawy
  • 2. Dr. Mahmoud Badawy 2 5/9/2022 $?
  • 3. Dr. Mahmoud Badawy 3 5/9/2022 $?
  • 4. What happened! Open what? Using what? Dr. Mahmoud Badawy 4 Numerous step-by-step code examples in the field of Earth Sciences. Allows proficient use of Python in visualizing, analyzing, and modelling geological data. Specifically minded for teaching Python to geologists. 5/9/2022
  • 5. It’s how you make software (Using Software)?????? What do you want to [code, build, debug, deploy, collaborate on, analyze, learn] today? Code faster Work smarter Data Analyst? Data Science? Machine Learning? Artificial Intelligent? Computer Science Students!!!!!!
  • 6. Type less, code more IntelliCode is a powerful set of automatic code completion tools that understand your code context: variable names, functions, and the type of code you’re writing. This makes IntelliCode able to complete up to a whole line at once, helping you code more accurately and confidently. Dr. Mahmoud Badawy 6 5/9/2022
  • 7. Stop problems before they’re problems Integrated debugging is a core part of every Visual Studio product. You can step through your code and look at the values stored in variables, set watches on variables to see when values change, examine the execution path of your code, and just about anything else you need to check out under the hood. Dr. Mahmoud Badawy 7 5/9/2022
  • 8. Dr. Mahmoud Badawy 8 Language Time! 5/9/2022
  • 10. 5/9/2022 Dr. Mahmoud Badawy 10
  • 11. 5/9/2022 Dr. Mahmoud Badawy 11
  • 12. 5/9/2022 Dr. Mahmoud Badawy 12
  • 13. 5/9/2022 Dr. Mahmoud Badawy 13
  • 14. 5/9/2022 Dr. Mahmoud Badawy 14
  • 15. 5/9/2022 Dr. Mahmoud Badawy 15
  • 16. 5/9/2022 Dr. Mahmoud Badawy 16
  • 17. Dr. Mahmoud Badawy 17 5/9/2022
  • 18. Dr. Mahmoud Badawy 18 Which prompt you will use Cmd Anaconda Powershell ? Library Packages Modules Anaconda prompt: pip install numpy pip install matplotlib pip install obspy pip install segyio Pip install petrel pip install seismic_canvas pip install seismic-attributes 5/9/2022
  • 19. Python Language to handle with seismic specific libraries: Dr. Mahmoud Badawy 19 stream = _read_segy('C:/Users/M.M.Badawy/Desktop/Name of Data Folder/X-Line 1.segy', headonly = True) import numpy as np import matplotlib.pyplot as plt from obspy.io.segy.segy import _read_segy plt.imshow(data.T, cmap="RdBu", min=-100, max=100, aspect='auto') import numpy as np import matplotlib.pyplot as plt from obspy.io.segy.segy import _read_segy one_trace = steam.traces[3] data = np.stack(t.data for t in steam.traces) data.shape stream = _read_segy('C:/Users/M.M.Badawy/Desktop/SEGY/X-Line 5.segy', headonly = True) plt.imshow(data.T, cmap="RdBu", vmin=-100, vmax=100, aspect='auto') 5/9/2022
  • 20. Dr. Mahmoud Badawy 20 5/9/2022
  • 21. Dr. Mahmoud Badawy 21 5/9/2022
  • 22. 5/9/2022 Dr. Mahmoud Badawy 22 >>>print (“Thanks”) Thanks