|
HAZE
haze is a drop-in replacement to process water vapor to be used with FORCE
|
Functions | |
| 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, if needed. All OGR-readable files and geometries are allowed. | |
| void | printBoundingBox (const OGREnvelope *box) |
| Print the top, right, bottom and left coordinates defining a bounding box to stdout. | |
|
nodiscard |
Compute the minimum bounding rectangle of the first or a specified layer and transform to EPSG:4326, if needed. All OGR-readable files and geometries are allowed.
| filePath | Path to file holding area of interest |
| layerName | Layer to use for bounding box creation. If NULL, use the first layer. |
| void printBoundingBox | ( | const OGREnvelope * | box | ) |
Print the top, right, bottom and left coordinates defining a bounding box to stdout.
| box | Bounding box whose coordinates should be printed. |