Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xarray lecture #283

Merged
merged 27 commits into from
Oct 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2e839ef
add outline of xarray lecture
gregordecristoforo Sep 17, 2024
e13e89f
add motivation to xarray
gregordecristoforo Oct 22, 2024
73acdac
add iamge of dataset
gregordecristoforo Oct 22, 2024
e7c87a3
add accessing and manipulating dta section
gregordecristoforo Oct 22, 2024
d422c06
add plotting section
gregordecristoforo Oct 22, 2024
f4014c6
add converting xarray objects section
gregordecristoforo Oct 22, 2024
c5094df
add Advanced topics
gregordecristoforo Oct 22, 2024
714466b
fix some spelling mistakes
gregordecristoforo Oct 22, 2024
46e1722
use correct dataset in lecture
gregordecristoforo Oct 23, 2024
5175490
add full output to example codes
gregordecristoforo Oct 23, 2024
4d614e8
clarify test in xarray lecture
gregordecristoforo Oct 23, 2024
abe6992
add first exercise
gregordecristoforo Oct 23, 2024
e68b38e
add second exercise
gregordecristoforo Oct 23, 2024
797937d
fix sphinx build by removing '$'
gregordecristoforo Oct 23, 2024
d52f518
add images for xarray lecture
gregordecristoforo Oct 23, 2024
13197f4
Update content/xarray.rst
gregordecristoforo Oct 23, 2024
f09bb39
Update content/xarray.rst
gregordecristoforo Oct 23, 2024
aec1232
Update content/xarray.rst
gregordecristoforo Oct 23, 2024
62e8731
Update content/xarray.rst
gregordecristoforo Oct 23, 2024
aea1ea1
Update content/xarray.rst
gregordecristoforo Oct 23, 2024
35ac898
Update content/xarray.rst
gregordecristoforo Oct 23, 2024
db55d1d
Update content/xarray.rst
gregordecristoforo Oct 23, 2024
27feff7
Update content/xarray.rst
gregordecristoforo Oct 23, 2024
6267f8d
Update content/xarray.rst
gregordecristoforo Oct 23, 2024
cd63b31
Update content/xarray.rst
gregordecristoforo Oct 23, 2024
a3f20c7
Update content/xarray.rst
gregordecristoforo Oct 23, 2024
4a71b61
Update content/xarray.rst
bast Oct 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/img/xarray/xarray_1d_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/img/xarray/xarray_2d_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/img/xarray/xarray_dataset_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/img/xarray/xarray_hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions content/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ to learn yourself as you need to.
30 min ; :doc:`jupyter`
60 min ; :doc:`numpy` or :doc:`numpy-advanced`
60 min ; :doc:`pandas`
30 min ; :doc:`xarray`
60 min ; :doc:`data-visualization`
30 min ; :doc:`data-formats`
60 min ; :doc:`scripts`
Expand All @@ -92,6 +93,7 @@ to learn yourself as you need to.
numpy
numpy-advanced
pandas
xarray
data-visualization
data-formats
productivity
Expand Down
Loading
Loading