Тёмный
Ocean 215: Python Methods for Oceanography
Ocean 215: Python Methods for Oceanography
Ocean 215: Python Methods for Oceanography
Подписаться
This channel features introductory Python video lessons recorded for "Methods of Oceanographic Data Analysis" (OCEAN 215), taught in Autumn 2020 in the School of Oceanography, University of Washington. For more materials, see the course website (ethan-campbell.github.io/OCEAN_215/).
Lesson 16, Part 1: Functions
12:20
2 года назад
Lesson 12, Part 3: Mapping with cartopy
12:29
2 года назад
Lesson 12, Part 1: Plotting review
9:25
2 года назад
Lesson 8: Coding demo - El Niño index
28:16
2 года назад
Lesson 6, Part 4: Datetime
7:17
2 года назад
Lesson 6, Part 3: Dictionaries
4:20
2 года назад
Lesson 6, Part 2: More array functions
14:56
3 года назад
Lesson 4, Part 4: If statements
5:31
3 года назад
Lesson 4, Part 2: Advanced for loops
8:05
3 года назад
Lesson 4, Part 1: For loops
9:16
3 года назад
Комментарии
@asmaeagouram8408
@asmaeagouram8408 20 дней назад
hello, thanks for the tuto, interpolation in 3D space, then projection in 2D space , gives the same as interpolation in 2D ?
@sandeepsawant9057
@sandeepsawant9057 5 месяцев назад
Didn't understood....
@jarbasfarias69
@jarbasfarias69 6 месяцев назад
Hello, thank you so mucho to that class...how can i follow you in instagram?
@jannevot8515
@jannevot8515 6 месяцев назад
Just what I was looking for, thanks !
@saisrisai9649
@saisrisai9649 7 месяцев назад
Thank you so much! You are GOAT!
@chrisnadar8135
@chrisnadar8135 7 месяцев назад
Can you please share an updated link for the dataset
@anasssofti9271
@anasssofti9271 8 месяцев назад
Interpolation is regredding?
@m.usamashabbir3759
@m.usamashabbir3759 Год назад
I could not find the sample data file, can you please provide me the link from where I can get it
@m.usamashabbir3759
@m.usamashabbir3759 Год назад
Great course want to learn more from you, keep up the good work ☺
@amirrezasalehi3566
@amirrezasalehi3566 Год назад
Awsome
@francescos7361
@francescos7361 Год назад
Interesting application of Python to oceanography research.
@lorenzoportillocogollo9718
@lorenzoportillocogollo9718 Год назад
Hola, tengo problemas en google colab, intento seguir la rutina pero no puedo utilizar la librería de cartopy
@ocean215python
@ocean215python Год назад
Hola, la versión más reciente de Cartopy tiene problemas que no están en la lección (si usted usa Google Colab). Para instalar una versión anterior, puedes utilizar: %%capture if 'google.colab' in str(get_ipython()): !apt-get -qq remove python-shapely python3-shapely !pip install --no-binary shapely shapely --force !pip install --no-binary cartopy cartopy==0.19.0.post1 Usa esto en vez de el código en el video. Después: import cartopy, etc... Hay un tutorial bueno aquí: courses.spatialthoughts.com/python-dataviz.html#creating-maps (Perdone los errores tipográficos, el español no es mi primer idioma)
@lorenzoportillocogollo9718
@lorenzoportillocogollo9718 Год назад
@@ocean215python gracias profesor todo ha sido muy claro
@silverdove9911
@silverdove9911 Год назад
good soup
@fabianaltendorfer11
@fabianaltendorfer11 2 года назад
very well explained!
@trilochanp5481
@trilochanp5481 2 года назад
I like the way you have been explaining everything. Kudos to you and your incredible work.
@yuvipanda
@yuvipanda 2 года назад
I LOVE THIS!
@ghanouneddjar8590
@ghanouneddjar8590 2 года назад
Man you are a gift..thanks
@jacoboyalleyauri5080
@jacoboyalleyauri5080 2 года назад
gracias es muy bueno
@desmondturner5435
@desmondturner5435 2 года назад
Exactly what i was looking for!
@eduardopantoja6438
@eduardopantoja6438 2 года назад
thanks for the content, it helped me a lot!!!
@mancalos
@mancalos 2 года назад
Thanks for taking your time in doing this. I work for CHS.