-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgeocomp.yaml
62 lines (62 loc) · 1.75 KB
/
geocomp.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
title: Introduction to Geocomputing
environment: geocomp
conda:
- pooch
pip:
- gio
data:
- st-helens_before.txt # Used in the console
- st-helens_after.txt # Used in the console
- F3_horizon.txt
- F3_8-bit_int.sgy # this is a 3D seismic survey from F3.
references:
- geocomp_links.md
curriculum:
1:
- Installation and setup
- Quick course overview
- The Python interpreter and the IPython environment
- Jupyter Notebooks
- Maths_and_text.ipynb # .ipynb files will be added to repo.
- Logs_and_other_1D_data.ipynb
- Check out and feedback
2:
- Check in and review
- Multidimensional_data.ipynb
- Dealing_with_metadata.ipynb
- Check out and feedback
3:
- Check in and review
- Intro_to_functions.ipynb
- Intro_to_IO.ipynb
- Check out and feedback
4:
- Check in and review
- Data_visualization.ipynb
- Check out and feedback
5:
- Check in and review
- Intro_to_Pandas.ipynb
- Decline_curve_analysis.ipynb
- Volumetrics_and_units.ipynb
- Check out and feedback
extras: # These will be listed in the Curriculum.
- Advanced_functions.ipynb
- Intro_to_NumPy.ipynb
- Practice_NumPy.ipynb
- Seismic_data_basics.ipynb
- Advanced_matplotlib.ipynb
- Testing_basics.ipynb
- Read_and_process_images.ipynb
- Write_SEG-Y_with_segyio.ipynb
- Documentation_basics.ipynb
- Read_and_write_LAS.ipynb
- Read_SEG-Y_with_segyio.ipynb
- Writing_data_to_files_or_databases.ipynb
demos: # These will NOT be listed in the Curriculum.
- Custom_colormaps_in_matplotlib.ipynb
- Interactive_widgets_in_Jupyter.ipynb
- Regular_expressions_for_text_processing.ipynb
- Nonlinear_regression_with_Gardner_equation.ipynb
- Get_info_from_web.ipynb
- Ternary_diagrams.ipynb