Skip to content

Commit b833eac

Browse files
committed
osc_project_url is an option filed in dataset template
1 parent e1c9f7b commit b833eac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deep_code/tools/new.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def generate_dataset_template(output_path: Optional[str] = None) -> str:
6363
}
6464

6565
optional = {
66+
"osc_project_url": "[OPTIONAL: URL to the project website (e.g. https://deepesdl.eu). Used as the 'via' link in the project collection. Defaults to the existing DeepESDL project collection]",
6667
"osc_themes": ["[OPTIONAL: OSC theme slug, e.g. land, ocean, atmosphere — auto-lowercased]"],
6768
"osc_region": "[OPTIONAL: geographical coverage, e.g. Global]",
6869
"dataset_status": "[OPTIONAL: ongoing | completed | planned (default: ongoing)]",

0 commit comments

Comments
 (0)