GEO2GRID Verification Failure

Post Reply
bumclw
Posts: 2
Joined: Mon Jun 08, 2020 6:50 am

GEO2GRID Verification Failure

Post by bumclw »

Hello,

I followed the installation instructions as per https://www.ssec.wisc.edu/software/geo2 ... ation.html, and proceeded to attempt the verification using the 'test' data. However, when I run:

$GEO2GRID_HOME/bin/geo2grid.sh -r abi_l1b -w geotiff --num-workers 8 --progress -f ../input

The following appears:

INFO : Sorting and reading input files...
INFO : Using default product list: ['C01', 'C02', 'C03', 'C04', 'C05', 'C06', 'C07', 'C08', 'C09', 'C10', 'C11', 'C12', 'C13', 'C14', 'C15', 'C16', 'true_color', 'natural_color']
INFO : Loading product metadata from files...
WARNING : Required file type 'c13' not found or loaded for 'C13'
WARNING : Required file type 'c10' not found or loaded for 'C10'
WARNING : Required file type 'c12' not found or loaded for 'C12'
WARNING : Required file type 'c16' not found or loaded for 'C16'
WARNING : Required file type 'c04' not found or loaded for 'C04'
WARNING : Required file type 'c15' not found or loaded for 'C15'
WARNING : Required file type 'c08' not found or loaded for 'C08'
WARNING : Required file type 'c06' not found or loaded for 'C06'
WARNING : Required file type 'c11' not found or loaded for 'C11'
INFO : Resampling data to 'MAX'
INFO : Computing products and saving data to writers...
[# ] | 3% Completed | 24.3s
ERROR : Unexpected error. Enable debug messages (-vvv) or see log file for details.

Can I get assisstance on this issue? Many thanks.
davidh
Posts: 116
Joined: Tue Jun 04, 2013 11:19 am

Re: GEO2GRID Verification Failure

Post by davidh »

Hi,

Would it be possible for you to run Geo2Grid with an extra "-v" command line flag? Or you could attach the log file it created here. There isn't enough information in the provided output to debug this, but with the extra output (from -v or the log file) I might be able to make some guesses.

Dave
bumclw
Posts: 2
Joined: Mon Jun 08, 2020 6:50 am

Re: GEO2GRID Verification Failure

Post by bumclw »

Hi Dave,

Thanks for your speedy reply. Here's the log.

[2020-06-08 12:27:17,471] : PID 11437 : DEBUG : abi_l1b_geotiff : main : Starting script with arguments: /home/ucfaurr/DATA/geo2grid_v_1_0_1/lib/python3.7/site-packages/polar2grid/glue.py -r abi_l1b -w geotiff --num-workers 8 --progress -f ../input -vv
[2020-06-08 12:27:17,481] : PID 11437 : INFO : abi_l1b_geotiff : main : Sorting and reading input files...
[2020-06-08 12:27:17,481] : PID 11437 : DEBUG : satpy.scene : __init__ : Setting 'PPP_CONFIG_DIR' to '/home/ucfaurr/DATA/geo2grid_v_1_0_1/etc/satpy'
[2020-06-08 12:27:17,484] : PID 11437 : DEBUG : satpy.readers : read_reader_config : Reading ['/data/store05/students/masters/2019/data/ucfaurr/geo2grid_v_1_0_1/lib/python3.7/site-packages/satpy/etc/readers/abi_l1b.yaml']
[2020-06-08 12:27:17,628] : PID 11437 : WARNING : satpy.readers.yaml_reader : select_files_from_pathnames : No filenames found for reader: abi_l1b
[2020-06-08 12:27:17,628] : PID 11437 : WARNING : satpy.readers : load_readers : Don't know how to open the following files: {'../input'}
[2020-06-08 12:27:17,628] : PID 11437 : ERROR : abi_l1b_geotiff : main : No supported files found | Enable debug message (-vvv) or see log file for details.
[2020-06-08 12:27:17,628] : PID 11437 : DEBUG : abi_l1b_geotiff : main : Further error information:
Traceback (most recent call last):
File "/home/ucfaurr/DATA/geo2grid_v_1_0_1/lib/python3.7/site-packages/polar2grid/glue.py", line 308, in main
scn = Scene(**scene_args)
File "/home/ucfaurr/DATA/geo2grid_v_1_0_1/lib/python3.7/site-packages/satpy/scene.py", line 157, in __init__
reader_kwargs=reader_kwargs)
File "/home/ucfaurr/DATA/geo2grid_v_1_0_1/lib/python3.7/site-packages/satpy/scene.py", line 202, in create_reader_instances
ppp_config_dir=self.ppp_config_dir)
File "/home/ucfaurr/DATA/geo2grid_v_1_0_1/lib/python3.7/site-packages/satpy/readers/__init__.py", line 736, in load_readers
raise ValueError("No supported files found")
ValueError: No supported files found
davidh
Posts: 116
Joined: Tue Jun 04, 2013 11:19 am

Re: GEO2GRID Verification Failure

Post by davidh »

Thanks for the extra info. It looks like the path to the input data isn't correct. You specified "-f ../input" but Geo2Grid wasn't able to find any files in that directory or was not able to find that directory at all. Can you verify that there are ABI L1b NetCDF files in that directory?
pjordan
Posts: 3
Joined: Mon Jun 08, 2020 11:38 am

Re: GEO2GRID Verification Failure

Post by pjordan »

Ah, right; thank you, long day, slipped right by me. I'm sorry for wasting your time! (New account because I got locked out of my other email address)
Post Reply