Skip to content

Commit

Permalink
add zonal_stats guide, update docs (#57)
Browse files Browse the repository at this point in the history
* add zonal_stats guide, update docs

* note on optional deps
  • Loading branch information
martinfleis committed Dec 21, 2023
1 parent e86d3ec commit 1630fa9
Show file tree
Hide file tree
Showing 10 changed files with 6,193 additions and 400 deletions.
3 changes: 0 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"geopandas": ("https://geopandas.org/en/latest", None),
"pandas": ("https://pandas.pydata.org/docs", None),
"rasterio": ("https://rasterio.readthedocs.io/en/latest/", None),

}

# -- Options for HTML output -------------------------------------------------
Expand All @@ -57,9 +56,7 @@
html_logo = "_static/logo.svg"
html_favicon = "_static/icon.png"
html_theme_options = {
"github_url": "https://github.com/xarray-contrib/xvec",
"use_sidenotes": True,
"logo_only": True,
}
nb_execution_mode = "off"
autodoc_typehints = "none"
58 changes: 30 additions & 28 deletions doc/source/extract_pts.ipynb

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions doc/source/geopandas.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions doc/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ indexing
projections
geopandas
extract_pts
zonal_stats
io
```

Expand Down
296 changes: 148 additions & 148 deletions doc/source/indexing.ipynb

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions doc/source/intro.ipynb

Large diffs are not rendered by default.

200 changes: 98 additions & 102 deletions doc/source/io.ipynb

Large diffs are not rendered by default.

651 changes: 565 additions & 86 deletions doc/source/projections.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 1630fa9

Please sign in to comment.