-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel-definition.yml
More file actions
50 lines (45 loc) · 1.51 KB
/
model-definition.yml
File metadata and controls
50 lines (45 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
kind: M
api_version: v1beta3
metadata:
display_name: Global Urban_Flooding:CityCAT optimse setup
name: citycat-optimise-setup
publisher: Newcastle University
summary: >
The CityCAT optimisation model needs DEM, buildings and green-areas data in the right format. This is achived by this model
source_code: https://github.com/OpenCLIM/global-flood-impacts-optimise-setup
description: >
The CityCAT optimisation model needs DEM, buildings and green-areas data in the right format. This is achived by this model
contact_point_name: steve birkinshaw
contact_point_email: s.j.birkinshaw@ncl.ac.uk
spec:
inputs:
dataslots:
- name: Buildings
description:
Building polygons saved in .gpkg format.
path: inputs/buildings/
required: false
- name: Green_areas
description:
Green area polygons saved in .gpkg format.
path: inputs/green_areas/
required: false
- name: Dem
description:
DEM (elevations) in asc format
path: inputs/dem/
required: false
outputs:
datasets:
- name: outputs/buildings/*
type: folder
description:
Buildings.txt for building data for the city of interest.
- name: outputs/green-areas/*
type: folder
description:
GreenAreas.txt and GreenAreas_0.txt of the green areas
- name: outputs/dem/*
type: folder
description:
Baseline_DEM.asc, DEM.asc, Domain_DEM.asc