QGIS Algorithm provided by GRASS r.sun.insoltime (grass:r.sun.insoltime). r.sun.insoltime - Solar irradiance and irradiation model (daily sums).
grass_r_sun_insoltime(
elevation = qgisprocess:::qgis_default_value(),
aspect = qgisprocess:::qgis_default_value(),
aspect_value = qgisprocess:::qgis_default_value(),
slope = qgisprocess:::qgis_default_value(),
slope_value = qgisprocess:::qgis_default_value(),
linke = qgisprocess:::qgis_default_value(),
albedo = qgisprocess:::qgis_default_value(),
albedo_value = qgisprocess:::qgis_default_value(),
lat = qgisprocess:::qgis_default_value(),
long = qgisprocess:::qgis_default_value(),
coeff_bh = qgisprocess:::qgis_default_value(),
coeff_dh = qgisprocess:::qgis_default_value(),
horizon_basemap = qgisprocess:::qgis_default_value(),
horizon_step = qgisprocess:::qgis_default_value(),
day = qgisprocess:::qgis_default_value(),
step = qgisprocess:::qgis_default_value(),
declination = qgisprocess:::qgis_default_value(),
distance_step = qgisprocess:::qgis_default_value(),
npartitions = qgisprocess:::qgis_default_value(),
civil_time = qgisprocess:::qgis_default_value(),
.p = qgisprocess:::qgis_default_value(),
.m = qgisprocess:::qgis_default_value(),
insol_time = qgisprocess:::qgis_default_value(),
beam_rad = qgisprocess:::qgis_default_value(),
diff_rad = qgisprocess:::qgis_default_value(),
refl_rad = qgisprocess:::qgis_default_value(),
glob_rad = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_OPT = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_META = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)raster - Elevation layer (meters). Path to a raster layer.
raster - Aspect layer (decimal degrees). Path to a raster layer.
number - A single value of the orientation (aspect), 270 is south. A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
raster - Name of the input slope raster map (terrain slope or solar panel inclination) (decimal degrees). Path to a raster layer.
number - A single value of inclination (slope). A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
raster - Name of the Linke atmospheric turbidity coefficient input raster map. Path to a raster layer.
raster - Name of the ground albedo coefficient input raster map. Path to a raster layer.
number - A single value of the ground albedo coefficient. A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
raster - Name of input raster map containing latitudes (decimal degrees). Path to a raster layer.
raster - Name of input raster map containing longitudes (decimal degrees). Path to a raster layer.
raster - Name of real-sky beam radiation coefficient input raster map. Path to a raster layer.
raster - Name of real-sky diffuse radiation coefficient input raster map. Path to a raster layer.
raster - The horizon information input map basename. Path to a raster layer.
number - Angle step size for multidirectional horizon (degrees). A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
number - No. of day of the year (1-365). A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
number - Time step when computing all-day radiation sums (decimal hours). A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
number - Declination value (overriding the internally computed value) (radians). A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
number - Sampling distance step coefficient (0.5-1.5). A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
number - Read the input files in this number of chunks. A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
number - Civil time zone value, if none, the time will be local solar time. A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
boolean - Do not incorporate the shadowing effect of terrain. 1 for true/yes. 0 for false/no. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression. Original algorithm parameter name: -p.
boolean - Use the low-memory version of the program. 1 for true/yes. 0 for false/no. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression. Original algorithm parameter name: -m.
rasterDestination - Insolation time (h) . Path for new raster layer.
rasterDestination - Irradiation raster map (Wh.m-2.day-1). Path for new raster layer.
rasterDestination - Irradiation raster map (Wh.m-2.day-1). Path for new raster layer.
rasterDestination - Irradiation raster map (Wh.m-2.day-1). Path for new raster layer.
rasterDestination - Irradiance/irradiation raster map (Wh.m-2.day-1). Path for new raster layer.
extent - GRASS GIS region extent. A comma delimited string of x min, x max, y min, y max. E.g. '4,10,101,105'. Path to a layer. The extent of the layer is used..
number - GRASS GIS region cellsize (leave 0 for default). A numeric value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
string - Output Rasters format options (createopt). String value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
string - Output Rasters format metadata options (metaopt). String value. field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field. expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression.
further parameters passed to qgisprocess::qgis_run_algorithm()
logical specifying if complete out of qgisprocess::qgis_run_algorithm() should be used (TRUE) or first output (most likely the main) should read (FALSE). Default value is TRUE.
logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.
logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.
beam_rad - outputRaster - Irradiation raster map (Wh.m-2.day-1)
diff_rad - outputRaster - Irradiation raster map (Wh.m-2.day-1)
glob_rad - outputRaster - Irradiance/irradiation raster map (Wh.m-2.day-1)
insol_time - outputRaster - Insolation time (h)
refl_rad - outputRaster - Irradiation raster map (Wh.m-2.day-1)