Skip to content

Commit 92ebcaf

Browse files
committed
titles edit
1 parent 19c6903 commit 92ebcaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

2_Datacube/accessing_external_datasets/1_example_access_sentinel_data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "1f04ffce",
66
"metadata": {},
77
"source": [
8-
"# Accessing Sentinel-2 with the Pangeo stack\n",
8+
"# Accessing Sentinel-2 Data\n",
99
"\n",
1010
"This notebook shows a simple end-to-end workflow for bringing Sentinel-2 L2A data into the Antarctic datacube workflow. We use the cube grid to define an area of interest, search a STAC API, load RGB and scene classification data lazily with `odc.stac`, build a least-bad-pixel mosaic, and plot polar cube data over the result."
1111
]

2_Datacube/accessing_external_datasets/2_example_access_era5_data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "9c7c5e05",
66
"metadata": {},
77
"source": [
8-
"# Access free ERA5 data\n",
8+
"# Accessing ERA5 Data\n",
99
"Example ERA5 data access without a cloud account. It opens the public ARCO ERA5 Zarr archive on Google Cloud anonymously, subsets it over an Antarctic bbox, and plots 2 m air temperature.\n",
1010
"\n",
1111
"Official sources:\n",

0 commit comments

Comments
 (0)