pytroll / pyresample

Geospatial image resampling in Python
http://pyresample.readthedocs.org
GNU Lesser General Public License v3.0
351 stars 94 forks source link

segmentation fault or AssertionError when resampling #274

Closed gerritholl closed 4 years ago

gerritholl commented 4 years ago

Code Sample, a minimal, complete, and verifiable piece of code

from satpy import Scene
from satpy.utils import debug_on
from pyresample import create_area_def
debug_on()
from glob import glob
area = create_area_def("fci_0deg_2km",
        {"proj": "geos", "lon_0": 0, "h": 35786400, "x_0": 0, "y_0": 0, "ellps": "WGS84"},
        units="m",
        shape=(5568, 5568),
        area_extent=(-5567999.994206558, -5567999.994200589, 5567999.994206558, 5567999.994200589))
sc = Scene(glob("/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EU*.nc"), reader="fci_l1c_fdhsi")
sc.load(["ir_123"])
nsc = sc.resample(area)
nsc.save_dataset("ir_123", "/tmp/ir_123.png")

Problem description

The code snippet results in a segmentation fault (see details below).

Expected Output

I expect an image with resampled to the indicated area. If there is a problem with my area definition, I expect an informative error message and a graceful exit.

Actual Result, Traceback if applicable

Output of python -X dev mwe41.py ``` :219: ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__ [DEBUG: 2020-05-06 16:06:22 : satpy.scene] Setting 'PPP_CONFIG_DIR' to '/home/gholl/checkouts/satpy/satpy/etc/' [DEBUG: 2020-05-06 16:06:22 : satpy.readers] Reading ['/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/etc/readers/fci_l1c_fdhsi.yaml', '/home/gholl/checkouts/satpy/satpy/etc/readers/fci_l1c_fdhsi.yaml'] [DEBUG: 2020-05-06 16:06:23 : satpy.readers.yaml_reader] Assigning to fci_l1c_fdhsi: ['/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115845_GTT_DEV_20130804115330_20130804115345_N__C_0072_0035.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115115_GTT_DEV_20130804114600_20130804114615_N__C_0072_0005.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115545_GTT_DEV_20130804115030_20130804115045_N__C_0072_0023.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115800_GTT_DEV_20130804115245_20130804115300_N__C_0072_0032.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115600_GTT_DEV_20130804115045_20130804115100_N__C_0072_0024.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115700_GTT_DEV_20130804115145_20130804115200_N__C_0072_0028.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115145_GTT_DEV_20130804114630_20130804114645_N__C_0072_0007.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115400_GTT_DEV_20130804114845_20130804114900_N__C_0072_0016.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115330_GTT_DEV_20130804114815_20130804114830_N__C_0072_0014.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115500_GTT_DEV_20130804114945_20130804115000_N__C_0072_0020.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115245_GTT_DEV_20130804114730_20130804114745_N__C_0072_0011.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115300_GTT_DEV_20130804114745_20130804114800_N__C_0072_0012.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115345_GTT_DEV_20130804114830_20130804114845_N__C_0072_0015.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115045_GTT_DEV_20130804114530_20130804114545_N__C_0072_0003.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115215_GTT_DEV_20130804114700_20130804114715_N__C_0072_0009.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115100_GTT_DEV_20130804114545_20130804114600_N__C_0072_0004.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804120000_GTT_DEV_20130804115445_20130804115500_N__C_0072_0040.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115915_GTT_DEV_20130804115400_20130804115415_N__C_0072_0037.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115230_GTT_DEV_20130804114715_20130804114730_N__C_0072_0010.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115445_GTT_DEV_20130804114930_20130804114945_N__C_0072_0019.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115200_GTT_DEV_20130804114645_20130804114700_N__C_0072_0008.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115900_GTT_DEV_20130804115345_20130804115400_N__C_0072_0036.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115815_GTT_DEV_20130804115300_20130804115315_N__C_0072_0033.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115930_GTT_DEV_20130804115415_20130804115430_N__C_0072_0038.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115830_GTT_DEV_20130804115315_20130804115330_N__C_0072_0034.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115715_GTT_DEV_20130804115200_20130804115215_N__C_0072_0029.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115430_GTT_DEV_20130804114915_20130804114930_N__C_0072_0018.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115945_GTT_DEV_20130804115430_20130804115445_N__C_0072_0039.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115615_GTT_DEV_20130804115100_20130804115115_N__C_0072_0025.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115630_GTT_DEV_20130804115115_20130804115130_N__C_0072_0026.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115130_GTT_DEV_20130804114615_20130804114630_N__C_0072_0006.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115415_GTT_DEV_20130804114900_20130804114915_N__C_0072_0017.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115015_GTT_DEV_20130804114500_20130804114515_N__C_0072_0001.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115530_GTT_DEV_20130804115015_20130804115030_N__C_0072_0022.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115645_GTT_DEV_20130804115130_20130804115145_N__C_0072_0027.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115730_GTT_DEV_20130804115215_20130804115230_N__C_0072_0030.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115315_GTT_DEV_20130804114800_20130804114815_N__C_0072_0013.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115515_GTT_DEV_20130804115000_20130804115015_N__C_0072_0021.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115745_GTT_DEV_20130804115230_20130804115245_N__C_0072_0031.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115030_GTT_DEV_20130804114515_20130804114530_N__C_0072_0002.nc'] [DEBUG: 2020-05-06 16:06:23 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115845_GTT_DEV_20130804115330_20130804115345_N__C_0072_0035.nc [DEBUG: 2020-05-06 16:06:23 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:53:30 [DEBUG: 2020-05-06 16:06:23 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:53:45 [DEBUG: 2020-05-06 16:06:23 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115115_GTT_DEV_20130804114600_20130804114615_N__C_0072_0005.nc [DEBUG: 2020-05-06 16:06:23 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:46:00 [DEBUG: 2020-05-06 16:06:23 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:46:15 [DEBUG: 2020-05-06 16:06:23 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115545_GTT_DEV_20130804115030_20130804115045_N__C_0072_0023.nc [DEBUG: 2020-05-06 16:06:23 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:50:30 [DEBUG: 2020-05-06 16:06:23 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:50:45 [DEBUG: 2020-05-06 16:06:24 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115800_GTT_DEV_20130804115245_20130804115300_N__C_0072_0032.nc [DEBUG: 2020-05-06 16:06:24 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:52:45 [DEBUG: 2020-05-06 16:06:24 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:53:00 [DEBUG: 2020-05-06 16:06:24 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115600_GTT_DEV_20130804115045_20130804115100_N__C_0072_0024.nc [DEBUG: 2020-05-06 16:06:24 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:50:45 [DEBUG: 2020-05-06 16:06:24 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:51:00 [DEBUG: 2020-05-06 16:06:24 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115700_GTT_DEV_20130804115145_20130804115200_N__C_0072_0028.nc [DEBUG: 2020-05-06 16:06:24 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:51:45 [DEBUG: 2020-05-06 16:06:24 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:52:00 [DEBUG: 2020-05-06 16:06:25 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115145_GTT_DEV_20130804114630_20130804114645_N__C_0072_0007.nc [DEBUG: 2020-05-06 16:06:25 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:46:30 [DEBUG: 2020-05-06 16:06:25 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:46:45 [DEBUG: 2020-05-06 16:06:25 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115400_GTT_DEV_20130804114845_20130804114900_N__C_0072_0016.nc [DEBUG: 2020-05-06 16:06:25 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:48:45 [DEBUG: 2020-05-06 16:06:25 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:49:00 [DEBUG: 2020-05-06 16:06:25 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115330_GTT_DEV_20130804114815_20130804114830_N__C_0072_0014.nc [DEBUG: 2020-05-06 16:06:25 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:48:15 [DEBUG: 2020-05-06 16:06:25 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:48:30 [DEBUG: 2020-05-06 16:06:26 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115500_GTT_DEV_20130804114945_20130804115000_N__C_0072_0020.nc [DEBUG: 2020-05-06 16:06:26 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:49:45 [DEBUG: 2020-05-06 16:06:26 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:50:00 [DEBUG: 2020-05-06 16:06:26 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115245_GTT_DEV_20130804114730_20130804114745_N__C_0072_0011.nc [DEBUG: 2020-05-06 16:06:26 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:47:30 [DEBUG: 2020-05-06 16:06:26 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:47:45 [DEBUG: 2020-05-06 16:06:26 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115300_GTT_DEV_20130804114745_20130804114800_N__C_0072_0012.nc [DEBUG: 2020-05-06 16:06:26 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:47:45 [DEBUG: 2020-05-06 16:06:26 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:48:00 [DEBUG: 2020-05-06 16:06:27 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115345_GTT_DEV_20130804114830_20130804114845_N__C_0072_0015.nc [DEBUG: 2020-05-06 16:06:27 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:48:30 [DEBUG: 2020-05-06 16:06:27 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:48:45 [DEBUG: 2020-05-06 16:06:27 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115045_GTT_DEV_20130804114530_20130804114545_N__C_0072_0003.nc [DEBUG: 2020-05-06 16:06:27 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:45:30 [DEBUG: 2020-05-06 16:06:27 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:45:45 [DEBUG: 2020-05-06 16:06:27 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115215_GTT_DEV_20130804114700_20130804114715_N__C_0072_0009.nc [DEBUG: 2020-05-06 16:06:27 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:47:00 [DEBUG: 2020-05-06 16:06:27 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:47:15 [DEBUG: 2020-05-06 16:06:28 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115100_GTT_DEV_20130804114545_20130804114600_N__C_0072_0004.nc [DEBUG: 2020-05-06 16:06:28 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:45:45 [DEBUG: 2020-05-06 16:06:28 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:46:00 [DEBUG: 2020-05-06 16:06:28 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804120000_GTT_DEV_20130804115445_20130804115500_N__C_0072_0040.nc [DEBUG: 2020-05-06 16:06:28 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:54:45 [DEBUG: 2020-05-06 16:06:28 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:55:00 [DEBUG: 2020-05-06 16:06:28 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115915_GTT_DEV_20130804115400_20130804115415_N__C_0072_0037.nc [DEBUG: 2020-05-06 16:06:28 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:54:00 [DEBUG: 2020-05-06 16:06:28 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:54:15 [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115230_GTT_DEV_20130804114715_20130804114730_N__C_0072_0010.nc [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:47:15 [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:47:30 [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115445_GTT_DEV_20130804114930_20130804114945_N__C_0072_0019.nc [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:49:30 [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:49:45 [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115200_GTT_DEV_20130804114645_20130804114700_N__C_0072_0008.nc [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:46:45 [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:47:00 [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115900_GTT_DEV_20130804115345_20130804115400_N__C_0072_0036.nc [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:53:45 [DEBUG: 2020-05-06 16:06:29 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:54:00 [DEBUG: 2020-05-06 16:06:30 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115815_GTT_DEV_20130804115300_20130804115315_N__C_0072_0033.nc [DEBUG: 2020-05-06 16:06:30 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:53:00 [DEBUG: 2020-05-06 16:06:30 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:53:15 [DEBUG: 2020-05-06 16:06:30 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115930_GTT_DEV_20130804115415_20130804115430_N__C_0072_0038.nc [DEBUG: 2020-05-06 16:06:30 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:54:15 [DEBUG: 2020-05-06 16:06:30 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:54:30 [DEBUG: 2020-05-06 16:06:30 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115830_GTT_DEV_20130804115315_20130804115330_N__C_0072_0034.nc [DEBUG: 2020-05-06 16:06:30 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:53:15 [DEBUG: 2020-05-06 16:06:30 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:53:30 [DEBUG: 2020-05-06 16:06:31 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115715_GTT_DEV_20130804115200_20130804115215_N__C_0072_0029.nc [DEBUG: 2020-05-06 16:06:31 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:52:00 [DEBUG: 2020-05-06 16:06:31 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:52:15 [DEBUG: 2020-05-06 16:06:31 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115430_GTT_DEV_20130804114915_20130804114930_N__C_0072_0018.nc [DEBUG: 2020-05-06 16:06:31 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:49:15 [DEBUG: 2020-05-06 16:06:31 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:49:30 [DEBUG: 2020-05-06 16:06:31 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115945_GTT_DEV_20130804115430_20130804115445_N__C_0072_0039.nc [DEBUG: 2020-05-06 16:06:31 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:54:30 [DEBUG: 2020-05-06 16:06:31 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:54:45 [DEBUG: 2020-05-06 16:06:32 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115615_GTT_DEV_20130804115100_20130804115115_N__C_0072_0025.nc [DEBUG: 2020-05-06 16:06:32 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:51:00 [DEBUG: 2020-05-06 16:06:32 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:51:15 [DEBUG: 2020-05-06 16:06:32 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115630_GTT_DEV_20130804115115_20130804115130_N__C_0072_0026.nc [DEBUG: 2020-05-06 16:06:32 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:51:15 [DEBUG: 2020-05-06 16:06:32 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:51:30 [DEBUG: 2020-05-06 16:06:32 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115130_GTT_DEV_20130804114615_20130804114630_N__C_0072_0006.nc [DEBUG: 2020-05-06 16:06:32 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:46:15 [DEBUG: 2020-05-06 16:06:32 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:46:30 [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115415_GTT_DEV_20130804114900_20130804114915_N__C_0072_0017.nc [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:49:00 [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:49:15 [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115015_GTT_DEV_20130804114500_20130804114515_N__C_0072_0001.nc [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:45:00 [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:45:15 [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115530_GTT_DEV_20130804115015_20130804115030_N__C_0072_0022.nc [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:50:15 [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:50:30 [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115645_GTT_DEV_20130804115130_20130804115145_N__C_0072_0027.nc [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:51:30 [DEBUG: 2020-05-06 16:06:33 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:51:45 [DEBUG: 2020-05-06 16:06:34 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115730_GTT_DEV_20130804115215_20130804115230_N__C_0072_0030.nc [DEBUG: 2020-05-06 16:06:34 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:52:15 [DEBUG: 2020-05-06 16:06:34 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:52:30 [DEBUG: 2020-05-06 16:06:34 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115315_GTT_DEV_20130804114800_20130804114815_N__C_0072_0013.nc [DEBUG: 2020-05-06 16:06:34 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:48:00 [DEBUG: 2020-05-06 16:06:34 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:48:15 [DEBUG: 2020-05-06 16:06:34 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115515_GTT_DEV_20130804115000_20130804115015_N__C_0072_0021.nc [DEBUG: 2020-05-06 16:06:34 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:50:00 [DEBUG: 2020-05-06 16:06:34 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:50:15 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115745_GTT_DEV_20130804115230_20130804115245_N__C_0072_0031.nc [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:52:30 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:52:45 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115030_GTT_DEV_20130804114515_20130804114530_N__C_0072_0002.nc [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:45:15 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:45:30 [DEBUG: 2020-05-06 16:06:35 : satpy.composites] Looking for composites config file fci.yaml [DEBUG: 2020-05-06 16:06:35 : satpy.composites] Looking for composites config file visir.yaml [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -5289999.994489993, 5567999.994200589, -5567999.994200589) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -5011999.994779398, 5567999.994200589, -5289999.994489994) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -4733999.995068803, 5567999.994200589, -5011999.9947794) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -4455999.995358208, 5567999.994200589, -4733999.995068803) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -4175999.9956496954, 5567999.994200589, -4455999.995358208) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -3897999.9959391006, 5567999.994200589, -4175999.9956496954) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -3619999.9962285054, 5567999.994200589, -3897999.9959391) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -3341999.9965179106, 5567999.994200589, -3619999.9962285054) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -3063999.9968073154, 5567999.994200589, -3341999.9965179097) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -2783999.997098802, 5567999.994200589, -3063999.996807315) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -2505999.9973882074, 5567999.994200589, -2783999.997098802) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -2227999.997677612, 5567999.994200589, -2505999.9973882074) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -1949999.9979670169, 5567999.994200589, -2227999.9976776126) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -1671999.9982564219, 5567999.994200589, -1949999.9979670173) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -1391999.9985479093, 5567999.994200589, -1671999.9982564223) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -1113999.9988373143, 5567999.994200589, -1391999.9985479093) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -835999.9991267187, 5567999.994200589, -1113999.998837314) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -557999.9994161242, 5567999.994200589, -835999.9991267191) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -279999.99970552867, 5567999.994200589, -557999.9994161236) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 2.984455866879114e-06, 5567999.994200589, -279999.999705529) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 277999.99971357896, 5567999.994200589, 2.9841163695686415e-06) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 555999.9994241745, 5567999.994200589, 277999.99971357867) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 833999.999134769, 5567999.994200589, 555999.9994241742) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 1111999.9988453644, 5567999.994200589, 833999.9991347687) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 1391999.9985538768, 5567999.994200589, 1111999.9988453642) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 1669999.9982644722, 5567999.994200589, 1391999.9985538772) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 1947999.9979750668, 5567999.994200589, 1669999.9982644718) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 2225999.9976856625, 5567999.994200589, 1947999.9979750675) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 2503999.997396257, 5567999.994200589, 2225999.997685662) [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:35 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 2783999.99710477, 5567999.994200589, 2503999.9973962577) [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 3061999.9968153653, 5567999.994200589, 2783999.997104771) [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 3339999.99652596, 5567999.994200589, 3061999.9968153653) [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 3617999.9962365543, 5567999.994200589, 3339999.996525961) [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 3895999.995947151, 5567999.994200589, 3617999.9962365553) [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 4175999.9956556642, 5567999.994200589, 3895999.99594715) [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 4453999.995366259, 5567999.994200589, 4175999.995655663) [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 4731999.995076854, 5567999.994200589, 4453999.9953662595) [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 5009999.994787448, 5567999.994200589, 4731999.995076854) [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 5287999.994498044, 5567999.994200589, 5009999.994787448) [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 5567999.994206558, 5567999.994200589, 5287999.994498042) /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115015_GTT_DEV_20130804114500_20130804114515_N__C_0072_0001.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115030_GTT_DEV_20130804114515_20130804114530_N__C_0072_0002.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115045_GTT_DEV_20130804114530_20130804114545_N__C_0072_0003.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115100_GTT_DEV_20130804114545_20130804114600_N__C_0072_0004.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115115_GTT_DEV_20130804114600_20130804114615_N__C_0072_0005.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115130_GTT_DEV_20130804114615_20130804114630_N__C_0072_0006.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115145_GTT_DEV_20130804114630_20130804114645_N__C_0072_0007.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115200_GTT_DEV_20130804114645_20130804114700_N__C_0072_0008.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115215_GTT_DEV_20130804114700_20130804114715_N__C_0072_0009.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115230_GTT_DEV_20130804114715_20130804114730_N__C_0072_0010.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115245_GTT_DEV_20130804114730_20130804114745_N__C_0072_0011.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115300_GTT_DEV_20130804114745_20130804114800_N__C_0072_0012.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115315_GTT_DEV_20130804114800_20130804114815_N__C_0072_0013.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115330_GTT_DEV_20130804114815_20130804114830_N__C_0072_0014.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115345_GTT_DEV_20130804114830_20130804114845_N__C_0072_0015.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115400_GTT_DEV_20130804114845_20130804114900_N__C_0072_0016.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115415_GTT_DEV_20130804114900_20130804114915_N__C_0072_0017.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115430_GTT_DEV_20130804114915_20130804114930_N__C_0072_0018.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115445_GTT_DEV_20130804114930_20130804114945_N__C_0072_0019.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115500_GTT_DEV_20130804114945_20130804115000_N__C_0072_0020.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115515_GTT_DEV_20130804115000_20130804115015_N__C_0072_0021.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115530_GTT_DEV_20130804115015_20130804115030_N__C_0072_0022.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115545_GTT_DEV_20130804115030_20130804115045_N__C_0072_0023.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115600_GTT_DEV_20130804115045_20130804115100_N__C_0072_0024.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115615_GTT_DEV_20130804115100_20130804115115_N__C_0072_0025.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115630_GTT_DEV_20130804115115_20130804115130_N__C_0072_0026.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115645_GTT_DEV_20130804115130_20130804115145_N__C_0072_0027.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115700_GTT_DEV_20130804115145_20130804115200_N__C_0072_0028.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115715_GTT_DEV_20130804115200_20130804115215_N__C_0072_0029.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115730_GTT_DEV_20130804115215_20130804115230_N__C_0072_0030.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115745_GTT_DEV_20130804115230_20130804115245_N__C_0072_0031.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115800_GTT_DEV_20130804115245_20130804115300_N__C_0072_0032.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115815_GTT_DEV_20130804115300_20130804115315_N__C_0072_0033.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115830_GTT_DEV_20130804115315_20130804115330_N__C_0072_0034.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115845_GTT_DEV_20130804115330_20130804115345_N__C_0072_0035.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115900_GTT_DEV_20130804115345_20130804115400_N__C_0072_0036.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115915_GTT_DEV_20130804115400_20130804115415_N__C_0072_0037.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115930_GTT_DEV_20130804115415_20130804115430_N__C_0072_0038.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115945_GTT_DEV_20130804115430_20130804115445_N__C_0072_0039.nc [DEBUG: 2020-05-06 16:06:36 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804120000_GTT_DEV_20130804115445_20130804115500_N__C_0072_0040.nc [WARNING: 2020-05-06 16:06:36 : satpy.readers.yaml_reader] Can't load ancillary dataset pixel_quality [DEBUG: 2020-05-06 16:06:36 : satpy.scene] Setting 'PPP_CONFIG_DIR' to '/home/gholl/checkouts/satpy/satpy/etc/' [DEBUG: 2020-05-06 16:06:36 : satpy.scene] Resampling DatasetID(name='ir_123', wavelength=(11.8, 12.3, 12.8), resolution=2000, polarization=None, calibration='brightness_temperature', level=None, modifiers=()) /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() [DEBUG: 2020-05-06 16:06:36 : pyresample.geometry] Projections for data and slice areas are identical: PROJCRS["unknown",BASEGEOGCRS["unknown",DATUM["Unknown based on WGS84 ellipsoid",ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1],ID["EPSG",7030]]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8901]]],CONVERSION["unknown",METHOD["Geostationary Satellite (Sweep Y)"],PARAMETER["Longitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8802]],PARAMETER["Satellite Height",35786400,LENGTHUNIT["metre",1,ID["EPSG",9001]]],PARAMETER["False easting",0,LENGTHUNIT["metre",1],ID["EPSG",8806]],PARAMETER["False northing",0,LENGTHUNIT["metre",1],ID["EPSG",8807]]],CS[Cartesian,2],AXIS["(E)",east,ORDER[1],LENGTHUNIT["metre",1,ID["EPSG",9001]]],AXIS["(N)",north,ORDER[2],LENGTHUNIT["metre",1,ID["EPSG",9001]]]] /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/geometry.py:1237: PendingDeprecationWarning: 'x_size' is deprecated, use 'width' instead. warnings.warn("'x_size' is deprecated, use 'width' instead.", PendingDeprecationWarning) /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/geometry.py:1243: PendingDeprecationWarning: 'y_size' is deprecated, use 'height' instead. warnings.warn("'y_size' is deprecated, use 'height' instead.", PendingDeprecationWarning) /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() [INFO: 2020-05-06 16:06:36 : satpy.resample] Using default KDTree resampler /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/numpy/lib/function_base.py:1269: RuntimeWarning: invalid value encountered in subtract a = op(a[slice1], a[slice2]) [WARNING: 2020-05-06 16:06:36 : pyresample.kd_tree] Could not calculate source definition resolution /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/numpy/lib/function_base.py:1269: RuntimeWarning: invalid value encountered in subtract a = op(a[slice1], a[slice2]) [DEBUG: 2020-05-06 16:06:36 : satpy.resample] Check if ./resample_lut-f58a142fb6c744537528577695dbdd7ffcc56896.npz exists [DEBUG: 2020-05-06 16:06:36 : satpy.resample] Computing kd-tree parameters [DEBUG: 2020-05-06 16:06:36 : satpy.resample] Resampling None [DEBUG: 2020-05-06 16:06:36 : satpy.writers] Reading ['/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/etc/writers/simple_image.yaml', '/home/gholl/checkouts/satpy/satpy/etc/writers/simple_image.yaml'] [DEBUG: 2020-05-06 16:06:37 : satpy.writers] Enhancement configuration options: [{'name': 'stretch', 'method': , 'kwargs': {'stretch': 'linear'}}] [DEBUG: 2020-05-06 16:06:37 : trollimage.xrimage] Applying stretch linear with parameters {} [DEBUG: 2020-05-06 16:06:37 : trollimage.xrimage] Perform a linear contrast stretch. [DEBUG: 2020-05-06 16:06:37 : trollimage.xrimage] Calculate the histogram quantiles: [DEBUG: 2020-05-06 16:06:37 : trollimage.xrimage] Left and right quantiles: 0.005 0.005 [DEBUG: 2020-05-06 16:06:37 : satpy.writers.simple_image] Saving to image: /tmp/ir_123.png Fatal Python error: Segmentation fault Thread 0x00007fed9effd700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 576 in _handle_results File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007fed9f7fe700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 528 in _handle_tasks File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007fed9ffff700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/selectors.py", line 415 in select File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/connection.py", line 930 in wait File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 499 in _wait_for_updates File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 519 in _handle_workers File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007fedbcff9700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/utils.py", line 47 in _copytobuffer File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/proj.py", line 176 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/_spatial_mp.py", line 136 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/geometry.py", line 1013 in invproj File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/utils.py", line 30 in apply File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 151 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/optimization.py", line 982 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007fedbd7fa700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/utils.py", line 47 in _copytobuffer File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/proj.py", line 176 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/_spatial_mp.py", line 136 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/geometry.py", line 1013 in invproj File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/utils.py", line 30 in apply File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 151 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/optimization.py", line 982 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007fedbdffb700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/utils.py", line 47 in _copytobuffer File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/proj.py", line 175 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/_spatial_mp.py", line 136 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/geometry.py", line 1013 in invproj File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/utils.py", line 30 in apply File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 151 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/optimization.py", line 982 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007fedbe7fc700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 114 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007fedbeffd700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/proj.py", line 179 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/_spatial_mp.py", line 136 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/geometry.py", line 1013 in invproj File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/utils.py", line 30 in apply File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 151 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/optimization.py", line 982 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Current thread 0x00007fedbf7fe700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007fedbffff700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 114 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007fedc4d3b700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 151 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/optimization.py", line 982 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007fedf3e69740 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 302 in wait File "/data/gholl/miniconda3/envs/py38/lib/python3.8/queue.py", line 170 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 133 in queue_get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 475 in get_async File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/threaded.py", line 76 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/base.py", line 437 in compute File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/base.py", line 166 in compute File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/trollimage/xrimage.py", line 556 in pil_save File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/trollimage/xrimage.py", line 379 in save File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/writers/simple_image.py", line 65 in save_image File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/writers/__init__.py", line 829 in save_dataset File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/scene.py", line 1302 in save_dataset File "mwe41.py", line 14 in ```

