Description Usage Arguments Details Examples
This function takes latitude and longitude of identified cases and matched them to a specific identifier from the unipix dataframe
1 | pix.id.find(longlat, unipix)
|
longlat |
A two element vector of Longitude followed by Latitude |
unipix |
A universal lookup table detailing all pixels within the grid. Must contain a pixel ID in the first column and the fields "x" (Longitude) and "y" (Latitude) |
uses pixel stepwise distance (Longitude + Latitude) to identify nearest pixel to the given LatLong.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.