Skip to content

Commit 0943d2e

Browse files
Update tutorial_output.ipynb
1 parent 1dc5462 commit 0943d2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/getting_started/tutorial_output.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@
145145
"```{note}\n",
146146
"As of Parcels v4, the default output format is [`parquet`](https://parquet.apache.org/) (instead of `zarr`). The `parquet` output format is a tabular format, in which every row corresponds to an observation of a particle trajectory. The `zarr` output format is a multidimensional array format, in which the data is stored in a 2D array with dimensions `traj` and `obs`. The `parquet` format is more compact and faster to read.\n",
147147
"\n",
148-
"However, the `parquet` format does not support the [CF-convention for trajectories data](http://cfconventions.org/cf-conventions/v1.6.0/cf-conventions.html#_multidimensional_array_representation_of_trajectories) implemented with the [NCEI trajectory template](https://www.ncei.noaa.gov/data/oceans/ncei/formats/netcdf/v2.0/trajectoryIncomplete.cdl). We are working on efficient tooling to convert the parcels `parquet` output into a CF-compliant format.\n",
148+
"However, the `parquet` format does not support the [CF-convention for trajectories data](http://cfconventions.org/cf-conventions/v1.6.0/cf-conventions.html#_multidimensional_array_representation_of_trajectories) implemented with the [NCEI trajectory template](https://www.ncei.noaa.gov/data/oceans/ncei/formats/netcdf/v2.0/trajectoryIncomplete.cdl). We have implemented a `parcels.read_particlefile()` function to facilitate reading `parquet` output files, see more information below.\n",
149149
"\n",
150-
"TODO: Add link to tracking issue on github for this tooling.\n",
150+
"TODO: Add information on conversion functions once https://github.com/Parcels-code/Parcels/issues/2600 is resolved.\n",
151151
"```"
152152
]
153153
},
@@ -502,7 +502,7 @@
502502
"metadata": {
503503
"celltoolbar": "Metagegevens bewerken",
504504
"kernelspec": {
505-
"display_name": "docs",
505+
"display_name": "Parcels:docs (3.14.6)",
506506
"language": "python",
507507
"name": "python3"
508508
},

0 commit comments

Comments
 (0)