Versions of Python, package at hand and relevant dependencies

gerritholl commented 4 years ago

Some more information on why I suspect resampling is to blame

gerritholl commented 4 years ago

I welcome ideas on how I can find out more clues.

djhoese commented 4 years ago

Thoughts:

  1. Try making your default chunk size the same size as the area (PYTROLL_CHUNK_SIZE=5568).
  2. Try making the extents much smaller just as a test. I'm wondering if space pixel/fill values are getting through to something that doesn't understand them.
  3. Try python 3.7.
gerritholl commented 4 years ago

When I divide each component of area_extent by 10, there is no more segmentation fault, instead there is an AssertionError in Scene._slide_data:

Traceback (most recent call last):
  File "mwe41.py", line 17, in <module>
    nsc = sc.resample(area)
  File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/scene.py", line 1111, in resample
    self._resampled_scene(new_scn, destination, resampler=resampler,
  File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/scene.py", line 1055, in _resampled_scene
    dataset = self._slice_data(source_area, (slice_x, slice_y), dataset)
  File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/scene.py", line 993, in _slice_data
    assert ('y', source_area.y_size) in dataset.sizes.items()
AssertionError

The full log for this situation:

Full log ending in AssertionError ``` [DEBUG: 2020-05-07 09:24:44 : satpy.scene] Setting 'PPP_CONFIG_DIR' to '/home/gholl/checkouts/satpy/satpy/etc/' [DEBUG: 2020-05-07 09:24:44 : satpy.readers] Reading ['/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/etc/readers/fci_l1c_fdhsi.yaml', '/home/gholl/checkouts/satpy/satpy/etc/readers/fci_l1c_fdhsi.yaml'] [DEBUG: 2020-05-07 09:24:44 : satpy.readers.yaml_reader] Assigning to fci_l1c_fdhsi: ['/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115530_GTT_DEV_20130804115015_20130804115030_N__C_0072_0022.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115300_GTT_DEV_20130804114745_20130804114800_N__C_0072_0012.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115615_GTT_DEV_20130804115100_20130804115115_N__C_0072_0025.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804120000_GTT_DEV_20130804115445_20130804115500_N__C_0072_0040.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115430_GTT_DEV_20130804114915_20130804114930_N__C_0072_0018.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115230_GTT_DEV_20130804114715_20130804114730_N__C_0072_0010.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115030_GTT_DEV_20130804114515_20130804114530_N__C_0072_0002.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115815_GTT_DEV_20130804115300_20130804115315_N__C_0072_0033.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115630_GTT_DEV_20130804115115_20130804115130_N__C_0072_0026.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115515_GTT_DEV_20130804115000_20130804115015_N__C_0072_0021.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115115_GTT_DEV_20130804114600_20130804114615_N__C_0072_0005.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115500_GTT_DEV_20130804114945_20130804115000_N__C_0072_0020.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115100_GTT_DEV_20130804114545_20130804114600_N__C_0072_0004.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115600_GTT_DEV_20130804115045_20130804115100_N__C_0072_0024.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115845_GTT_DEV_20130804115330_20130804115345_N__C_0072_0035.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115200_GTT_DEV_20130804114645_20130804114700_N__C_0072_0008.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115145_GTT_DEV_20130804114630_20130804114645_N__C_0072_0007.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115730_GTT_DEV_20130804115215_20130804115230_N__C_0072_0030.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115415_GTT_DEV_20130804114900_20130804114915_N__C_0072_0017.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115645_GTT_DEV_20130804115130_20130804115145_N__C_0072_0027.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115800_GTT_DEV_20130804115245_20130804115300_N__C_0072_0032.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115045_GTT_DEV_20130804114530_20130804114545_N__C_0072_0003.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115700_GTT_DEV_20130804115145_20130804115200_N__C_0072_0028.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115345_GTT_DEV_20130804114830_20130804114845_N__C_0072_0015.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115215_GTT_DEV_20130804114700_20130804114715_N__C_0072_0009.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115330_GTT_DEV_20130804114815_20130804114830_N__C_0072_0014.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115245_GTT_DEV_20130804114730_20130804114745_N__C_0072_0011.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115315_GTT_DEV_20130804114800_20130804114815_N__C_0072_0013.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115400_GTT_DEV_20130804114845_20130804114900_N__C_0072_0016.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115915_GTT_DEV_20130804115400_20130804115415_N__C_0072_0037.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115715_GTT_DEV_20130804115200_20130804115215_N__C_0072_0029.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115945_GTT_DEV_20130804115430_20130804115445_N__C_0072_0039.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115130_GTT_DEV_20130804114615_20130804114630_N__C_0072_0006.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115830_GTT_DEV_20130804115315_20130804115330_N__C_0072_0034.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115900_GTT_DEV_20130804115345_20130804115400_N__C_0072_0036.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115015_GTT_DEV_20130804114500_20130804114515_N__C_0072_0001.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115445_GTT_DEV_20130804114930_20130804114945_N__C_0072_0019.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115930_GTT_DEV_20130804115415_20130804115430_N__C_0072_0038.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115545_GTT_DEV_20130804115030_20130804115045_N__C_0072_0023.nc', '/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115745_GTT_DEV_20130804115230_20130804115245_N__C_0072_0031.nc'] [DEBUG: 2020-05-07 09:24:45 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115530_GTT_DEV_20130804115015_20130804115030_N__C_0072_0022.nc [DEBUG: 2020-05-07 09:24:45 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:50:15 [DEBUG: 2020-05-07 09:24:45 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:50:30 [DEBUG: 2020-05-07 09:24:45 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115300_GTT_DEV_20130804114745_20130804114800_N__C_0072_0012.nc [DEBUG: 2020-05-07 09:24:45 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:47:45 [DEBUG: 2020-05-07 09:24:45 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:48:00 [DEBUG: 2020-05-07 09:24:45 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115615_GTT_DEV_20130804115100_20130804115115_N__C_0072_0025.nc [DEBUG: 2020-05-07 09:24:45 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:51:00 [DEBUG: 2020-05-07 09:24:45 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:51:15 [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804120000_GTT_DEV_20130804115445_20130804115500_N__C_0072_0040.nc [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:54:45 [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:55:00 [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115430_GTT_DEV_20130804114915_20130804114930_N__C_0072_0018.nc [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:49:15 [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:49:30 [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115230_GTT_DEV_20130804114715_20130804114730_N__C_0072_0010.nc [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:47:15 [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:47:30 [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115030_GTT_DEV_20130804114515_20130804114530_N__C_0072_0002.nc [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:45:15 [DEBUG: 2020-05-07 09:24:46 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:45:30 [DEBUG: 2020-05-07 09:24:47 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115815_GTT_DEV_20130804115300_20130804115315_N__C_0072_0033.nc [DEBUG: 2020-05-07 09:24:47 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:53:00 [DEBUG: 2020-05-07 09:24:47 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:53:15 [DEBUG: 2020-05-07 09:24:47 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115630_GTT_DEV_20130804115115_20130804115130_N__C_0072_0026.nc [DEBUG: 2020-05-07 09:24:47 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:51:15 [DEBUG: 2020-05-07 09:24:47 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:51:30 [DEBUG: 2020-05-07 09:24:47 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115115_GTT_DEV_20130804114600_20130804114615_N__C_0072_0005.nc [DEBUG: 2020-05-07 09:24:47 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:46:00 [DEBUG: 2020-05-07 09:24:47 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:46:15 [DEBUG: 2020-05-07 09:24:48 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115515_GTT_DEV_20130804115000_20130804115015_N__C_0072_0021.nc [DEBUG: 2020-05-07 09:24:48 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:50:00 [DEBUG: 2020-05-07 09:24:48 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:50:15 [DEBUG: 2020-05-07 09:24:48 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115500_GTT_DEV_20130804114945_20130804115000_N__C_0072_0020.nc [DEBUG: 2020-05-07 09:24:48 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:49:45 [DEBUG: 2020-05-07 09:24:48 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:50:00 [DEBUG: 2020-05-07 09:24:48 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115100_GTT_DEV_20130804114545_20130804114600_N__C_0072_0004.nc [DEBUG: 2020-05-07 09:24:48 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:45:45 [DEBUG: 2020-05-07 09:24:48 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:46:00 [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115600_GTT_DEV_20130804115045_20130804115100_N__C_0072_0024.nc [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:50:45 [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:51:00 [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115845_GTT_DEV_20130804115330_20130804115345_N__C_0072_0035.nc [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:53:30 [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:53:45 [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115200_GTT_DEV_20130804114645_20130804114700_N__C_0072_0008.nc [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:46:45 [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:47:00 [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115145_GTT_DEV_20130804114630_20130804114645_N__C_0072_0007.nc [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:46:30 [DEBUG: 2020-05-07 09:24:49 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:46:45 [DEBUG: 2020-05-07 09:24:50 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115730_GTT_DEV_20130804115215_20130804115230_N__C_0072_0030.nc [DEBUG: 2020-05-07 09:24:50 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:52:15 [DEBUG: 2020-05-07 09:24:50 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:52:30 [DEBUG: 2020-05-07 09:24:50 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115415_GTT_DEV_20130804114900_20130804114915_N__C_0072_0017.nc [DEBUG: 2020-05-07 09:24:50 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:49:00 [DEBUG: 2020-05-07 09:24:50 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:49:15 [DEBUG: 2020-05-07 09:24:50 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115645_GTT_DEV_20130804115130_20130804115145_N__C_0072_0027.nc [DEBUG: 2020-05-07 09:24:50 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:51:30 [DEBUG: 2020-05-07 09:24:50 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:51:45 [DEBUG: 2020-05-07 09:24:51 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115800_GTT_DEV_20130804115245_20130804115300_N__C_0072_0032.nc [DEBUG: 2020-05-07 09:24:51 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:52:45 [DEBUG: 2020-05-07 09:24:51 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:53:00 [DEBUG: 2020-05-07 09:24:51 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115045_GTT_DEV_20130804114530_20130804114545_N__C_0072_0003.nc [DEBUG: 2020-05-07 09:24:51 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:45:30 [DEBUG: 2020-05-07 09:24:51 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:45:45 [DEBUG: 2020-05-07 09:24:51 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115700_GTT_DEV_20130804115145_20130804115200_N__C_0072_0028.nc [DEBUG: 2020-05-07 09:24:51 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:51:45 [DEBUG: 2020-05-07 09:24:51 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:52:00 [DEBUG: 2020-05-07 09:24:52 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115345_GTT_DEV_20130804114830_20130804114845_N__C_0072_0015.nc [DEBUG: 2020-05-07 09:24:52 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:48:30 [DEBUG: 2020-05-07 09:24:52 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:48:45 [DEBUG: 2020-05-07 09:24:52 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115215_GTT_DEV_20130804114700_20130804114715_N__C_0072_0009.nc [DEBUG: 2020-05-07 09:24:52 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:47:00 [DEBUG: 2020-05-07 09:24:52 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:47:15 [DEBUG: 2020-05-07 09:24:52 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115330_GTT_DEV_20130804114815_20130804114830_N__C_0072_0014.nc [DEBUG: 2020-05-07 09:24:52 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:48:15 [DEBUG: 2020-05-07 09:24:52 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:48:30 [DEBUG: 2020-05-07 09:24:53 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115245_GTT_DEV_20130804114730_20130804114745_N__C_0072_0011.nc [DEBUG: 2020-05-07 09:24:53 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:47:30 [DEBUG: 2020-05-07 09:24:53 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:47:45 [DEBUG: 2020-05-07 09:24:53 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115315_GTT_DEV_20130804114800_20130804114815_N__C_0072_0013.nc [DEBUG: 2020-05-07 09:24:53 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:48:00 [DEBUG: 2020-05-07 09:24:53 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:48:15 [DEBUG: 2020-05-07 09:24:53 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115400_GTT_DEV_20130804114845_20130804114900_N__C_0072_0016.nc [DEBUG: 2020-05-07 09:24:53 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:48:45 [DEBUG: 2020-05-07 09:24:53 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:49:00 [DEBUG: 2020-05-07 09:24:54 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115915_GTT_DEV_20130804115400_20130804115415_N__C_0072_0037.nc [DEBUG: 2020-05-07 09:24:54 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:54:00 [DEBUG: 2020-05-07 09:24:54 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:54:15 [DEBUG: 2020-05-07 09:24:54 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115715_GTT_DEV_20130804115200_20130804115215_N__C_0072_0029.nc [DEBUG: 2020-05-07 09:24:54 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:52:00 [DEBUG: 2020-05-07 09:24:54 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:52:15 [DEBUG: 2020-05-07 09:24:54 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115945_GTT_DEV_20130804115430_20130804115445_N__C_0072_0039.nc [DEBUG: 2020-05-07 09:24:54 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:54:30 [DEBUG: 2020-05-07 09:24:54 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:54:45 [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115130_GTT_DEV_20130804114615_20130804114630_N__C_0072_0006.nc [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:46:15 [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:46:30 [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115830_GTT_DEV_20130804115315_20130804115330_N__C_0072_0034.nc [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:53:15 [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:53:30 [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115900_GTT_DEV_20130804115345_20130804115400_N__C_0072_0036.nc [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:53:45 [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:54:00 [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115015_GTT_DEV_20130804114500_20130804114515_N__C_0072_0001.nc [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:45:00 [DEBUG: 2020-05-07 09:24:55 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:45:15 [DEBUG: 2020-05-07 09:24:56 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115445_GTT_DEV_20130804114930_20130804114945_N__C_0072_0019.nc [DEBUG: 2020-05-07 09:24:56 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:49:30 [DEBUG: 2020-05-07 09:24:56 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:49:45 [DEBUG: 2020-05-07 09:24:56 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115930_GTT_DEV_20130804115415_20130804115430_N__C_0072_0038.nc [DEBUG: 2020-05-07 09:24:56 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:54:15 [DEBUG: 2020-05-07 09:24:56 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:54:30 [DEBUG: 2020-05-07 09:24:56 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115545_GTT_DEV_20130804115030_20130804115045_N__C_0072_0023.nc [DEBUG: 2020-05-07 09:24:56 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:50:30 [DEBUG: 2020-05-07 09:24:56 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:50:45 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading: /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115745_GTT_DEV_20130804115230_20130804115245_N__C_0072_0031.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Start: 2013-08-04 11:52:30 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] End: 2013-08-04 11:52:45 [DEBUG: 2020-05-07 09:24:57 : satpy.composites] Looking for composites config file fci.yaml [DEBUG: 2020-05-07 09:24:57 : satpy.composites] Looking for composites config file visir.yaml [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -5289999.994489993, 5567999.994200589, -5567999.994200589) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -5011999.994779398, 5567999.994200589, -5289999.994489994) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -4733999.995068803, 5567999.994200589, -5011999.9947794) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -4455999.995358208, 5567999.994200589, -4733999.995068803) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -4175999.9956496954, 5567999.994200589, -4455999.995358208) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -3897999.9959391006, 5567999.994200589, -4175999.9956496954) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -3619999.9962285054, 5567999.994200589, -3897999.9959391) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -3341999.9965179106, 5567999.994200589, -3619999.9962285054) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -3063999.9968073154, 5567999.994200589, -3341999.9965179097) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -2783999.997098802, 5567999.994200589, -3063999.996807315) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -2505999.9973882074, 5567999.994200589, -2783999.997098802) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -2227999.997677612, 5567999.994200589, -2505999.9973882074) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -1949999.9979670169, 5567999.994200589, -2227999.9976776126) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -1671999.9982564219, 5567999.994200589, -1949999.9979670173) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -1391999.9985479093, 5567999.994200589, -1671999.9982564223) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -1113999.9988373143, 5567999.994200589, -1391999.9985479093) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -835999.9991267187, 5567999.994200589, -1113999.998837314) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -557999.9994161242, 5567999.994200589, -835999.9991267191) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, -279999.99970552867, 5567999.994200589, -557999.9994161236) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 2.984455866879114e-06, 5567999.994200589, -279999.999705529) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 277999.99971357896, 5567999.994200589, 2.9841163695686415e-06) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 555999.9994241745, 5567999.994200589, 277999.99971357867) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 833999.999134769, 5567999.994200589, 555999.9994241742) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 1111999.9988453644, 5567999.994200589, 833999.9991347687) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 1391999.9985538768, 5567999.994200589, 1111999.9988453642) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 1669999.9982644722, 5567999.994200589, 1391999.9985538772) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 1947999.9979750668, 5567999.994200589, 1669999.9982644718) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 2225999.9976856625, 5567999.994200589, 1947999.9979750675) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 2503999.997396257, 5567999.994200589, 2225999.997685662) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 2783999.99710477, 5567999.994200589, 2503999.9973962577) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 3061999.9968153653, 5567999.994200589, 2783999.997104771) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 3339999.99652596, 5567999.994200589, 3061999.9968153653) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 3617999.9962365543, 5567999.994200589, 3339999.996525961) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 3895999.995947151, 5567999.994200589, 3617999.9962365553) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 4175999.9956556642, 5567999.994200589, 3895999.99594715) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 4453999.995366259, 5567999.994200589, 4175999.995655663) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 4731999.995076854, 5567999.994200589, 4453999.9953662595) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 5009999.994787448, 5567999.994200589, 4731999.995076854) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 139 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 5287999.994498044, 5567999.994200589, 5009999.994787448) [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Channel ir_123 resolution: 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Row/Cols: 140 / 5568 [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Calculated area extent: (-5567999.994206558, 5567999.994206558, 5567999.994200589, 5287999.994498042) /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115015_GTT_DEV_20130804114500_20130804114515_N__C_0072_0001.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115030_GTT_DEV_20130804114515_20130804114530_N__C_0072_0002.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115045_GTT_DEV_20130804114530_20130804114545_N__C_0072_0003.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115100_GTT_DEV_20130804114545_20130804114600_N__C_0072_0004.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115115_GTT_DEV_20130804114600_20130804114615_N__C_0072_0005.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115130_GTT_DEV_20130804114615_20130804114630_N__C_0072_0006.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115145_GTT_DEV_20130804114630_20130804114645_N__C_0072_0007.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115200_GTT_DEV_20130804114645_20130804114700_N__C_0072_0008.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115215_GTT_DEV_20130804114700_20130804114715_N__C_0072_0009.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115230_GTT_DEV_20130804114715_20130804114730_N__C_0072_0010.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115245_GTT_DEV_20130804114730_20130804114745_N__C_0072_0011.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115300_GTT_DEV_20130804114745_20130804114800_N__C_0072_0012.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115315_GTT_DEV_20130804114800_20130804114815_N__C_0072_0013.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115330_GTT_DEV_20130804114815_20130804114830_N__C_0072_0014.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115345_GTT_DEV_20130804114830_20130804114845_N__C_0072_0015.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115400_GTT_DEV_20130804114845_20130804114900_N__C_0072_0016.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115415_GTT_DEV_20130804114900_20130804114915_N__C_0072_0017.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115430_GTT_DEV_20130804114915_20130804114930_N__C_0072_0018.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115445_GTT_DEV_20130804114930_20130804114945_N__C_0072_0019.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115500_GTT_DEV_20130804114945_20130804115000_N__C_0072_0020.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115515_GTT_DEV_20130804115000_20130804115015_N__C_0072_0021.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115530_GTT_DEV_20130804115015_20130804115030_N__C_0072_0022.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115545_GTT_DEV_20130804115030_20130804115045_N__C_0072_0023.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115600_GTT_DEV_20130804115045_20130804115100_N__C_0072_0024.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115615_GTT_DEV_20130804115100_20130804115115_N__C_0072_0025.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115630_GTT_DEV_20130804115115_20130804115130_N__C_0072_0026.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115645_GTT_DEV_20130804115130_20130804115145_N__C_0072_0027.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115700_GTT_DEV_20130804115145_20130804115200_N__C_0072_0028.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115715_GTT_DEV_20130804115200_20130804115215_N__C_0072_0029.nc [DEBUG: 2020-05-07 09:24:57 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115730_GTT_DEV_20130804115215_20130804115230_N__C_0072_0030.nc [DEBUG: 2020-05-07 09:24:58 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115745_GTT_DEV_20130804115230_20130804115245_N__C_0072_0031.nc [DEBUG: 2020-05-07 09:24:58 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115800_GTT_DEV_20130804115245_20130804115300_N__C_0072_0032.nc [DEBUG: 2020-05-07 09:24:58 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115815_GTT_DEV_20130804115300_20130804115315_N__C_0072_0033.nc [DEBUG: 2020-05-07 09:24:58 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115830_GTT_DEV_20130804115315_20130804115330_N__C_0072_0034.nc [DEBUG: 2020-05-07 09:24:58 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115845_GTT_DEV_20130804115330_20130804115345_N__C_0072_0035.nc [DEBUG: 2020-05-07 09:24:58 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115900_GTT_DEV_20130804115345_20130804115400_N__C_0072_0036.nc [DEBUG: 2020-05-07 09:24:58 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115915_GTT_DEV_20130804115400_20130804115415_N__C_0072_0037.nc [DEBUG: 2020-05-07 09:24:58 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115930_GTT_DEV_20130804115415_20130804115430_N__C_0072_0038.nc [DEBUG: 2020-05-07 09:24:58 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804115945_GTT_DEV_20130804115430_20130804115445_N__C_0072_0039.nc [DEBUG: 2020-05-07 09:24:58 : satpy.readers.fci_l1c_fdhsi] Reading ir_123 from /media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20130804120000_GTT_DEV_20130804115445_20130804115500_N__C_0072_0040.nc [WARNING: 2020-05-07 09:24:58 : satpy.readers.yaml_reader] Can't load ancillary dataset pixel_quality /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py:121: RuntimeWarning: invalid value encountered in log return func(*(_execute_task(a, cache) for a in args)) [DEBUG: 2020-05-07 09:24:59 : satpy.scene] Setting 'PPP_CONFIG_DIR' to '/home/gholl/checkouts/satpy/satpy/etc/' [DEBUG: 2020-05-07 09:24:59 : satpy.scene] Resampling DatasetID(name='ir_123', wavelength=(11.8, 12.3, 12.8), resolution=2000, polarization=None, calibration='brightness_temperature', level=None, modifiers=()) /data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj_string = self.to_proj4() [DEBUG: 2020-05-07 09:24:59 : pyresample.geometry] Projections for data and slice areas are identical: PROJCRS["unknown",BASEGEOGCRS["unknown",DATUM["Unknown based on WGS84 ellipsoid",ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1],ID["EPSG",7030]]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8901]]],CONVERSION["unknown",METHOD["Geostationary Satellite (Sweep Y)"],PARAMETER["Longitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8802]],PARAMETER["Satellite Height",35786400,LENGTHUNIT["metre",1,ID["EPSG",9001]]],PARAMETER["False easting",0,LENGTHUNIT["metre",1],ID["EPSG",8806]],PARAMETER["False northing",0,LENGTHUNIT["metre",1],ID["EPSG",8807]]],CS[Cartesian,2],AXIS["(E)",east,ORDER[1],LENGTHUNIT["metre",1,ID["EPSG",9001]]],AXIS["(N)",north,ORDER[2],LENGTHUNIT["metre",1,ID["EPSG",9001]]]] doing load + compute doing resample + compute Traceback (most recent call last): File "mwe41.py", line 17, in nsc = sc.resample(area) File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/scene.py", line 1111, in resample self._resampled_scene(new_scn, destination, resampler=resampler, File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/scene.py", line 1055, in _resampled_scene dataset = self._slice_data(source_area, (slice_x, slice_y), dataset) File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/satpy/scene.py", line 993, in _slice_data assert ('y', source_area.y_size) in dataset.sizes.items() AssertionError ```

Code leading to the error log:

from satpy import Scene
from satpy.utils import debug_on
from pyresample import create_area_def
debug_on()
from glob import glob
area = create_area_def("fci_0deg_2km",
        {"proj": "geos", "lon_0": 0, "h": 35786400, "x_0": 0, "y_0": 0, "ellps": "WGS84"},
        units="m",
        shape=(5568, 5568),
        area_extent=(-5567999.994206558/10, -5567999.994200589/10,
            5567999.994206558/10, 5567999.994200589/10))
sc = Scene(glob("/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EU*.nc"), reader="fci_l1c_fdhsi")
print("doing load + compute")
sc.load(["ir_123"])
sc["ir_123"].compute()
print("doing resample + compute")
nsc = sc.resample(area)
nsc["ir_123"].compute()
print("saving")
nsc.save_dataset("ir_123", "/tmp/ir_123.tif")
pnuu commented 4 years ago

Did you also divide the shape (width and height) by 10?

gerritholl commented 4 years ago

Results are identical with Python 3.7.

I get the same AssertionError if I also divide the shape (both width and height) by 10 (I initially didn't).

I wonder if this message (the last message before the AssertionError in the detailed log, and also included in the log preceding the segmentation fault) provides a clue:

[DEBUG: 2020-05-06 16:06:36 : pyresample.geometry] Projections for data and slice areas are identical: PROJCRS["unknown",BASEGEOGCRS["unknown",DATUM["Unknown based on WGS84 ellipsoid",ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1],ID["EPSG",7030]]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8901]]],CONVERSION["unknown",METHOD["Geostationary Satellite (Sweep Y)"],PARAMETER["Longitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8802]],PARAMETER["Satellite Height",35786400,LENGTHUNIT["metre",1,ID["EPSG",9001]]],PARAMETER["False easting",0,LENGTHUNIT["metre",1],ID["EPSG",8806]],PARAMETER["False northing",0,LENGTHUNIT["metre",1],ID["EPSG",8807]]],CS[Cartesian,2],AXIS["(E)",east,ORDER[1],LENGTHUNIT["metre",1,ID["EPSG",9001]]],AXIS["(N)",north,ORDER[2],LENGTHUNIT["metre",1,ID["EPSG",9001]]]]

Going into the debugger at the AssertionError, the shape of dataset is apparently (0, 558), with the value of dataset.sizes that is being asserted:

ipdb> p dataset.sizes
Frozen({'y': 0, 'x': 558})

The source_area has a negative number of rows:

ipdb> p source_area
Area ID: some_area_name
Description: On-the-fly area
Projection ID: geosfci
Projection: {'ellps': 'WGS84', 'h': '35786400', 'lon_0': '0', 'no_defs': 'None', 'proj': 'geos', 'type': 'crs', 'units': 'm', 'x_0': '0', 'y_0': '0'}
Number of columns: 558
Number of rows: -556
Area extent: (-557999.9994, -555999.9994, 557999.9994, 555999.9994)
pnuu commented 4 years ago

Ah, that's a known issue: https://github.com/pytroll/satpy/issues/930

pnuu commented 4 years ago

And one workaround is to use nsc = sc.resample(area, reduce_data=False).

Maybe I should dedicate the rest of the PCW to complete the PR I started in October.

pnuu commented 4 years ago

I'm continuing my old work in https://github.com/pytroll/satpy/pull/932 which should fix this.

gerritholl commented 4 years ago

I am not sure if the AssertionError and the segmentation fault have the same cause. #275 solves the former but not the latter. See my comments there for more information.

pnuu commented 4 years ago

I started to investigate this. The area definition @gerritholl has defined has these extents (-5567999.994206558, -5567999.994200589, 5567999.994206558, 5567999.994200589)) while the extents in the data are (-5567999.994206558, 5567999.994206558, 5567999.994200589, -5567999.994200589) and when the area def is flipped to the same orientation Gerrit has them (North up) with attrs_area[::-1] they become (-5567999.994206558, -5569999.994198508, 5567999.994200588, 5565999.9942086395) which are a bit different from the extents Gerrit has defined. The second and fourth values differ by almost one resolution unit: area.area_extent[1] - area.resolution[1] - attrs_area_flipped.area_extent[1] -> 1.862645149230957e-09 and area.resolution[1] - attrs_area_flipped.resolution[1] -> -1.071839506039396e-09

The area definition @gerritholl made seems to be valid, apart from being slightly different from the area def the data has, and the dimensions match:

ipdb> (area.area_extent[2] - area.area_extent[0]) / area.resolution[0]
5568.0
ipdb> (area.area_extent[3] - area.area_extent[1]) / area.resolution[1]
5568.0

The flipped area from the attributes works when resampling:

    attrs_area = glbl['ir_123'].attrs['area']
    # flip the area so that North is up
    attrs_area_flipped = attrs_area[::-1, :]
    lcl = glbl.resample(attrs_area_flipped)

ir_123_20130804_114500

No idea why the area @gerritholl defined doesn't work... :thinking: :man_shrugging:

pnuu commented 4 years ago

Oh! In the area definition of the data, both resolutions are equal: attrs_area_flipped.resolution[0] - attrs_area_flipped.resolution[1] -> 0.0 whereas in @gerritholl's there is a small difference: area.resolution[0] - area.resolution[1] -> 2.143906385754235e-09 which indicates that the extents do not cover the same distance in both x and y directions. And yes, there is a difference of 11.9 micrometers: (area.area_extent[2] - area.area_extent[0]) - (area.area_extent[3] - area. area_extent[1]) -> 1.1937692761421204e-05.

Not sure why, but for some reason pykdtree doesn't like this. @mraspaud any ideas?

pnuu commented 4 years ago

And this is why @gerritholl and I think it is pykdtree, the output in dmesg after a segfault: [298457.507131] python[13687]: segfault at 560433c31380 ip 00007fa2a03a6653 sp 00007fa29378d068 error 4 in kdtree.cpython-37m-x86_64-linux-gnu.so[7fa2a0397000+11000]

pnuu commented 4 years ago

Some more debugging. The area definition @gerritholl defined ends up being with a shape (1, 5568) in pyresample.kd_tree.XArrayResamplerNN. The flipped original has a full shape of (5568, 5568).

gerritholl commented 4 years ago

It turns out that despite merging #277 this problem is not solved. Although I don't get a segfault storing ir_123 anymore, I do get one storing day_microphysics:

from satpy import Scene
from glob import glob
from satpy.utils import debug_on
debug_on()
path_to_testdata = "/media/nas/x21308/2020_04_MTG_unofficial_Testdata/20130804_RC72/"
scn = Scene(filenames=glob(path_to_testdata + "/*BODY*.nc"),
        reader=['fci_l1c_fdhsi'])
scn.load(['day_microphysics'])
sc = scn.resample('fci_0deg_2km', reduce_data=True)
sc["day_microphysics"].persist()
sc.save_dataset('day_microphysics', filename=f"/tmp/test.tiff")

Running with python -X dev gives at the very end:

Tail of output of python -X dev mwe59.py ``` Fatal Python error: Segmentation fault Thread 0x00007efefeffd700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 576 in _handle_results File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007efeff7fe700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 528 in _handle_tasks File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007efefffff700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/selectors.py", line 415 in select File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/connection.py", line 930 in wait File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 499 in _wait_for_updates File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 519 in _handle_workers File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007eff1ce42700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007eff1d643700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 151 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/optimization.py", line 982 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007eff1de44700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 151 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/optimization.py", line 982 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Current thread 0x00007eff1e645700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007eff1ee46700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/proj.py", line 179 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/_spatial_mp.py", line 136 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/geometry.py", line 1014 in invproj File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/utils.py", line 30 in apply File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 151 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/optimization.py", line 982 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007eff1f647700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/proj.py", line 179 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/_spatial_mp.py", line 136 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/geometry.py", line 1014 in invproj File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/utils.py", line 30 in apply File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 151 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/optimization.py", line 982 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007eff1fe48700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/proj.py", line 179 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/_spatial_mp.py", line 136 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/geometry.py", line 1014 in invproj File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/utils.py", line 30 in apply File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 151 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/optimization.py", line 982 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007eff20649700 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyproj/proj.py", line 179 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/_spatial_mp.py", line 136 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/pyresample/geometry.py", line 1014 in invproj File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/utils.py", line 30 in apply File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 151 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/optimization.py", line 982 in __call__ File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/core.py", line 121 in _execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 222 in execute_task File "/data/gholl/miniconda3/envs/py38/lib/python3.8/multiprocessing/pool.py", line 125 in worker File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870 in run File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007eff4fbf5740 (most recent call first): File "/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 302 in wait File "/data/gholl/miniconda3/envs/py38/lib/python3.8/queue.py", line 170 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 133 in queue_get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/local.py", line 475 in get_async File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/threaded.py", line 76 in get File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/dask/base.py", line 636 in persist File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/xarray/core/dataset.py", line 825 in _persist_inplace File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/xarray/core/dataset.py", line 851 in persist File "/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/xarray/core/dataarray.py", line 846 in persist File "mwe59.py", line 10 in ```

The full log is too long to fit in a comment, but available here: log.txt

Andrea reports that he still gets a segmentation fault even storing ir_123. All versions are latest master:

pyresample                1.15.0+192.g1c2b794          pypi_0    pypi
pyspectral                0.9.6.dev17+g7d30889          pypi_0    pypi
satpy                     0.21.1.dev290+ga761d23d          pypi_0    pypi
trollimage                1.12.0+15.g1f63856          pypi_0    pypi
gerritholl commented 4 years ago

And indeed dmesg has

[11861417.179337] python[31849]: segfault at 558f4a6c7e20 ip 00007f3758471033 sp 00007f37337fd098 error 4 in kdtree.cpython-38-x86_64-linux-gnu.so[7f3758460000+13000]
pnuu commented 4 years ago

Segfault confirmed, even with ir_123 channel data. I'm having a look.

pnuu commented 4 years ago

The fix I made in #277 are not in Pyresample master. Re-adding those changes locally makes the segfault go away for 'ir_123', but does crash for glbl.load(['ir_123', 'natural_color', 'airmass']). Inspecting further.

pnuu commented 4 years ago

Out of these three, it's the 'natural_color' composite that triggers the segfault in pykdtree, other two work just fine.

pnuu commented 4 years ago

Oh, 'vis_08_pixel_quality' is being resampled, I bet this causes the crash.

[DEBUG: 2020-06-04 08:14:07 : satpy.resample] Computing kd-tree parameters
[DEBUG: 2020-06-04 08:14:07 : satpy.resample] Resampling pixel_quality
[WARNING: 2020-06-04 08:14:07 : pyresample.kd_tree] Fill value incompatible with integer data using 255 instead.
/home/lahtinep/Software/pytroll/pytroll_packages/pyresample/pyresample/kd_tree.py:1235: PerformanceWarning: Increasing number of chunks by factor of 11
  dtype=new_data.dtype, concatenate=True)
