Skip to content
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

Should we replace this with a multi-option cookiecutter template? #67

Open
norlandrhagen opened this issue Feb 24, 2025 · 0 comments
Open
Labels
documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested template

Comments

@norlandrhagen
Copy link
Contributor

norlandrhagen commented Feb 24, 2025

We could have some sort of flow-diagram to choose which template to use.

Rough draft example:

flowchart TD
    C{"Are files accessable over HTTP?"} -- no --> D["Copy to OSN Inbox with RClone <br>"]
    C -- yes --> E["Does the dataset need rechunking?"]
    A["LEAP Dataset Template"] --> C
    D --> E
    E -- yes --> n4["Pangeo Forge Template"]
    n6["Are the input files regularally chunked?"] -- yes --> n5["VirtualiZarr Template"]
    E -- no --> n6
    n6 -- no  --> n4["Pangeo Forge Template"]

Loading

cc @RobertPincus @SammyAgrawal

@norlandrhagen norlandrhagen added documentation Improvements or additions to documentation enhancement New feature or request template question Further information is requested labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested template
Projects
None yet
Development

No branches or pull requests

1 participant