MISR Toolkit  1.5.1
Functions
MtkLatLonToPathList.c File Reference
#include "MisrOrbitPath.h"
#include "MisrCoordQuery.h"
#include "MisrError.h"
#include "MisrProjParam.h"
#include <stdlib.h>

Go to the source code of this file.

Functions

MTKt_status MtkLatLonToPathList (double lat_dd, double lon_dd, int *pathcnt, int **pathlist)
 Get list of paths that cover a particular latitude and longitude. More...
 

Function Documentation

◆ MtkLatLonToPathList()

MTKt_status MtkLatLonToPathList ( double  lat_dd,
double  lon_dd,
int *  pathcnt,
int **  pathlist 
)

Get list of paths that cover a particular latitude and longitude.

Returns
MTK_SUCCESS if successful.
Example:
In this example, we get the list of paths covering decimal degrees latitude -75.345 and longitude 169.89.
status = MtkLatLonToPathList(-75.345, 169.89, &pathcnt, &pathlist);
Note
The caller is responsible for freeing the memory used by pathlist
Parameters
[in]lat_ddLatitude
[in]lon_ddLongitude
[out]pathcntPath Count
[out]pathlistPath List

Definition at line 38 of file MtkLatLonToPathList.c.


MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:53