You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting to work with GOES-17 (GOES-West) data and glmtools. I'm probably doing something stupid, but I was surprised to see the dimensions of the CONUS sector fixed grid as shape=(1500,3084), with dx = dy = 2.0. The GOES-West ABI CONUS fixed grid is shape=(1500,2500), as is the GOES-East ABI CONUS fixed grid. glmtools makes 1500x2500 grids for GOES-East.
So, I'm either doing something dumb, or not understanding why the two fixed grids would be different.
I assumed that GOES-17 GLM grid just extended eastward a bit more than the ABI fixed grid, but that doesn't seem to be the case. The x coordinates are slightly different between ABI and GLM, meaning some remapping has to be performed to co-locate the ABI and GLM grids. The y coords are the same.
I'm starting to work with GOES-17 (GOES-West) data and glmtools. I'm probably doing something stupid, but I was surprised to see the dimensions of the CONUS sector fixed grid as
shape=(1500,3084)
, withdx = dy = 2.0
. The GOES-West ABI CONUS fixed grid isshape=(1500,2500)
, as is the GOES-East ABI CONUS fixed grid. glmtools makes 1500x2500 grids for GOES-East.So, I'm either doing something dumb, or not understanding why the two fixed grids would be different.
The command run:
Contents:
What am I missing here?
The text was updated successfully, but these errors were encountered: