Skip to content

Commit 1630fa9

Browse files
authored
add zonal_stats guide, update docs (#57)
* add zonal_stats guide, update docs * note on optional deps
1 parent e86d3ec commit 1630fa9

10 files changed

Lines changed: 6193 additions & 400 deletions

File tree

doc/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"geopandas": ("https://geopandas.org/en/latest", None),
4646
"pandas": ("https://pandas.pydata.org/docs", None),
4747
"rasterio": ("https://rasterio.readthedocs.io/en/latest/", None),
48-
4948
}
5049

5150
# -- Options for HTML output -------------------------------------------------
@@ -57,9 +56,7 @@
5756
html_logo = "_static/logo.svg"
5857
html_favicon = "_static/icon.png"
5958
html_theme_options = {
60-
"github_url": "https://github.com/xarray-contrib/xvec",
6159
"use_sidenotes": True,
62-
"logo_only": True,
6360
}
6461
nb_execution_mode = "off"
6562
autodoc_typehints = "none"

doc/source/extract_pts.ipynb

Lines changed: 30 additions & 28 deletions
Large diffs are not rendered by default.

doc/source/geopandas.ipynb

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

doc/source/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ indexing
1616
projections
1717
geopandas
1818
extract_pts
19+
zonal_stats
1920
io
2021
```
2122

doc/source/indexing.ipynb

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

doc/source/intro.ipynb

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

doc/source/io.ipynb

Lines changed: 98 additions & 102 deletions
Large diffs are not rendered by default.

doc/source/projections.ipynb

Lines changed: 565 additions & 86 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)