Package com.aerisweather.aeris.model
Class Satellite
- java.lang.Object
-
- com.aerisweather.aeris.model.Satellite
-
public class Satellite extends Object
Object available for Satellite detected observations. NULL for Critical/Large observations.
-
-
Field Summary
Fields Modifier and Type Field Description NumberheightKMEstimated height of fire in kilometers.NumberheightMIEstimated height of fire in miles.StringsatFor MODIS detected fires only.StringsourceFor MODIS detected fires only.NumbertempCMeasured brightness temperature of the detected fire in degrees Celsius.NumbertempFMeasured brightness temperature of the detected fire in degrees Fahrenheit.NumbertempKMeasured brightness temperature of the detected fire in degrees Kelvin.NumberwidthKMEstimated width of fire in kilometers.NumberwidthMIEstimated width of fire in miles.
-
Constructor Summary
Constructors Constructor Description Satellite()
-
-
-
Field Detail
-
widthKM
public Number widthKM
Estimated width of fire in kilometers. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
-
widthMI
public Number widthMI
Estimated width of fire in miles. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
-
heightKM
public Number heightKM
Estimated height of fire in kilometers. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
-
heightMI
public Number heightMI
Estimated height of fire in miles. NOTE: Satellite based observation are rough estimates only, limited by resolution of detection method.
-
tempK
public Number tempK
Measured brightness temperature of the detected fire in degrees Kelvin.
-
tempC
public Number tempC
Measured brightness temperature of the detected fire in degrees Celsius.
-
tempF
public Number tempF
Measured brightness temperature of the detected fire in degrees Fahrenheit.
-
source
public String source
For MODIS detected fires only. Station source of MODIS data and detection. gsfc = NASA-Goddard Space Flight Center MODIS Rapid Response System rsac = USDA Forest Service Remote Sensing Application Center ssec = University of Wisconsin Space Science Engineering Center uaf = University of Alaska-Fairbanks
-
sat
public String sat
For MODIS detected fires only. Satellite source of MODIS data and detection T = TERRA MODIS A = AQUA MODIS
-
-