Skip to content

Commit

Permalink
fix API docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed May 13, 2024
1 parent f8af6b9 commit 0ef77ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xcube/core/resampling/spatial.py
Expand Up @@ -97,7 +97,9 @@ def resample_in_space(
Defaults to ``True``.
gm_name: Name for the grid mapping variable.
Defaults to "crs". Used only if *encode_cf* is ``True``.
Returns: The spatially resampled dataset.
Returns: The spatially resampled dataset, or None if the requested
output area does not intersect with *dataset*.
"""
if source_gm is None:
# No source grid mapping given, so do derive it from dataset
Expand Down

0 comments on commit 0ef77ec

Please sign in to comment.