-
Notifications
You must be signed in to change notification settings - Fork 298
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
Connecting VNP14IMG Swath Data with VNP03IMG Geolocation Data #2945
Comments
Thanks for filing this question. There are two paths to a solution, but I need more information about these files. Mainly, are these new official fires products from NASA? Are these imagery versions of the fire detection (isn't that a waste of space?)? To get something working I would either edit the For the Bottom line: the "connecting" of these two file types happens via duplication in the reader YAML rather than anything fancy on the |
/usr/local/lib/python3.10/dist-packages/satpy/etc/readers/viirs_edr_active_fires.yaml Thank you so much! Yes, they are all the official files (I am wondering about the purpose of this data, too haha.) I revised viirs_edr_active_fires.yaml like below. I added swath and geolocation data under the yaml like below. vgeoi is for geolocation and fire_l2_viirs for swath data. Under datasets, I assign
However, when I try to crop it like below, I got an error. What I want to do is after connecting swath with geolocation data at YAML level (as you told), to crop and extract geolocated grid data based on specific area. If I need to open new issue, please let me know. I really appreciate your help!
|
I'd love to see a pull request to add this new file type to the reader in Satpy! Nice job. As for the error, cropping of swath data is not supported ( |
Hello,
I am working with VIIRS satellite data and currently have two files:
Each file uses a different reader:
viirs_l1b
for VNP03IMGviirs_edr_active_fires
for VNP14IMG (for which I have already made a custom reader in the YAML file).Given these differences,
how can I connect or merge the geolocation data from VNP03IMG with the swath data from VNP14IMG?
Thank you!
The text was updated successfully, but these errors were encountered: