-
Notifications
You must be signed in to change notification settings - Fork 34
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
Possible example to demonstrate manipulating data #10
Comments
We are actively working on various tutorials that should do a better job of introducing things like this. That said, doesn't the "Quickstart" page of the documentation answer this question? https://satpy.readthedocs.io/en/latest/quickstart.html You mention |
@djhoese Thanks for the reply. Let me rephrase what I meant by satpy.get because I realized I said the wrong thing. So, we have created the Scene object and loaded our wavelength or channel as what was included in the QuickStart guide. What held us up and wasn't included in the QuickStart is that to get the data array in the Scene object is to use scn.get(wavelength) to actually interact with the environment. That "get" call is what I would suggest to include in a tutorial. As we dive deeper into satpy, we will probably be in contact with your group. I am sure we will have a lot more questions as we go. Thanks again. |
See the last line of this quick start section: https://satpy.readthedocs.io/en/latest/quickstart.html#loading-and-accessing-data You should be using Note: The |
My group and I are learning SatPy and one of our requirements were to manipulate HRIT data with some limb-correcting schemes. It took us several hours to figure out that we needed to satpy.get to access the data array. Would it be possible to include an example (any satellite platform) that can help demonstrate how to access and change the data array using satpy.get, etc.?
The text was updated successfully, but these errors were encountered: