org.n52.operation.cropmodeling
Class ClassicDriessenKonijnWeatherData

java.lang.Object
  extended by org.n52.operation.cropmodeling.AttributeData
      extended by org.n52.operation.cropmodeling.WeatherData
          extended by org.n52.operation.cropmodeling.ClassicDriessenKonijnWeatherData

public class ClassicDriessenKonijnWeatherData
extends WeatherData

Weather data collection of Konijn and Driessen; The data is file based in *.dcl files. The data files contain comma delimited values for one year with dayly measurements (365 days). The data covers the year 2000.

File organisation: (see also @link ClassicDriessenDayWeatherData)
The first line contains: ID, latitude1, longitude, latitude2 All other lines contain: daynumber, TMax, TMin, Precipitation, RelativeHumidity, PotentialRateEvaporation, Sunhours

Author:
Willem Nieuwenhuis

Field Summary
 
Fields inherited from class org.n52.operation.cropmodeling.WeatherData
latitude, longitude, outputName, useRealData
 
Fields inherited from class org.n52.operation.cropmodeling.AttributeData
attributes, name
 
Constructor Summary
ClassicDriessenKonijnWeatherData(java.lang.String dataFileName)
           
 
Method Summary
 
Methods inherited from class org.n52.operation.cropmodeling.WeatherData
getDayWeatherData, getLatitude, getLongitude, isUseRealData, setDayWeatherData, setLatitude, setLongitude, setOutputDataTable, setUseRealData
 
Methods inherited from class org.n52.operation.cropmodeling.AttributeData
getAttributeData, getAttributes, getIndexedAttribute, setAttributeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassicDriessenKonijnWeatherData

public ClassicDriessenKonijnWeatherData(java.lang.String dataFileName)