object SolarRadiation extends App
The SolarRadiation
object is a sample application that performs basic
analytics on solar radiation and meteorological data. The data is
provided by NSRDB. Hourly Global Horizontal Radiation data of 40 sites
from the years 1961 to 1990 is considered. Operations are performed directly
on compressed (RLE) vector and matrix.
FIX: must download the following file.
- See also
rredc.nrel.gov/solar/old_data/nsrdb/1961-1990/hourly/compressed/ > runMain apps.analytics.SolarRadiation
rredc.nrel.gov/solar/old_data/nsrdb/
- Alphabetic
- By Inheritance
- SolarRadiation
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val cmu: RleVectorD
- val denseTimeVec: VectorD
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val fName: String
- val itr: Int
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val mu: VectorD
- val rleTimeVec: RleVectorD
- val siteInfo: Seq[String]
- val solarMat: MatriD
- val solarRel: Relation
- val solarRleMat: RleMatrixD
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear