Skip to content

Commit

Permalink
Merge pull request #70 from earthdaily/dev
Browse files Browse the repository at this point in the history
v0.1.5
  • Loading branch information
nkarasiak committed Jun 5, 2024
2 parents 580d7c4 + 6adfc25 commit 6fff90d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions earthdaily/earthdatastore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,8 @@ def datacube(
xr_datacube = xr_datacube.assign_coords(
{grouped_coord.name: grouped_coord}
)
xr_datacube["time"] = xr_datacube.time.astype("<M8[ns]")

return xr_datacube

def _update_search_for_assets(self, assets):
Expand Down

0 comments on commit 6fff90d

Please sign in to comment.