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