Skip to content

Commit 3419ec0

Browse files
authored
Merge 8163320 into b1695a1
2 parents b1695a1 + 8163320 commit 3419ec0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Binder](http://binder.projectpythia.org/badge_logo.svg)](http://binder.projectpythia.org/v2/gh/ProjectPythia/landsat-ml-cookbook/main?labpath=notebooks)
77
[![DOI](https://zenodo.org/badge/563445694.svg)](https://zenodo.org/badge/latestdoi/563445694)
88

9+
910
This Project Pythia Cookbook covers the essential materials for working with Landsat data in the context of machine learning workflows.
1011

1112
## Motivation

_config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ logo: notebooks/images/logos/pythia_logo-white-rtext.svg
77
copyright: '2022'
88

99
execute:
10-
# To execute notebooks via a binder instead, replace 'cache' with 'binder'
11-
execute_notebooks: force
10+
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
11+
execute_notebooks: cache
1212
timeout: 600
13-
allow_errors: True
13+
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag
1414

1515
# Add a few extensions to help with parsing content
1616
parse:
@@ -27,6 +27,8 @@ parse:
2727

2828
sphinx:
2929
config:
30+
linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
31+
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
3032
html_favicon: notebooks/images/icons/favicon.ico
3133
html_last_updated_fmt: '%-d %B %Y'
3234
html_theme: sphinx_pythia_theme
@@ -47,7 +49,7 @@ sphinx:
4749
icon: fab fa-youtube-square
4850
type: fontawesome
4951
launch_buttons:
50-
binderhub_url: http://binder.mypythia.org
52+
binderhub_url: https://binder.projectpythia.org
5153
notebook_interface: jupyterlab
5254
extra_navbar: |
5355
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies:
2727
- numpy
2828
- cartopy
2929
- rasterio
30+
- rioxarray
3031
- s3fs
3132
- jupyter-book
3233
- jupyterlab

0 commit comments

Comments
 (0)