rpygeo.AreaSolarRadiation.sa(in.surface.raster,  out.global.radiation.raster, latitude = 45, sky.size = 200,  time.configuration, day.interval = 14, hour.interval = 0.5,  each.interval = c("NOINTERVAL", "INTERVAL"),  z.factor = NULL, slope.aspect.input.type = c("FROM_DEM", "FLAT_SURFACE"),  calculation.directions = 32, zenith.divisions = 8,  azimuth.divisions = 8,  diffuse.model.type = c("UNIFORM_SKY", "STANDARD_OVERCAST_SKY"),  diffuse.proportion = 0.3, transmittivity = 0.5,  out.direct.radiation.raster = NULL, out.diffuse.radiation.raster = NULL,  out.direct.duration.raster = NULL, ...)
rpygeo.Viewshed.sa(in.raster, in.observer.features, out.raster, z.factor = 1,  curvature.correction = c("FLAT_EARTH", "CURVED_EARTH"), refractivity.coefficient = 0.13, x.field = "x", y.field = "y", tmpdir = tempdir(), ...)rpygeo.env environment).".shp") with observer point or
    polygon features, or data.frame with observer point
    features. If this is a data.frame, it will be written to
    a temporary shapefile in folder tmpdir, and x and y
    coordinates will be taken from the attributes identified by
    x.field and y.field in.observer.features is a data.framein.observer.features is a data.frame rpygeo.geoprocessor.NULL if no error occurred, otherwise
a character vector containing the error message.
rpygeo.geoprocessor for details on what happens behind
the scenes.ArcGIS 9.2 online help for the georpocessing tools can be accessed through the following URLs:
rpygeo.geoprocessor, rpygeo.build.env