Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Sep 17, 2024
1 parent 483e9cf commit 3cf1c13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ authors:
family-names: Dolich
email: [email protected]
affiliation: >-
nstitute for Water and Environment, Hydrology,
Institute for Water and Environment, Hydrology,
Karlsruhe Institute for Technology (KIT)
orcid: 'https://orcid.org/0000-0003-4160-6765'
repository-code: 'https://github.com/VForWaTer/tool_vforwater_loader'
url: 'https://portal.vforwater.de'
abstract: >-
This tool will use `metacatalog` to load datasets stored in a metacatalog instance, like V-FOR-WaTer.
The requested datasources will be made available in the output directory of the tool. Areal datasets
will be clipped to the **bounding box** of the reference area and multi-file sources are preselected
to fall into the time range specified.
This tool uses `metacatalog` to load datasets stored in a metacatalog instance, like V-FOR-WaTer.
The requested datasources is made available in the output directory of the tool. Areal datasets
(spatial scale defined) are clipped to the reference area and datasets with a temporal scale
defined in the metadata are clipped to the time range specified.
keywords:
- docker
- tool-spec
Expand Down
10 changes: 5 additions & 5 deletions src/tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ tools:
vforwater_loader:
title: Dataset Loader
description: |
This tool will use `metacatalog` to load datasets stored in a metacatalog instance, like V-FOR-WaTer.
The requested datasources will be made available in the output directory of the tool. Areal datasets
will be clipped to the **bounding box** of the reference area and multi-file sources are preselected
to fall into the time range specified.
Note that exact extracts (specific time step, specific area) are not yet supported for areal datasets.
This tool uses `metacatalog` to load datasets stored in a metacatalog instance, like V-FOR-WaTer.
The requested datasources is made available in the output directory of the tool. Areal datasets
(spatial scale defined) are clipped to the reference area and datasets with a temporal scale
defined in the metadata are clipped to the time range specified.
parameters:
dataset_ids:
type: integer
Expand Down

0 comments on commit 3cf1c13

Please sign in to comment.