generated from VForWaTer/tool_template_python
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: V-FOR-WaTer Dataset Loader | ||
message: >- | ||
Tool to load and harmonize heterogeneous datasets using metacatalog. | ||
type: software | ||
authors: | ||
- given-names: Mirko | ||
family-names: Mälicke | ||
email: [email protected] | ||
affiliation: >- | ||
Institute for Water and Environment, Hydrology, | ||
Karlsruhe Institute for Technology (KIT) | ||
orcid: 'https://orcid.org/0000-0002-0424-2651' | ||
- given-names: Alexander | ||
family-names: Dolich | ||
email: [email protected] | ||
affiliation: >- | ||
nstitute 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. | ||
Note that exact extracts (specific time step, specific area) are not yet supported for areal datasets. | ||
keywords: | ||
- docker | ||
- tool-spec | ||
- V-For-WaTer | ||
- netCDF | ||
- clip | ||
- catchment | ||
- metacatalog | ||
license: CC-BY-4.0 | ||
version: '0.5' | ||
date-released: '2024-07-31' |