|
MISR Toolkit
1.5.1
|
#include "MisrCoordQuery.h"#include "MisrUnitConv.h"#include "MisrError.h"#include "proj.h"#include "gctp_prototypes.h"#include <stddef.h>Go to the source code of this file.
Functions | |
| MTKt_status | MtkSomXYToLatLon (int path, double som_x, double som_y, double *lat_dd, double *lon_dd) |
| Convert SOM X, SOM Y to decimal degrees latitude and longitude. More... | |
| MTKt_status MtkSomXYToLatLon | ( | int | path, |
| double | som_x, | ||
| double | som_y, | ||
| double * | lat_dd, | ||
| double * | lon_dd | ||
| ) |
Convert SOM X, SOM Y to decimal degrees latitude and longitude.
| [in] | path | Path |
| [in] | som_x | SOM X |
| [in] | som_y | SOM Y |
| [out] | lat_dd | Latitude |
| [out] | lon_dd | Longitude |
Definition at line 36 of file MtkSomXYToLatLon.c.