Skip to content

Commit 6fff90d

Browse files
authored
Merge pull request #70 from earthdaily/dev
v0.1.5
2 parents 580d7c4 + 6adfc25 commit 6fff90d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

earthdaily/earthdatastore/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,8 @@ def datacube(
775775
xr_datacube = xr_datacube.assign_coords(
776776
{grouped_coord.name: grouped_coord}
777777
)
778+
xr_datacube["time"] = xr_datacube.time.astype("<M8[ns]")
779+
778780
return xr_datacube
779781

780782
def _update_search_for_assets(self, assets):

0 commit comments

Comments
 (0)