Skip to content

A simple converter from GDAL raster formats to BAG format.

License

Notifications You must be signed in to change notification settings

hydroffice/bag_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BAG Converter

logo

General Info

Codacy

A simple converter from GDAL raster formats to BAG format.

Dependencies

For the library, you will need:

How to build

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.

How to use

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.

Other info