LTF.get: Read Linke turbidity factor from tiff maps

Description Usage Arguments Details Value Author(s)

View source: R/LTF.r

Description

Read monthyl Linke turbidity factor from 12 tiff maps for any location(s) in the world.

Usage

1
LTF.get(lon, lat, directory)

Arguments

lon

a number or a numeric array, longitude of the location(s) for downloading

lat

a number or a numeric array, latitude of the location(s) for downloading

directory

the directory of the downloaded .tiff images

Details

Twelve monthly maps of Linke turbidity factor values were created given by latitude and longitude. Latitude is positive North, longitude is positive eastwards of longitude 0. The data are in gridded, raw format, no header (tiff images), 1 byte per value (unsigned int encoding), 2160 rows and 4320 columns. Cell size is 5' (approx. 10 km at mid-latitude). Upper left corner is 90 N, 180 W. Then, point 90 N, 179.5 W etc. Lower right is 90 S, 180 E.

Value

A n\times 12 matrix, where n is the number of lat-lon pairs.

Author(s)

D. Yang


dazhiyang/SolarData documentation built on April 19, 2021, noon