Skip to content

Commit a01f3fa

Browse files
authored
HLS2 example Jupyter notebook (microsoft#304)
* HLS2 example Jupyter notebook * Format HLS2 notebook * Link from README * Tanya PR comments * Update github CI bitrot * Correct NDVI
1 parent 12d330b commit a01f3fa

File tree

3 files changed

+1205
-3
lines changed

3 files changed

+1205
-3
lines changed

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
name: "pre-commit hooks"
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
19-
- uses: actions/setup-python@v2
18+
- uses: actions/checkout@v3
19+
- uses: actions/setup-python@v3
2020
with:
2121
python-version: "3.11"
22-
- uses: pre-commit/action@v2.0.3
22+
- uses: pre-commit/action@v3.0.1

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ These examples introduce specific datasets. They give some details about the dat
4848
* [GPM IMERG HHR](datasets/gpm-imerg-hhr/gpm-imerg-hhr-example.ipynb)
4949
* [gridMET](datasets/gridmet/gridmet-example.ipynb)
5050
* [HGB](datasets/hgb/hgb-example.ipynb)
51+
* [HLS2](datasets/hls2/hls2-example.ipynb)
5152
* [HREA](datasets/hrea/hrea-example.ipynb)
5253
* [IO LULC](datasets/io-lulc/io-lulc-example.ipynb)
5354
* [IO LULC V2](datasets/io-lulc/io-lulc-annual-v02-example.ipynb)

0 commit comments

Comments
 (0)