diff --git a/README.md b/README.md
index a15d713..37fdbc2 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
[](http://binder.projectpythia.org/v2/gh/ProjectPythia/landsat-ml-cookbook/main?labpath=notebooks)
[](https://zenodo.org/badge/latestdoi/563445694)
+
This Project Pythia Cookbook covers the essential materials for working with Landsat data in the context of machine learning workflows.
## Motivation
diff --git a/_config.yml b/_config.yml
index 0877b5d..f525fbc 100644
--- a/_config.yml
+++ b/_config.yml
@@ -7,10 +7,10 @@ logo: notebooks/images/logos/pythia_logo-white-rtext.svg
copyright: '2022'
execute:
- # To execute notebooks via a binder instead, replace 'cache' with 'binder'
- execute_notebooks: force
+ # To execute notebooks via a Binder instead, replace 'cache' with 'binder'
+ execute_notebooks: cache
timeout: 600
- allow_errors: True
+ allow_errors: False # cells with expected failures must set the `raises-exception` cell tag
# Add a few extensions to help with parsing content
parse:
@@ -27,6 +27,8 @@ parse:
sphinx:
config:
+ linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
+ nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
html_favicon: notebooks/images/icons/favicon.ico
html_last_updated_fmt: '%-d %B %Y'
html_theme: sphinx_pythia_theme
@@ -47,7 +49,7 @@ sphinx:
icon: fab fa-youtube-square
type: fontawesome
launch_buttons:
- binderhub_url: http://binder.mypythia.org
+ binderhub_url: https://binder.projectpythia.org
notebook_interface: jupyterlab
extra_navbar: |
Theme by Project Pythia.
diff --git a/environment.yml b/environment.yml
index beb5b4e..e21a605 100644
--- a/environment.yml
+++ b/environment.yml
@@ -27,6 +27,7 @@ dependencies:
- numpy
- cartopy
- rasterio
+ - rioxarray
- s3fs
- jupyter-book
- jupyterlab