A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
l2gen
geo_region.h
Go to the documentation of this file.
1
#ifndef GEO_REGION_H
2
#define GEO_REGION_H
3
#include "
l2_flags.h
"
4
#define GEOREGION SPARE1
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
int
get_georegion
(
float
lat
,
float
lon
);
9
void
close_georegion_file
();
10
#ifdef __cplusplus
11
}
12
#endif
13
14
#endif
close_georegion_file
void close_georegion_file()
Definition:
geo_region.cpp:47
run_local.lat
lat
Definition:
run_local.py:69
run_local.lon
lon
Definition:
run_local.py:69
get_georegion
int get_georegion(float lat, float lon)
Definition:
geo_region.cpp:51
l2_flags.h