-
Notifications
You must be signed in to change notification settings - Fork 0
Use cases
Víctor edited this page Jun 3, 2013
·
4 revisions
Generic and specific use cases
Input parameters are checked before the execution:
- Mandatory inputs must exist.
- All specified inputs must have the expected type.
Dependencies (Java, R, ...) are checked before the execution.
Graphic user interface is automatically generated from the input/output specification.
The language have loops and Java calls are usable from inside.
Execution errors can be detected and the script can be stopped in that case.
It is possible to call external tools (gdal, awk, ...)
Scripts can be packaged and reused from other scripts.
Scripts can be packaged and reused from Java.
The language provides standard extensions: select, filter, join, group, expand, ...
- isovist
- AreaGridProcess
- Vulnerability analysis: It provides different vulnerability indicators for different homogeneous areas. An example of vulnerability analysis can be a simulation that crosses the intensity of an earthquake for each homogeneous area with the characteristics of this area and produces an estimate of the damage.
- Damage analysis: It compares the results of the vulnerability analysis with the damage after a real earthquake and produces an indicator of the quality of the vulnerability analysis. An example of this type of analysis may be an indicator of the heterogeneity of supposedly homogeneous areas of the mesh.
- ...