MISR Toolkit
1.5.1
|
#include "MisrSetRegion.h"
#include "MisrCoordQuery.h"
#include "MisrMapQuery.h"
#include "MisrError.h"
#include <stdlib.h>
#include <math.h>
#include <float.h>
Go to the source code of this file.
Functions | |
MTKt_status | MtkSnapToGrid (int Path, int Resolution, MTKt_Region Region, MTKt_MapInfo *Map_info) |
Snap a region to a MISR grid based on path number and resolution. More... | |
MTKt_status MtkSnapToGrid | ( | int | Path, |
int | Resolution, | ||
MTKt_Region | Region, | ||
MTKt_MapInfo * | Map_info | ||
) |
Snap a region to a MISR grid based on path number and resolution.
[in] | Path | Path |
[in] | Resolution | Resolution |
[in] | Region | Region |
[out] | Map_info | Map Info |
Definition at line 40 of file MtkSnapToGrid.c.