modisColRowToLongLat: MODIS column and row to longitude and latitude.

Description Usage Arguments

Description

This function computes the longitude and latitude for a MODIS column and row index.

Usage

1
2
modisColRowToLongLat(col, row, h = NULL, v = NULL, pixelsize,
  projCRS = NULL)

Arguments

col

An integer. A global index of the MODIS column or a local index of the column within a specific h:v tile

row

An integer. A global index of the MODIS row or a local index of the row within a specific h:v tile

h

An integer. Horizontal MODIS tile

v

An integer. Vertical MODIS tile

pixelsize

A number. The MODIS resolution.

projCRS

A CRS object.


vwmaus/geoScidb documentation built on May 3, 2019, 7:10 p.m.