HAZE
haze is a drop-in replacement to process water vapor to be used with FORCE
Loading...
Searching...
No Matches
aoi.h
1#ifndef AOI_H
2#define AOI_H
15
16#include <gdal/ogr_core.h>
17
18#define PIXEL_SIZE 0.25
19
30[[nodiscard]] OGREnvelope *boxFromPath(const char *filePath, const char *layerName);
31
37void printBoundingBox(const OGREnvelope *box);
38 // end of group
40#endif // AOI_H
OGREnvelope * boxFromPath(const char *filePath, const char *layerName)
Compute the minimum bounding rectangle of the first or a specified layer and transform to EPSG:4326,...
void printBoundingBox(const OGREnvelope *box)
Print the top, right, bottom and left coordinates defining a bounding box to stdout.