Skip to content

Commit

Permalink
update notebooks
Browse files Browse the repository at this point in the history
- set AWS_NO_SIGN_REQUEST env variable in notebooks before accessing S3 URIs
- replace :class/meth:`~a.b.c` with :class/meth:`.c`
- compatibility fixes for shapely 2.0
- misc. minor fixes
  • Loading branch information
AdeelH committed Jul 20, 2023
1 parent f51d2cd commit c560da3
Show file tree
Hide file tree
Showing 13 changed files with 1,139 additions and 1,399 deletions.
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ def setup(app: 'Sphinx') -> None:
from subprocess import check_output
os.environ['GDAL_DATA'] = check_output('pip show rasterio | grep Location | awk \'{print $NF"/rasterio/gdal_data/"}\'', shell=True).decode().strip()
os.environ['AWS_NO_SIGN_REQUEST'] = 'YES'
See this `Colab notebook <https://colab.research.google.com/drive/1qUl_6McbLJr9KjrhHnx_SWbSYkLPL2uW>`__ for an example.
""" # noqa
#########################
Expand Down
334 changes: 103 additions & 231 deletions docs/usage/tutorials/lightning_workflow.ipynb

Large diffs are not rendered by default.

22 changes: 10 additions & 12 deletions docs/usage/tutorials/prechipped_datasets.ipynb

Large diffs are not rendered by default.

215 changes: 108 additions & 107 deletions docs/usage/tutorials/pred_and_eval_ss.ipynb

Large diffs are not rendered by default.

226 changes: 109 additions & 117 deletions docs/usage/tutorials/reading_labels.ipynb

Large diffs are not rendered by default.

210 changes: 99 additions & 111 deletions docs/usage/tutorials/reading_raster_data.ipynb

Large diffs are not rendered by default.

181 changes: 105 additions & 76 deletions docs/usage/tutorials/reading_vector_data.ipynb

Large diffs are not rendered by default.

67 changes: 45 additions & 22 deletions docs/usage/tutorials/sampling_training_data.ipynb

Large diffs are not rendered by default.

54 changes: 33 additions & 21 deletions docs/usage/tutorials/scenes_and_aois.ipynb

Large diffs are not rendered by default.

390 changes: 206 additions & 184 deletions docs/usage/tutorials/stac_plus_osm.ipynb

Large diffs are not rendered by default.

357 changes: 122 additions & 235 deletions docs/usage/tutorials/temporal.ipynb

Large diffs are not rendered by default.

420 changes: 169 additions & 251 deletions docs/usage/tutorials/train.ipynb

Large diffs are not rendered by default.

59 changes: 30 additions & 29 deletions docs/usage/tutorials/visualize_data_samples.ipynb

Large diffs are not rendered by default.

0 comments on commit c560da3

Please sign in to comment.