You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/v4-migration.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ Version 4 of Parcels is unreleased at the moment. The information in this migrat
36
36
## ParticleFile
37
37
38
38
- Particlefiles should be created by `ParticleFile(...)` instead of `pset.ParticleFile(...)`
39
-
- The `name` argument in `ParticleFile` has been replaced by `store` and can now be a string, a Path or a zarr store.
39
+
-`ParticleFile` output is now in Parquet format
40
+
-`ParticleFile` writing behaviour now errors out if there's existing output (this be being further discussed in https://github.com/Parcels-code/Parcels/issues/2593 )
41
+
- A utility to read in ParticleFile output is now available. `parcels.read_particlefile()`
0 commit comments