|
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 | MtkLatLonToSomXY (int path, double lat_dd, double lon_dd, double *som_x, double *som_y) |
| Convert decimal degrees latitude and longitude to SOM X, SOM Y. More... | |
| MTKt_status MtkLatLonToSomXY | ( | int | path, |
| double | lat_dd, | ||
| double | lon_dd, | ||
| double * | som_x, | ||
| double * | som_y | ||
| ) |
Convert decimal degrees latitude and longitude to SOM X, SOM Y.
| [in] | path | Path |
| [in] | lat_dd | Latitude |
| [in] | lon_dd | Longitude |
| [out] | som_x | SOM X |
| [out] | som_y | SOM Y |
Definition at line 38 of file MtkLatLonToSomXY.c.