From 28ccc064a2a2494c08056fa4baefd24da90bc20c Mon Sep 17 00:00:00 2001 From: Andy Barrett Date: Thu, 22 Aug 2024 16:35:43 -0700 Subject: [PATCH] fix links --- .../data-formats-and-metadata.ipynb | 2 +- .../open-science/open_science_lesson.ipynb | 86 +++++++++---------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/book/tutorials/open-science/data-formats-and-metadata.ipynb b/book/tutorials/open-science/data-formats-and-metadata.ipynb index 73389fe..83f7525 100644 --- a/book/tutorials/open-science/data-formats-and-metadata.ipynb +++ b/book/tutorials/open-science/data-formats-and-metadata.ipynb @@ -35,7 +35,7 @@ "(standard-file-format)=\n", "### Is the data in a standard file format?\n", "\n", - "Fortunately, the Earth science community has, _mostly_, converged on a standard set of well defined file formats. {ref}`formats` shows traditional and cloud-optimized formats for some common types of geospatial data. See the [cloud optimized data](./tutorials/cloud-computing/03-cloud-optimized-data-access.ipynb) tutorial for more information of cloud-optimized file formats. This tutorial will focus on traditional formats but a lot of what is covered also applies to cloud-optimized formats.\n", + "Fortunately, the Earth science community has, _mostly_, converged on a standard set of well defined file formats. {ref}`formats` shows traditional and cloud-optimized formats for some common types of geospatial data. See the cloud optimized data tutorial for more information of cloud-optimized file formats. This tutorial will focus on traditional formats but a lot of what is covered also applies to cloud-optimized formats.\n", "\n", "```{note}\n", "Geospatial data is any data that can be referenced to a location on Earth; either at the surface or above or below the surface.\n", diff --git a/book/tutorials/open-science/open_science_lesson.ipynb b/book/tutorials/open-science/open_science_lesson.ipynb index 2970263..ca0fd3d 100644 --- a/book/tutorials/open-science/open_science_lesson.ipynb +++ b/book/tutorials/open-science/open_science_lesson.ipynb @@ -129,7 +129,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 2, @@ -177,7 +177,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 3, @@ -597,7 +597,7 @@ "Dimensions without coordinates: time, y, x\n", "Data variables:\n", " sic (time, y, x) float32 17MB 0.0 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0\n", - " sic_mask (y, x) float32 545kB nan nan nan nan nan ... nan nan nan nan nan
    • " ], "text/plain": [ " Size: 17MB\n", @@ -714,7 +714,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 5, @@ -1170,7 +1170,7 @@ "Dimensions without coordinates: time, y, x\n", "Data variables:\n", " sic (time, y, x) float32 17MB 0.0 0.0 0.0 ... 0.0 0.0\n", - " sic_mask (y, x) float32 545kB nan nan nan ... nan nan nan
      • " ], "text/plain": [ " Size: 17MB\n", @@ -1287,7 +1287,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 8, @@ -1701,7 +1701,7 @@ "Dimensions without coordinates: time\n", "Data variables:\n", " sic (time, y, x) float32 17MB 0.0 0.0 0.0 ... 0.0 0.0\n", - " sic_mask (y, x) float32 545kB nan nan nan ... nan nan nan
      • " ], "text/plain": [ " Size: 17MB\n", @@ -2205,7 +2205,7 @@ " * time (time) datetime64[ns] 248B 2022-12-01 ... 2022-...\n", "Data variables:\n", " sic (time, y, x) float32 17MB 0.0 0.0 0.0 ... 0.0 0.0\n", - " sic_mask (y, x) float32 545kB nan nan nan ... nan nan nan
      • " ], "text/plain": [ " Size: 17MB\n", @@ -2322,7 +2322,7 @@ "\n", "`long_name` and `standard_name` attributes are not required but use of at least one of these is recommended. `long_name` provides a description of the variable. that can be used for labelling plots For the `sic` variable, an appropriate `long_name` is `\"sea ice concentration\"`.\n", "\n", - "The purpose of `standard_name` is to provide an unambiguous description of the variable and facilitate interoperability. `standard_name` attributes should be from a [controlled vocabulary]() defined as part of CF-Convention [Standard Name Table](https://cfconventions.org/Data/cf-standard-names/current/build/cf-standard-name-table.html). For sea ice concentration, the `standard_name` is `sea_ice_area_fraction`. `standard_names` should be lower case and use `_` instead of spaces. The expected units are also provided in the [Standard Name Table](https://cfconventions.org/Data/cf-standard-names/current/build/cf-standard-name-table.html). For more information on standard names see [Section 3.3 of CF Convention 1.11](https://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#standard-name)" + "The purpose of `standard_name` is to provide an unambiguous description of the variable and facilitate interoperability. `standard_name` attributes should be from a [controlled vocabulary](https://en.wikipedia.org/wiki/Controlled_vocabulary) defined as part of CF-Convention [Standard Name Table](https://cfconventions.org/Data/cf-standard-names/current/build/cf-standard-name-table.html). For sea ice concentration, the `standard_name` is `sea_ice_area_fraction`. `standard_names` should be lower case and use `_` instead of spaces. The expected units are also provided in the [Standard Name Table](https://cfconventions.org/Data/cf-standard-names/current/build/cf-standard-name-table.html). For more information on standard names see [Section 3.3 of CF Convention 1.11](https://cfconventions.org/Data/cf-conventions/cf-conventions-1.11/cf-conventions.html#standard-name)" ] }, { @@ -2826,7 +2826,7 @@ " * time (time) datetime64[ns] 248B 2022-12-01 ... 2022-...\n", "Data variables:\n", " sic (time, y, x) float32 17MB 0.0 0.0 0.0 ... 0.0 0.0\n", - " sic_mask (y, x) float32 545kB nan nan nan ... nan nan nan
      • " ], "text/plain": [ " Size: 17MB\n", @@ -3328,7 +3328,7 @@ " title: NSIDC Passive Microwave Sea Ice Concentration data (...\n", " source: https://doi.org/10.5067/MPYG15WAA4WX\n", " reference: DiGirolamo, N., Parkinson, C. L., Cavalieri, D. J., ...\n", - " processing_history: Original sea ice concentration grids extracted and n...