[DEBUG: 2020-06-04 08:14:07 : satpy.scene] Resampling DatasetID(name='vis_08', wavelength=(0.815, 0.865, 0.915), resolution=1000, polarization=None, calibration='reflectance', level=None, modifiers=())
/home/lahtinep/Software/miniconda3/envs/pytroll/lib/python3.7/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems
  proj_string = self.to_proj4()
[DEBUG: 2020-06-04 08:14:07 : satpy.resample] Check if ./resample_lut-8f7af1b20a2425c92db67dc8fdf8d46ca9c02df6.npz exists
[DEBUG: 2020-06-04 08:14:07 : satpy.resample] Computing kd-tree parameters
[DEBUG: 2020-06-04 08:14:07 : satpy.resample] Resampling None
/home/lahtinep/Software/pytroll/pytroll_packages/pyresample/pyresample/kd_tree.py:1235: PerformanceWarning: Increasing number of chunks by factor of 11
  dtype=new_data.dtype, concatenate=True)
[DEBUG: 2020-06-04 08:14:07 : satpy.scene] Resampling DatasetID(name='vis_08_pixel_quality', wavelength=None, resolution=1000, polarization=None, calibration=None, level=None, modifiers=())
/home/lahtinep/Software/miniconda3/envs/pytroll/lib/python3.7/site-packages/pyproj/crs/crs.py:543: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems
  proj_string = self.to_proj4()
