-
Notifications
You must be signed in to change notification settings - Fork 303
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
Add Viirs L2 Reader + Enhancments #2729
Comments
So these are NASA L2 products based on the NASA VIIRS L1B files? For modifications to the base yaml reader, what were you thinking? I'm pretty surprised changes would be needed at this point that aren't performance related. Oh ancillary variable loading is a mess so that is expected too. |
Yes these are products based on L1b files. I was thinking about 2 minor changes. The first being adding My current dev changes are here. |
Are these L2 products gridded or on the original swath? If the original swath then the orientation area reply above stands. If gridded, then your first |
The L2 products are gridded, you are 100% correct about the I had one other unrelated question. The colormaps for these products are quite long (~200 colors), and looking at the documentation for create_colormap it seemed best to import them from a file so I didn't have huge lists in the enhancement code. Is there a standard place to store these .txt files in Satpy? Or would they be expected to be outside of the project and then have the config path pointed to somewhere local? |
Feature Request
Is your feature request related to a problem? Please describe.
I would like to add a reader for level 2 nc files that use the VIIRS instrument and have a layer in NASA Worldview. There is currently no reader available for a lot of the products that we deliver.
Describe the solution you'd like
I would like to add a reader for CLDPROP, Clear Sky Confidence, DB Aerosol Optical Depth and DB Angstrom Exponent L2 files and then show/save the images with the same colormaps that NASA Worldview uses.
Describe any changes to existing user workflow
This feature should be fully backwards compatible. The only changes to existing code that I have found necessary is to make some very minor changes to the yaml_reader. I will be sure to point these out when I believe the changes are ready for a PR.
Additional context
This feature would likely be a first step which could be expanded upon in the future to support many more of the VIIRS L2 worldview layers once I am more familiar with the Satpy project and workflow.
The text was updated successfully, but these errors were encountered: