An Input used during the Cycle or Transformation. Each Input must be unique, and the fields which determine uniqueness are defined in the inputs
field of the Cycle or Transformation.
Field | Type | Required | Definition | ||||
---|---|---|---|---|---|---|---|
term | Term | Yes |
A reference to the Term describing the Input. |
||||
description | string | No |
A description of the Input. |
||||
value | array[number|null] | No |
The quantity of the Input. If an average, it should always be the mean. Can be a single number (array of length one) or an array of numbers with associated |
||||
sd | array[number|null] | No |
The standard deviation of |
||||
min | array[number|null] | No |
The minimum of |
||||
max | array[number|null] | No |
The maximum of |
||||
statsDefinition | string | No |
What the descriptive statistics ( Possible values are: sites, cycles, replications, other observations, time, spatial, regions, simulated, modelled |
||||
observations | array[number|null] | No |
The number of observations the descriptive statistics are calculated over, if different from the |
||||
dates | array[string] | No | |||||
startDate | string | No | |||||
endDate | string | No | |||||
inputDuration | number | No |
The duration of the Input in days. |
||||
methodClassification | string | No |
A classification of the method used to acquire or estimate the
Possible values are: physical measurement, verified survey data, non-verified survey data, modelled, estimated with assumptions, consistent external sources, inconsistent external sources, expert opinion, unsourced assumption |
||||
methodClassificationDescription | string | No |
A justification of the |
||||
model | Term | No | |||||
modelDescription | string | No |
A free text field, describing the model used to estimate these data. |
||||
isAnimalFeed | boolean | No |
|
||||
fromCycle | boolean | No |
A required field for Inputs into Transformations only. |
||||
price | number | No | |||||
priceSd | number | No |
The standard deviation of |
||||
priceMin | number | No |
The minimum of |
||||
priceMax | number | No |
The maximum of |
||||
priceStatsDefinition | string | No |
What the descriptive statistics for Possible values are: cycles, time, cycles and time |
||||
cost | number | No | |||||
costSd | number | No |
The standard deviation of |
||||
costMin | number | No |
The minimum of |
||||
costMax | number | No |
The maximum of |
||||
costStatsDefinition | string | No |
What the descriptive statistics for Possible values are: cycles, time, cycles and time |
||||
currency | string | No |
The three letter currency code in ISO 4217 format. |
||||
operation | Term | No |
A reference to the Term describing the operation associated with this input (e.g., for the Input diesel the operation could be Soil decompaction, machine unspecified). |
||||
country | Term | No |
The country where this Input came from. |
||||
region | Term | No |
The region where this Input came from. |
||||
impactAssessment | ImpactAssessment | No |
A reference to the node containing environmental impact data related to producing this product and transporting it to the Site. |
||||
impactAssessmentIsProxy | boolean | No |
Required if |
||||
source | Source | No |
A reference to the Source of these data, if different from the defaultSource of the Cycle. |
||||
properties | List[Property] | No |
A list of Properties of the Input, which would override any default properties specified in the term. properties cannot be duplicated. The following fields determine whether a Property is unique: term.@id, key.@id |
||||
transport | List[Transport] | No |
transport cannot be duplicated. The following fields determine whether a Transport is unique: term.@id, value, distance |
Internal Properties
The following properties are automatically set when data are uploaded to the Hestia platform. If they are included in a file which is uploaded, they will be overwritten.
Field | Type | Definition |
---|---|---|
@type | string | Input |
schemaVersion | string |
The version of the schema when these data were created. |
added | array[string] |
A list of fields that have been added to the original dataset. |
addedVersion | array[string] |
A list of versions of the model used to add these fields. |
updated | array[string] |
A list of fields that have been updated on the original dataset. |
updatedVersion | array[string] |
A list of versions of the model used to update these fields. |
aggregated | array[string] |
A list of fields that have been 'aggregated' using data from multiple Cycles. |
aggregatedVersion | array[string] |
A list of versions of the aggregation engine corresponding to each aggregated field. |
Example 1