Skip to content

Commit 01b4a9a

Browse files
Merge branch 'main' of github.com:JuliaGeo/CommonDataModel.jl
2 parents 56384ab + 4d02e0a commit 01b4a9a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: julia-actions/setup-julia@v2
2020
with:
2121
version: ${{ matrix.version }}
22-
- uses: actions/cache@v4
22+
- uses: actions/cache@v5
2323
env:
2424
cache-name: cache-artifacts
2525
with:

.github/workflows/IntegrationTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
julia-version: [1]
2020
os: [ubuntu-latest]
2121
package:
22-
- {user: Alexander-Barth, repo: NCDatasets.jl}
22+
- {user: JuliaGeo, repo: NCDatasets.jl}
2323
- {user: JuliaGeo, repo: GRIBDatasets.jl}
2424
- {user: Alexander-Barth, repo: TIFFDatasets.jl}
2525
- {user: JuliaGeo, repo: ZarrDatasets.jl}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This package contains abstracts type definition for loading and manipulating GRI
1212
| NetCDF | [`NCDatasets`](https://github.com/Alexander-Barth/NCDatasets.jl) |||
1313
| OPeNDAP | [`NCDatasets`](https://github.com/Alexander-Barth/NCDatasets.jl) || - |
1414
| GRIB | [`GRIBDatasets`](https://github.com/JuliaGeo/GRIBDatasets.jl) || - |
15-
| geoTIFF | [`TIFFDatasets`](https://github.com/Alexander-Barth/TIFFDatasets.jl) || - |
15+
| geoTIFF or JPEG 2000 | [`TIFFDatasets`](https://github.com/Alexander-Barth/TIFFDatasets.jl) || - |
1616
| Zarr | [`ZarrDatasets`](https://github.com/JuliaGeo/ZarrDatasets.jl) |||
1717
| | [`MetopDatasets`](https://github.com/eumetsat/MetopDatasets.jl) || - |
1818

0 commit comments

Comments
 (0)