Skip to content

Commit 1f0e1eb

Browse files
committed
examples for docs adjusted
1 parent e848db1 commit 1f0e1eb

7 files changed

Lines changed: 2361 additions & 653 deletions

File tree

docs/examples/affine.ipynb

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
22
"cells": [
33
{
4-
"cell_type": "code",
5-
"execution_count": 1,
4+
"metadata": {},
5+
"cell_type": "markdown",
6+
"source": "# Overview of the `GridMapping` instance"
7+
},
8+
{
69
"metadata": {
7-
"tags": []
10+
"tags": [],
11+
"ExecuteTime": {
12+
"end_time": "2026-02-20T08:24:39.414833251Z",
13+
"start_time": "2026-02-20T08:24:38.912662773Z"
14+
}
815
},
16+
"cell_type": "code",
917
"outputs": [],
18+
"execution_count": 1,
1019
"source": [
1120
"import dask.array as da\n",
1221
"import numpy as np\n",

docs/examples/rectify_sentinel3.ipynb

Lines changed: 371 additions & 381 deletions
Large diffs are not rendered by default.

docs/examples/resample_in_space_large_example_reproject_dataset.ipynb

Lines changed: 353 additions & 244 deletions
Large diffs are not rendered by default.

docs/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can create new grid mappings from existing ones using:
8888
- [transform](api.md/#xcube_resampling.gridmapping.GridMapping.transform):
8989
change the CRS of a grid mapping (regular → irregular with 2D coordinates).
9090

91-
An example is available in the [Example Notebooks](examples/coords.ipynb).
91+
An example is available in the [Example Notebooks](examples/grid_mapping.ipynb).
9292

9393
---
9494

0 commit comments

Comments
 (0)