Skip to content

Commit f9e6931

Browse files
authored
Fix GDP docs (#162)
* Fix bad example * Bump patch version
1 parent 5f6ae12 commit f9e6931

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clouddrift/adapters/gdp1h.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

clouddrift/adapters/gdp6h.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "clouddrift"
7-
version = "0.11.0"
7+
version = "0.11.1"
88
authors = [
99
{ name="Shane Elipot", email="selipot@miami.edu" },
1010
{ name="Philippe Miron", email="philippemiron@gmail.com" },

0 commit comments

Comments
 (0)