Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can NCDatasets.jl's Dataset be used on collection of daily global SST files? #124

Open
gaelforget opened this issue Jan 6, 2025 · 4 comments

Comments

@gaelforget
Copy link
Member

No description provided.

@gaelforget
Copy link
Member Author

gaelforget commented Jan 7, 2025

using NCDatasets, Glob
lst=glob("*/oisst-avhrr-*.nc","OISST/files/")
df=NCDataset(lst,_aggdimconstant=true)

@gaelforget
Copy link
Member Author

gaelforget commented Jan 8, 2025

Using Ratsers instead :

using Rasters, NCDatasets , Glob
lst=glob("*/oisst-avhrr-*.nc","OISST/files/")
df=RasterSeries(lst,Ti)

or

tmp=RasterSeries(lst,Ti,lazy=true)

@gaelforget
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant