zxdawn / Himawari-8-gridded

Gridded-processed data of Himawari 8 geostationary meteorological satellite (H8)
GNU General Public License v3.0
22 stars 9 forks source link

1 value of tbb in nc files produced #7

Open paulinchin opened 1 year ago

paulinchin commented 1 year ago

Good day,

Here is a log: python3 count2tbb.py -d 1 -sd 2022-01-15-00:00 -ed 2022-01-15-15:00 -n 06 total progress: 0%| | 0/2 [00:00<?, ?it/s]Downloading 202201150000.tir.06.fld.geoss.bz2 ... Downloaded Extract file Convert byte order Convert count to tbb(albedo) Convert to 202201150000.tir.06.nc total progress: 50%|███████████████████████████████████████████████████████ | 1/2 [00:10<00:10, 10.10s/it]Downloading 202201151200.tir.06.fld.geoss.bz2 ... Downloaded Extract file Convert byte order Convert count to tbb(albedo) Convert to 202201151200.tir.06.nc total progress: 100%|

It creates files of the same size and tbb variable matrices include just 1 the same value over the whole domain. At the same time, lat, lon, time, attributes are read properly.

Not sure why it cannot read it.

Thanks in advance for any advice!