A simple converter from GDAL raster formats to BAG format.
For the library, you will need:
The build is based on CMake.
The Cmake's option 'BAGCNV_USE_INTERNAL_BINS' (only available on Windows) links against internally-shipped binary libraries for GDAL and BAG.
Run bag_converter [GDAL raster input] [BAG output].
The [GDAL raster input] is a path to a raster file (e.g., GeoTiff) that will be used to populate the elevation layer in the BAG file.
The [BAG output] provides name and path for the generated BAG.
- GitHub: https://github.com/hydroffice/bag_converter
- Project page: http://www.hydroffice.org/bag/
- License: LGPLv3 license (See LICENSE)