Skip to content
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
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
name: "pre-commit hooks"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.11"
- uses: pre-commit/action@v2.0.3
- uses: pre-commit/action@v3.0.1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ These examples introduce specific datasets. They give some details about the dat
* [GPM IMERG HHR](datasets/gpm-imerg-hhr/gpm-imerg-hhr-example.ipynb)
* [gridMET](datasets/gridmet/gridmet-example.ipynb)
* [HGB](datasets/hgb/hgb-example.ipynb)
* [HLS2](datasets/hls2/hls2-example.ipynb)
* [HREA](datasets/hrea/hrea-example.ipynb)
* [IO LULC](datasets/io-lulc/io-lulc-example.ipynb)
* [IO LULC V2](datasets/io-lulc/io-lulc-annual-v02-example.ipynb)
Expand Down
Loading