Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Marsden committed Jun 28, 2024
1 parent 0b3b56a commit b8a24fb
Show file tree
Hide file tree
Showing 7 changed files with 27,846 additions and 273 deletions.
577 changes: 496 additions & 81 deletions 03_extracting_data_to_different_formats.html

Large diffs are not rendered by default.

27,532 changes: 27,343 additions & 189 deletions _sources/03_extracting_data_to_different_formats.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
<li class="toctree-l1"><a class="reference internal" href="01_opening_and_understanding.html">01: Opening and understanding</a></li>
<li class="toctree-l1"><a class="reference internal" href="02_creating_plots.html">02: Creating Plots</a></li>
<li class="toctree-l1"><a class="reference internal" href="03_extracting_data_to_different_formats.html">03: Extracting data to different formats</a></li>

<li class="toctree-l1"><a class="reference internal" href="04_creating_a_cfnetcdf_file.html">04: Creating a CF-NetCDF file</a></li>
</ul>

Expand Down
2 changes: 2 additions & 0 deletions intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
<li class="toctree-l1"><a class="reference internal" href="01_opening_and_understanding.html">01: Opening and understanding</a></li>
<li class="toctree-l1"><a class="reference internal" href="02_creating_plots.html">02: Creating Plots</a></li>
<li class="toctree-l1"><a class="reference internal" href="03_extracting_data_to_different_formats.html">03: Extracting data to different formats</a></li>

<li class="toctree-l1"><a class="reference internal" href="04_creating_a_cfnetcdf_file.html">04: Creating a CF-NetCDF file</a></li>
</ul>

Expand Down Expand Up @@ -394,6 +395,7 @@ <h2>Course contents<a class="headerlink" href="#course-contents" title="Permalin
<li class="toctree-l1"><a class="reference internal" href="01_opening_and_understanding.html">01: Opening and understanding</a></li>
<li class="toctree-l1"><a class="reference internal" href="02_creating_plots.html">02: Creating Plots</a></li>
<li class="toctree-l1"><a class="reference internal" href="03_extracting_data_to_different_formats.html">03: Extracting data to different formats</a></li>
<li class="toctree-l1"><a class="reference internal" href="03_extracting_data_to_different_formats.html#variables-with-3-dimensions">Variables with 3 dimensions</a></li>
<li class="toctree-l1"><a class="reference internal" href="04_creating_a_cfnetcdf_file.html">04: Creating a CF-NetCDF file</a></li>
</ul>
</div>
Expand Down
4 changes: 2 additions & 2 deletions reports/03_extracting_data_to_different_formats.err.log
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ nbclient.exceptions.CellTimeoutError: A cell timed out while it was being execut
The message was: Cell execution timed out.
Here is a preview of the cell contents:
-------------------
["lat <- var.get.nc(data, 'lat')", "lon <- var.get.nc(data, 'lon')", 'time <- var.get.nc(data, "time")', '', '# Convert time to readable dates']
['latitude <- var.get.nc(data, "lat")', 'latitude_vector <- as.vector(latitude)', 'df$latitude <- latitude_vector', '', 'longitude <- var.get.nc(data, "lon")']
...
[' anom = anom_flat', ')', '', 'head(df)', "write.csv(df, '../data/exported_from_notebooks/temperature_anomalies_all_dates.csv', row.names = FALSE)"]
['df$longitude <- longitude_vector', '', 'head(df)', "write_xlsx(df, '../data/exported_from_notebooks/2d_data.xlsx')", "write.csv(df, '../data/exported_from_notebooks/2d_data.csv', row.names = FALSE)"]
-------------------

1 change: 1 addition & 0 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
<li class="toctree-l1"><a class="reference internal" href="01_opening_and_understanding.html">01: Opening and understanding</a></li>
<li class="toctree-l1"><a class="reference internal" href="02_creating_plots.html">02: Creating Plots</a></li>
<li class="toctree-l1"><a class="reference internal" href="03_extracting_data_to_different_formats.html">03: Extracting data to different formats</a></li>

<li class="toctree-l1"><a class="reference internal" href="04_creating_a_cfnetcdf_file.html">04: Creating a CF-NetCDF file</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit b8a24fb

Please sign in to comment.