Skip to content

Commit

Permalink
Added scan time to granule xarray.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfncar committed Oct 7, 2024
1 parent cb1215b commit 69f6bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monetio/sat/_modis_l2_mm.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def read_dataset(fname, variable_dict):
{
'lon': (['dim_0', 'dim_1'], longitude),
'lat': (['dim_0', 'dim_1'], latitude),
'time': (['dim_0', 'dim_1'], start_time),
}
)
ds = ds.rename_dims({'dim_0': 'Cell_Along_Swath', 'dim_1': 'Cell_Across_Swath'})
Expand Down

0 comments on commit 69f6bc7

Please sign in to comment.