We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@lewismc This notebook has the example code. You can launch binder here: https://github.com/cgentemann/cloud_science/tree/master/GHRSST_tutorial Notebook: https://github.com/cgentemann/cloud_science/blob/master/GHRSST_tutorial/Intro_09_Xarray_advanced_hurricane_case_study.ipynb
podaacpy is doing a couple of funny things.
In cell [4] I use podaacpy to read in a list of files. The time array is for a month but it only returns the first 7 daily files instead of all 30.
in cell [6] I use podaacpy to search for ccmp files 8/15/2011 - 9/15/2011. It returns 4 files from 1987 (the beginning of the dataset)
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@lewismc
This notebook has the example code. You can launch binder here: https://github.com/cgentemann/cloud_science/tree/master/GHRSST_tutorial
Notebook: https://github.com/cgentemann/cloud_science/blob/master/GHRSST_tutorial/Intro_09_Xarray_advanced_hurricane_case_study.ipynb
podaacpy is doing a couple of funny things.
In cell [4] I use podaacpy to read in a list of files. The time array is for a month but it only returns the first 7 daily files instead of all 30.
in cell [6] I use podaacpy to search for ccmp files 8/15/2011 - 9/15/2011. It returns 4 files from 1987 (the beginning of the dataset)
Thank you!
The text was updated successfully, but these errors were encountered: