You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="applyTrackerInactive">Indicating if trackers are inactive. If True, panels are assumed all facing up (i.e. zero rotation). Only has effect if your site has a tracking_type that is not “fixed”.</param>
31
31
/// <param name="terrainShading">If true, irradiance parameters are modified based on the surrounding terrain from a 90m-horizontal-resolution digital elevation model. The direct component of irradiance is set to zero when the beam from the sun is blocked by the terrain. The diffuse component of irradiance is reduced throughout the day if the sky view at the location is significantly reduced by the surrounding terrain. Global irradiance incorporates both effects.</param>
@@ -109,7 +109,7 @@ public async Task<ApiResponse<ForecastsDataResponse>> GetForecastAdvancedPvPower
109
109
}
110
110
}
111
111
/// <summary>
112
-
/// Get forecast aggregation data for up to 14 days of data at a time for a requested collection or aggregation.
112
+
/// Get forecast aggregation data for up to 7 days of data at a time for a requested collection or aggregation.
113
113
/// </summary>
114
114
/// <param name="outputParameters">The output parameters to include in the response.</param>
115
115
/// <param name="collectionId">Unique identifier for your collection.</param>
@@ -206,7 +206,7 @@ public async Task<ApiResponse<ForecastAggregationResponse>> GetForecastAggregati
206
206
/// <param name="outputParameters">The output parameters to include in the response.</param>
207
207
/// <param name="terrainShading">If true, irradiance parameters are modified based on the surrounding terrain from a 90m-horizontal-resolution digital elevation model. The direct component of irradiance is set to zero when the beam from the sun is blocked by the terrain. The diffuse component of irradiance is reduced throughout the day if the sky view at the location is significantly reduced by the surrounding terrain. Global irradiance incorporates both effects.</param>
thrownewException($@"Unhandled error in GetForecastRadiationAndWeather
374
374
Parameters: {paramDetails}
375
-
Error: {ex.Message}",ex);
376
-
}
377
-
}
378
-
/// <param name="latitude">The latitude of the location you request data for. Must be a decimal number between -90 and 90.</param>
379
-
/// <param name="longitude">The longitude of the location you request data for. Must be a decimal number between -180 and 180.</param>
380
-
/// <param name="timeZone">Timezone to return in data set. Accepted values are utc, longitudinal, or a range from -13 to 13 in 0.25 hour increments for utc offset.</param>
381
-
/// <param name="hours">The number of hours to return in the response.</param>
382
-
/// <param name="period">Length of the averaging period in ISO 8601 format.</param>
383
-
/// <param name="cleaningThreshold">Amount of daily rainfall required to clean the panels (mm)</param>
384
-
/// <param name="soilingLossRate">Percentage of energy lost due to one day of soiling.</param>
385
-
/// <param name="gracePeriod">Number of days after a rainfall event when it’s assumed the ground is damp, and so it’s assumed there is no soiling.</param>
386
-
/// <param name="maxSoiling">Maximum percentage of energy lost due to soiling. Soiling will build up until this value.</param>
387
-
/// <param name="initialSoiling">Initial percentage of energy lost due to soiling at time zero in the rainfall series input.</param>
388
-
/// <param name="manualWashDates">A list of ISO 8601 compliant dates or a repeating interval when manual cleaning of the panels occurred.</param>
0 commit comments