[DEBUG: 2020-06-04 08:14:07 : satpy.resample] Check if ./resample_lut-8f7af1b20a2425c92db67dc8fdf8d46ca9c02df6.npz exists
[DEBUG: 2020-06-04 08:14:07 : satpy.resample] Computing kd-tree parameters
[DEBUG: 2020-06-04 08:14:07 : satpy.resample] Resampling pixel_quality
[WARNING: 2020-06-04 08:14:07 : pyresample.kd_tree] Fill value incompatible with integer data using 255 instead.
/home/lahtinep/Software/pytroll/pytroll_packages/pyresample/pyresample/kd_tree.py:1235: PerformanceWarning: Increasing number of chunks by factor of 11
  dtype=new_data.dtype, concatenate=True)

And when trying to load that dataset:

glbl.load(['vis_08_pixel_quality'])                                       
*** KeyError: 'data/vis_08_pixel_quality/measured/effective_radiance/shape'

It is shown in the output of glbl.available_dataset_names(). Huh?

pnuu commented 4 years ago

Loading, resampling and saving 'vis_08' triggers the segfault, nothing else is needed.

pnuu commented 4 years ago

Trying to resample any of the vis_* or nir_* channels triggers the segfault. All wv_* and ir_* channels are fine.

gerritholl commented 4 years ago

