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
Is there any documentation about the datasets in examples-data (which are in turn used throughout the parcels examples)? Perhaps it would be worth adding a file examples-data/README.md to add quick descriptions to these. This can be propagated through to users in parcels if we want as well just by linking to the README here on GitHub.
since we know that the files are in what’s called Parcels FieldSet format, we can call these files using the function FieldSet.from_parcels()
I feel like the following would be better
The "MovingEddies_data" dataset contains data that is in Parcels FieldSet format. We can ingest this data into parcels using FieldSet.from_parcels(). For more information on available datasets see link
The text was updated successfully, but these errors were encountered:
Is there any documentation about the datasets in
examples-data
(which are in turn used throughout the parcels examples)? Perhaps it would be worth adding a fileexamples-data/README.md
to add quick descriptions to these. This can be propagated through to users in parcels if we want as well just by linking to the README here on GitHub.Motivation
parcels_tutorial.ipynb mentions
I feel like the following would be better
The text was updated successfully, but these errors were encountered: