File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ def to_raggedarray(
539539 Finally, `to_raggedarray` returns a `RaggedArray` instance which provides
540540 a convenience method to emit a `xarray.Dataset` instance:
541541
542- >>> ds = ra.to_dataset ()
542+ >>> ds = ra.to_xarray ()
543543 """
544544 ids = download (drifter_ids , n_random_id , url )
545545
Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ def to_raggedarray(
461461 Finally, `to_raggedarray` returns a `RaggedArray` instance which provides
462462 a convenience method to emit a `xarray.Dataset` instance:
463463
464- >>> ds = ra.to_dataset ()
464+ >>> ds = ra.to_xarray ()
465465 """
466466 ids = download (drifter_ids , n_random_id , GDP_DATA_URL )
467467
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " clouddrift"
7- version = " 0.11.0 "
7+ version = " 0.11.1 "
88authors = [
99 { name =" Shane Elipot" , email =" selipot@miami.edu" },
1010 { name =" Philippe Miron" , email =" philippemiron@gmail.com" },
You can’t perform that action at this time.
0 commit comments