-
Notifications
You must be signed in to change notification settings - Fork 168
Add parcels._datasets subpackage and developer documentation
#1972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@erikvansebille could you checkout the dev documentation and let me know what you think? |
|
ci failure is unrelated - not sure why it flaked. As good as green |
parcels/_datasets/__init__.py
Outdated
|
|
||
| This subpackage is broken down into structured and unstructured parts. Each of these have common submodules: | ||
|
|
||
| * ``providers`` -> hardcoded datasets with the intention of mimicking datasets from a certain provider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps another word than providers? I'm meaning more NEMO/Mitgcm/CROCO/ROMS/mom5 etc ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
circulationmodels? See also the comment above about aligning with the text on oceanparcels.org
parcels/_datasets/__init__.py
Outdated
|
|
||
| This subpackage is broken down into structured and unstructured parts. Each of these have common submodules: | ||
|
|
||
| * ``providers`` -> hardcoded datasets with the intention of mimicking datasets from a certain provider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
circulationmodels? See also the comment above about aligning with the text on oceanparcels.org
Co-authored-by: Erik van Sebille <e.vansebille@uu.nl>
for more information, see https://pre-commit.ci
Co-authored-by: Erik van Sebille <e.vansebille@uu.nl>
In line with #1965, I have added a
parcels._datasetssubpackage. See the developer documentation inparcels/_datasets/__init__.pyfor more info.I think that this really helps us with testing, user documentation (for the advanced users, who want to see exactly all the datasets that we support), and maintenance (since in our tests we can just rely on these example datasets, rather than having to create them from scratch as we currently do quite a bit).
This will will need to be surfaced in some way in the documentation down the line - I'll make an issue for that now.
v4-devfor v4 changes)