Competency questions for UC2
Based on the selected impact chains, think about candidate "competency questions" for both S1 and S2 scenarios to be used as target objective for the project's final demonstration.
For each question, we could think about a defining the template of the question, that could be followed by 1+ examples of template instantiation, and also explain the high-level workflow of data that is inherently required to provide a satisfactory result back to the end-user.
For instance:
TQ1 - What are the K drivable-nearest EXPOSURE ELEMENTS to HAZARD ?
a) What are the 10 drivable-nearest hospitals nearby last Prato allo Stelvio wildfire?
b) ...
WORKFLOW (a):
- identify HAZARD dataset
H
that DESCRIBES Prato allo Stelvio wildfire;- extract spatial geometry of the wildfire
G(H)
;- identify EXPOSURE dataset
E
that DESCRIBES the hospitals;- identify the EXPOSURE dataset
R
that DESCRIBES the roads whose AREA includesG(H)
and area ofE
;- for each feature
e
ofE
compute distance alongR
toG(H)
:d(e)
- sort the bag of distances and return the first 10 elements
This is just an idea, other "formats" and ideas are OK too.