Skip to content

Commit b11d309

Browse files
committed
Drop a useless conversion
1 parent 20ba75f commit b11d309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray_sentinel/sentinel1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def open_gcp_dataset(
448448
ds = xr.Dataset(
449449
data_vars=data_vars,
450450
coords={
451-
"azimuth_time": [np.datetime64(dt, "ns") for dt in azimuth_time],
451+
"azimuth_time": azimuth_time,
452452
"slant_range_time": slant_range_time,
453453
"line": ("azimuth_time", line),
454454
"pixel": ("slant_range_time", pixel),

0 commit comments

Comments
 (0)