Simon Proud

Results 108 comments of Simon Proud

Not noticed this with any other readers, grib is the only one I've found so far that has the problem.

pre-commit.ci autofix

Kinda curious that there pre-commit.ci shows failures, I ran the pre-commit checks locally before pushing!

Sure. This code: ``` scn = Scene(glob('./*.nat'), reader='seviri_l1b_native') scn.load(['_hrv', 'colorized_ir_clouds'], upper_right_corner='NE', reader_kwargs={'fill_disk': True}) scn2 = scn.crop(xy_bbox = bbox) scn2.save_dataset('_hrv', filename='./test.tif', fill_value=0) ``` Produces this debug log: ``` [DEBUG: 2023-06-20 13:32:59...

I've now updated the initial question. The areas of the `_hrv` and `colorized_ir_clouds` composites are as below: ``` HRV Area ID: msg_seviri_rss_1km Description: MSG SEVIRI Rapid Scanning Service area definition...

While I'm sure someone will be able to provide an example, I just wanted to point out that Basemap is deprecated and is not recommended for use any more.

Are the `omerc_bb` and `laea_bb` areas any help here? From what I know they should stick fairly closely to the instrument resolution, no?

I was also confused by this as it's not very clear from the documentation. The pdf isn't supposed to appear in the repository, it will appear as an 'artifact' of...