Skip to content

Commit 9cf2915

Browse files
committed
Update docstring for create_iceflow_parquet
1 parent b872196 commit 9cf2915

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nsidc/iceflow/api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ def create_iceflow_parquet(
9595
overwrite: bool = False,
9696
target_epoch: str | None = None,
9797
) -> Path:
98-
"""Create a parquet file containing the lat/lon/elev data matching the dataset search params.
98+
"""Create a parquet dataset containing the lat/lon/elev data matching the dataset search params.
9999
100-
This function creates a parquet file that can be easily used alongside dask,
101-
containing lat/lon/elev data compatible with a comparison to icesat 2 data.
100+
This function creates a parquet dataset that can be easily used alongside dask,
101+
containing lat/lon/elev data.
102102
103103
Note: this function writes a single `iceflow.parquet` to the output
104104
dir. This code does not currently support updates to the parquet after being

0 commit comments

Comments
 (0)