Skip to content

Commit

Permalink
fix indexing of sections (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
crgoddard authored Oct 9, 2024
1 parent b5a0ede commit b532a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"source": [
"(code-section-2)=\n",
"\n",
"## 2. Inspect and view data\n",
"### 2. Inspect and view data\n",
"\n",
"Now that we have downloaded the data, we can inspect it. We have requested the data in NetCDF format. This is a commonly used format for array-oriented scientific data. To read and process this data we will make use of the Xarray library. Xarray is an open source project and Python package that makes working with labelled multi-dimensional arrays simple and efficient. We will read the data from our NetCDF file into an xarray.Dataset."
]
Expand Down Expand Up @@ -345,7 +345,7 @@
"source": [
"(code-section-3)=\n",
"\n",
"## 3. Define the unit of analysis: Nomenclature of territorial units for statistics, level 2 (NUTS 2)\n",
"### 3. Define the unit of analysis: Nomenclature of territorial units for statistics, level 2 (NUTS 2)\n",
"\n",
"The NUTS are a hierarchical system divided into 3 levels (https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/administrative-units-statistical-units/nuts). NUTS 1 correspond to major socio-economic regions, NUTS 2 correspond to basic regions for the application of regional policies, and NUTS 3 correspond to small regions for specific diagnoses. Additionally, a NUTS 0 level, usually co-incident with national boundaries is also available. The NUTS legislation is periodically amended; therefore multiple years are available for download. \n",
"\n",
Expand Down Expand Up @@ -1081,7 +1081,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit b532a92

Please sign in to comment.