16#include <gdal/ogr_core.h>
18#define PIXEL_SIZE 0.25
30[[nodiscard]] OGREnvelope *
boxFromPath(
const char *filePath,
const char *layerName);
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.