Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Oct 15, 2024
1 parent 8c2dff8 commit b85cd43
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/src/tutorials/nasa_oisst.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#=
# NASA OISST data
=#

import AWSS3
AWS.global_aws_config(AWS.AWSConfig(; region = "us-east-1"))

catalog = download("https://ncsa.osn.xsede.org/Pangeo/pangeo-forge/pangeo-forge/aws-noaa-oisst-feedstock/aws-noaa-oisst-avhrr-only.zarr/reference.json")

using Kerchunk, Rasters, ZarrDatasets

rs = RasterStack("reference://$catalog"; source = Rasters.Zarrsource(), lazy = true)

# We can now manipulate the data using any Rasters or DimensionalData functions, or any Julia array manipulation functions
2 changes: 1 addition & 1 deletion src/zlib_compressor.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Zarr: Compressor, zcompress, zuncompress, getCompressor, JSON, compressortypes

using CodecZstd
import CodecZstd

"""
ZstdCompressor(clevel=-1)
Expand Down

0 comments on commit b85cd43

Please sign in to comment.