-
Notifications
You must be signed in to change notification settings - Fork 305
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
Composite integration for High Resolution FCI Level 1c data #3076
Comments
Hi @ustropics, the HRFI data is only available for four channels. As stated on the page you referred to:
Hence you are very limited when using HRFI data alone. If you load FDHSI and HRFI data together you'll get each channel at the highest possible resolution, but 6 out of the 8 VIS/NIR bands will still be at the nominal 1km resolution. |
@strandgren Can't believe I overlooked that, thanks so much! With this data format, would you happen to know how to force upsampling of the blue and green bands to match the resolution of the red band (like we can easily do with ABI/AHI instruments)? Do I need to explicitly call the sharpenRGB function? If I'm understanding this format correctly, it's similar to the segmentation that Himawari does, but we have 41 horizontal swaths of the FCI instrument (hence 41 files). I've extracted both the high-resolution and normal data files (total of 82 files), used glob to bring them into satpy with the appropriate reader, but it defaults to 1km resolution (instead of upsampling to 500m) when using the true color corrected composites. |
@ustropics You have to resample the data onto a common grid. The easiest solution is to do
P.S the FCI full disk imagery is split into 40 |
If we get the normal resolution image data from MTG-I1 (which caps the visible spectral channel's spatial resolution at 1km), most of the composites are available. However, if we get the high resolution data (which allows for 500 m/pixel resolution across all visible bands), we are limited with the available composites:
Minimum code for testing this after extracting the NC files from the datastore links above:
The text was updated successfully, but these errors were encountered: