"ComputedCloud" (Interpreter Type)
A cloud derived by computation.
Details
- "ComputedCloud" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "ComputedCloud" requires connectivity to the Wolfram Cloud.
Restriction Specifications
-
Restricted["ComputedCloud",{{choice1,…}}] one among choices Restricted["ComputedCloud",entityclass] one among the clouds of entityclass Restricted["ComputedCloud",{property1value1,…}] a cloud with values valuei for properties propertyi
Interpretation
- "ComputedCloud" yields an Entity of type "Cloud".
Examples
Basic Examples (3)
Interpreter["ComputedCloud"]["altocumulus"]Restrict to clouds in a class:
Interpreter[Restricted["ComputedCloud", EntityClass["Cloud", "HighClouds"]]]["cirrus"]Interpreter[Restricted["ComputedCloud", EntityProperty["Cloud", "MaxAltitude"] -> GreaterThan[Quantity[10.5, "Meters"]]]]["cirrostratus"]See Also
Interpreter SemanticImport Restricted Failure Entity EntityValue
Entity Types: Cloud WeatherStation TropicalStorm AtmosphericLayer
Interpreter Types: Cloud WeatherStation TropicalStorm AtmosphericLayer Entity ComputedWeatherStation ComputedTropicalStorm ComputedAtmosphericLayer
Related Guides
History
Introduced in 2014 (10.0)