-
Notifications
You must be signed in to change notification settings - Fork 9
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
Collocate SEVIRI L1B HRIT #5
Comments
Hi @danielphilipp, Yes, I think that will be very good to have in atrain_match! Currently SEVIRI data need to be read from PPS level1c but it makes sense to be able to use the L1B directly. Are you using satpy to read the HRIT data? |
Hi @ninahakansson, nice to hear. I will prepare a PR within the next days so you can see the changes needed to Yes, I use solzen is calculated with |
Thanks @danielphilipp looking forward to the PR! In level1c4pps (https://github.com/foua-pps/level1c4pps) we also use satpy and pyorbital to read and calculate angles. In seviri2pps_lib.py there is a get_satellite_angles that might do what you need. |
Yes that is exactly what I need, thank you :) |
Hi Nina,
we are planning to do some neural network applications where we need SEVIRI L1B collocations with CALIPSO layered data. I wrote some external code reading SEVIRI L1B HRIT data with satpy and putting them into the correct format (class structure) for atrain_match functionalities. To run the collocations only some atrain_match functions are called producing matchup files with the L1B measurements. It is working pretty good so far. In fact there are only minor changes needed to one function within atrain_match itself to get the whole thing working.
Before going into the details ... Would you be interested to have this functionality within atrain_match ?
The whole L1B handling stuff would be kept external.
Cheers,
Daniel
The text was updated successfully, but these errors were encountered: