[untitled]
Created: 2012-06-02 23:23:02
Last updated: 2012-06-02 23:23:29
No description has been set
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (0)
Titles (0)
Descriptions (0)
Dependencies (0)
Processors (5)
Name |
Type |
Description |
Information |
workflow |
|
Weather |
workflow |
|
Weather_Result |
beanshell |
Scriptimport java.util.*;
id=Integer.parseInt(WeatherID.get(0).toString());
ArrayList out=new ArrayList();
out.add(Success.get(0).toString());
out.add(State.get(0).toString());
out.add(City.get(0).toString());
out.add(WeatherStationCity.get(0).toString());
out.add(Picture.get(id).toString());
out.add(Description.get(id).toString());
out.add(Temperature.get(0).toString());
out.add(RelativeHumidity.get(0).toString());
out.add(Wind.get(0).toString());
out.add(Pressure.get(0).toString());
Weather=out; |
Forecast |
workflow |
|
Forecast_Result |
beanshell |
Scriptimport java.util.*;
ArrayList out=new ArrayList();
for(int i=1;i<7;i++){
ArrayList element=new ArrayList();
id=Integer.parseInt(WeatherID.get(i).toString());
element.add(Date.get(i).toString());
element.add(Picture.get(id).toString());
element.add(Description.get(id).toString());
element.add(Temp_Low.get(i-1).toString());
element.add(Temp_High.get(i).toString());
element.add(Precipitation_Day.get(i).toString());
element.add(Precipitation_Night.get(i-1).toString());
out.add(element);
}
Forecast=out; |
Beanshells (2)
Name |
Description |
Inputs |
Outputs |
Weather_Result |
|
Success
WeatherID
Picture
Description
State
City
WeatherStationCity
Temperature
RelativeHumidity
Wind
Pressure
|
Weather
|
Forecast_Result |
|
WeatherID
Picture
Description
Date
Temp_Low
Temp_High
Precipitation_Day
Precipitation_Night
|
Forecast
|
Outputs (2)
Name |
Description |
Weather |
|
Forecast |
|
Datalinks (23)
Source |
Sink |
ZIP |
Weather:ZIP |
Information:Picture |
Weather_Result:Picture |
Information:Description |
Weather_Result:Description |
Weather:City |
Weather_Result:City |
Weather:Pressure |
Weather_Result:Pressure |
Weather:RelativeHumidity |
Weather_Result:RelativeHumidity |
Weather:State |
Weather_Result:State |
Weather:Success |
Weather_Result:Success |
Weather:WeatherID |
Weather_Result:WeatherID |
Weather:Wind |
Weather_Result:Wind |
Weather:WeatherStationCity |
Weather_Result:WeatherStationCity |
Weather:Temperature |
Weather_Result:Temperature |
ZIP |
Forecast:ZIP |
Information:Picture |
Forecast_Result:Picture |
Information:Description |
Forecast_Result:Description |
Forecast:Date |
Forecast_Result:Date |
Forecast:WeatherID |
Forecast_Result:WeatherID |
Forecast:Temp_Low |
Forecast_Result:Temp_Low |
Forecast:Temp_High |
Forecast_Result:Temp_High |
Forecast:Precipitation_Night |
Forecast_Result:Precipitation_Night |
Forecast:Precipitation_Day |
Forecast_Result:Precipitation_Day |
Weather_Result:Weather |
Weather |
Forecast_Result:Forecast |
Forecast |
Coordinations (2)
Controller |
Target |
Information |
Weather |
Information |
Forecast |
Uploader
License
All versions of this Workflow are
licensed under:
Version 1
(of 1)
Credits (1)
(People/Groups)
Attributions (0)
(Workflows/Files)
None
Shared with Groups (0)
None
Featured In Packs (0)
None
Log in to add to one of your Packs
Attributed By (0)
(Workflows/Files)
None
Favourited By (0)
No one
Statistics
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (0)
No comments yet
Log in to make a comment