Uh oh!
There was an error while loading. Please reload this page.
Add parcels._datasets subpackage and developer documentation - #1972
Conversation
VeckoTheGecko
commented
Apr 9, 2025
@erikvansebille could you checkout the dev documentation and let me know what you think? |
Uh oh!
There was an error while loading. Please reload this page.
VeckoTheGecko
commented
Apr 9, 2025
ci failure is unrelated - not sure why it flaked. As good as green |
| 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.
Perhaps another word than providers? I'm meaning more NEMO/Mitgcm/CROCO/ROMS/mom5 etc ...
There was a problem hiding this comment.
circulationmodels? See also the comment above about aligning with the text on oceanparcels.org
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| 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.
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)