goes_lonlat | R Documentation |
Converts GOES xy radian coordinates to latitude and longitude pairs
goes_lonlat(x, y, r_eq, r_pol, H, lambda0)
x |
x value from the netcdf in radians (scale and offset already applied) |
y |
y value from the netcdf in radians (scale and offset already applied) |
r_eq |
semi_major_axis |
r_pol |
semi_minor_axis |
H |
satellite height from center of earth = perspective_point_height + semi_major_axis |
lambda0 |
longitude_of_projection_origin (converted to radians) |
a named list with lon and lat values
coords <- goes_lonlat(x_rad, y_rad, r_eq, r_pol, H, lambda0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.