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
The MODIS_L2P_SST_DataCube.ipynb output file MODIS_SST.data-cube.nc is missing all gdal.Warp SST output, but that might just be caused by an ad hoc python environment:
If not, are these warnings/error caused by an unexpected(?) use of ni,nj to store the L2 lat/lon arrays:
{'format': 'netCDF', 'copyMetadata': True, 'outputBounds': [-163, 15, -153, 25], 'xRes': 0.01, 'yRes': 0.01, 'dstSRS': '+proj=longlat +datum=WGS84 +no_defs', 'resampleAlg': 'bilinear'}
source filename: /project/riced/work/req/modis-datacube-output/20200702234001-JPL-L2P_GHRSST-SSTskin-MODIS_A-D-v02.0-fv01.0_subsetted.nc4
NETCDF:/project/riced/work/req/modis-datacube-output/20200702234001-JPL-L2P_GHRSST-SSTskin-MODIS_A-D-v02.0-fv01.0_subsetted.nc4:sea_surface_temperature
Warning 1: dimension #2 (ni) is not a Longitude/X dimension.
Warning 1: dimension #1 (nj) is not a Latitude/Y dimension.
Warning 1: dimension #2 (time) is not a Longitude/X dimension.
Warning 1: dimension #1 (ni) is not a Latitude/Y dimension.
Warning 1: 1-pixel width/height files not supported, xdim: 1 ydim: 903
Warning 1: No 1D variable is indexed by dimension nj
Warning 1: dimension #2 (time) is not a Longitude/X dimension.
Warning 1: dimension #1 (ni) is not a Latitude/Y dimension.
Warning 1: 1-pixel width/height files not supported, xdim: 1 ydim: 903
Warning 1: No 1D variable is indexed by dimension nj
ERROR 1: Too many points (529 out of 529) failed to transform, unable to compute output bounds.
Warning 1: Unable to compute source region for output window 0,0,1000,1000, skipping.
The MODIS_L2P_SST_DataCube.ipynb output file MODIS_SST.data-cube.nc is missing all gdal.Warp SST output, but that might just be caused by an ad hoc python environment:
If not, are these warnings/error caused by an unexpected(?) use of ni,nj to store the L2 lat/lon arrays:
The text was updated successfully, but these errors were encountered: