latlong_to_index: Convert latitude and longitude to indices in the WIND Toolkit...

Description Usage Arguments Value

Description

Given the latitude and longitude of a point, compute the corresponding indices on the WIND Toolkit dataset for the nearest point.

Usage

1
latlong_to_index(latitude, longitude)

Arguments

latitude

The latitude of the point (WGS84).

longitude

The longitude of the point (WGS84).

Value

A named list with elements y and x for the corresponding indices on the WIND Toolkit dataset.


floresfdev/wtkapi documentation built on May 24, 2019, 7:14 a.m.