File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments