Eratos Model Ontology
This page describes the use of schemas for models.
Eratos Model Metadata:
An Eratos Model is wrapped in a metadata structure that defines the inputs and outputs of the model and provides a link to the underlying data, empowering users to assess and ensure the model they are using for a given model is fit for purpose.

Eratos Model | 5km Frost Risk
"@id": ern:e-pn.io:resource:qwolf.operators.historical-5km-frost-risk-at-point
"@type": ern:e-pn.io:schema:operator
"@geo": POLYGON((112 -44.99365234375, 112 -10, 154.99609375 -10, 154.99609375 -44.99365234375, 112 -44.99365234375))
name: Historical 5km Frost Risk
description: |
Returns the visualised and raw frost risk calculations for a given geometry at 5km resolution.
type: Container
inputs:
- name: latitude
type: number
description: The Latitude of the point of interest.
required: True
- name: longitude
type: number
description: The Longitude of the point of interest.
required: True
- name: temperatureThreshold
type: number
description: The threshold Temperature, temperatures <= will be considered frost.
required: True
label: Temperature Threshold (C)
- name: targetStartDate
type: string
description: The Target start date, eg. 09-15
required: True
label: Target Start Date
- name: targetEndDate
type: string
description: The Target end date, eg. 10-15
required: True
label: Target End Date
- name: size
type: number
description: The size (km) of the area around the point
required: True
label: Size (km^2)
outputs:
- name: historicalFrostRiskKeplerMap
type: resource
description: Map Visualisation of the portfolio and the associated fire risk.
- name: frostRiskTable
type: resource
description: Summarisation of the risk scores into a single table.
senapsModel: qwolf.operators.historical-5km-frost-risk-at-point
senapsInstanceProfile: S
Updated 8 days ago