Skip to content
Snippets Groups Projects
Commit 2f3a1e3e authored by tomrink's avatar tomrink
Browse files

snapshot...

parent db4b45f3
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ class CLAVRx_VIIRS(Files):
lons = h5f['longitude'][:, :]
lats = h5f['latitude'][:, :]
lons = np.where(lons < 0, lons + 360, lons)
ll_grid = LonLatGrid(lons, lats)
ll_grid = LonLatGrid(lons, lats, reduce=2)
return ll_grid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment