GdalImageFormat
Description
- Derived from
- 
ImageFormat abstract 
| Full source code is included in the Tinman 3D SDK download. | 
An image format implementation that uses the GDAL library in version 1.7 or higher (see https://gdal.org) and the PROJ library in version 4.7 or higher (excluding major version 5, see https://proj.org).
In order for GDAL and/or PROJ to function properly, the following global options must have been configured, usually via environment variables:
- 
Path to GDAL resource files (see GDAL_DATA)
 https://gdal.org/user/configoptions.html#general-options
- 
Path to PROJ resource files (see PROJ_DATA/PROJ_LIB)
 https://proj.org/en/9.4/resource_files.html#where-are-proj-resource-files-looked-for
If the resource file paths are not configured correctly, coordinate reference systems will not be detected properly, which usually yields incomplete local coordinate systems.