It seems that some of the magic I'm doing in https://github.com/pytroll/satpy/pull/1177 is causing problems. Each channel data variable in the FCI data is located in its own group. Each of these groups has a data variable pixel_quality, which is referred to in the ancillary_variables data variable attribute for the corresponding channel. Because we can't load 16 data variables that are all called pixel_quality and we don't have another way to properly disambugate them before https://github.com/pytroll/satpy/pull/1088 (dynamic dataset IDs) is merged, the FCI reader rewrites the contents of the pixel_quality ancillary variable when channel data are being read, to prepend the name of the channel. But these data variables are not actually in the data under that name, and can't be loaded explicitly: they can only be taken in by reading the corresponding channel.

This is not a pretty solution but it's a temporary one we settled upon until we can use dynamic dataset IDs to define a field for the pixel_quality data variables indicating the parent datasetid this pixel quality dataset refers to.

I wonder if this magic somehow interferes with the resampling, or with the implicit loading of channels as composite dependencies? But that wouldn't explain why it affects some channels but not others, since this magic should equally affect all channels.

gerritholl commented 4 years ago

Note: vis and nir have a 1 km resolution, wv and ir have a 2 km resolution. The equivalent test of "resampling" each to the own area would be "resampling" vis and nir channels to fci_0deg_1km, and wv and ir channels to fci_0deg_2km.

pnuu commented 4 years ago

Also resampling to 1 km grid segfaults. And the nearest neighbour resampling should in any case work, no matter the resolution.

gerritholl commented 4 years ago

It seems that when using https://github.com/pytroll/satpy/pull/1230 the segmentation fault does not occur (I have no clue why).

pnuu commented 4 years ago

Also #285 fixes the segmentation fault.