• Home
  • User Guide
  • Automation
  • API
  • Calculation
  • Validation
  • Contact Us
Search Results for

    Show / Hide Table of Contents
    • SolarFarmerApi.Client
      • AnnualEnergyYieldResults
      • DcoElectricalData
      • DcoGeneralData
      • DcoInputSpecification
      • DcoMechanicalData
      • DcoOutputSpecification
      • DiffuseModel
      • EnergyCalculationInputs
      • EnergyCalculationOptions
      • EnergyYieldResults
      • EnergyYieldResultsForMonth
      • EnumTechnology
      • IAMModelType
      • IAMModelTypeForOverride
      • IAMParameters
      • IndexedObject3D
      • Inverter
      • InverterEfficiencyModelType
      • InverterEfficiencyPoints
      • InverterInput
      • InverterSpecification
      • Layout
      • LayoutHintsForUI
      • Location
      • LossTreeEffects
      • LossTreeEntry
      • LossTreeResultForMonth
      • MeteorologicalCondition
      • MeteorologicalConditionsDataset
      • MiniSimpleTerrainDto
      • MissingMetDataMethod
      • ModelChainAsyncQueryResponse
      • ModelChainResponse
      • ModuleGeometry
      • ModuleIndexRange
      • ModuleSpecification
      • ModuleString
      • MountingTypeSpecification
      • MpptLimits
      • PanFileSupplements
      • PointInLossChain
      • PowerOptimizer
      • PowerOptimizerOperationType
      • ProblemDetails
      • PVPlant
      • PVsystDiodeModelParameters
      • QuadDouble
      • Rack
      • Response
      • Response2
      • Response3
      • RuntimeStatus
      • SimpleTerrainDto
      • SolarPositionDto
      • SolarPositionRequest
      • SolarPositions
      • SystemAttributes
      • TerrainRowDto
      • TerrainRowStartEndColumnsDto
      • ThreeEfficiencyCurves
      • Tracker
      • TrackerSystem
      • Transformer
      • TransformerLossModelTypes
      • TransformerSpecification
      • Vector3Double

    Class MeteorologicalConditionsDataset

    A data-set of meteorological conditions and the metadata relating them to a location
    They could represent a TMY, but it could be more or less than a year in duration

    Namespace: SolarFarmerApi.Client
    Syntax
    public class MeteorologicalConditionsDataset

    Properties

    Data

    The meteorological condition data for each timestep.

    Declaration
    public ICollection<MeteorologicalCondition> Data { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<MeteorologicalCondition>

    Elevation

    The elevation, in m

    Declaration
    public double? Elevation { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Latitude

    The latitude, in degrees, North being positive

    Declaration
    public double? Latitude { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Longitude

    The longitude, in degrees, east from Greenwich being positive

    Declaration
    public double? Longitude { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Name

    The name of the dataset

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    OffsetFromUtc

    The hourly timezone offset, positive indicating a time-zone east of Greenwich.

    Declaration
    public double OffsetFromUtc { get; set; }
    Property Value
    Type Description
    System.Double

    TimeOffsetToStartOfFirstIntervalInMinutes

    The time interval from midnight, to the start time of the first data record period, in minutes.

    Declaration
    public int? TimeOffsetToStartOfFirstIntervalInMinutes { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    In This Article
    Back to top DNV SolarFarmer Home