Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add zonal_stats guide, update docs #57

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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