Skip to content

Commit 043d7e4

Browse files
authored
Misc tweaks (#19)
* typo? * use transparent background for dark-friengly imgs
1 parent 6f17714 commit 043d7e4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/earth/raster.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ kernelspec:
1717
alt: Alt text
1818
width: 200px
1919
align: center
20+
class: dark-light
2021
---
2122
```
2223
```{grid-item}

docs/earth/xdggs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ kernelspec:
1717
alt: xdggs logo
1818
width: 200px
1919
align: center
20+
class: dark-light
2021
---
2122
```
2223
```{grid-item}

docs/earth/xvec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Learn more at the [xvec](https://xvec.readthedocs.io) documentation.
3232
A more general definition is "a data cube that contains geometries as variables (e.g. moving features or time-evolving shapes)".
3333
```
3434

35-
Xvec's use of custom indexes is exciting because it illustrates how a new Index can help define a new data model --- _vector data cube_: "an n-D array that has either at least one dimension indexed by a 2-D array of vector geometries".
35+
Xvec's use of custom indexes is exciting because it illustrates how a new Index can help define a new data model --- _vector data cube_: "an n-D array that has either at least one dimension indexed by a 1-D array of vector geometries".
3636

3737
1. Indexing using geometries and associated predicates is supported using `.sel`
3838
1. A new `.xvec` accessor exposes additional querying functionality.

0 commit comments

Comments
 (0)