hydroffice / bag_converter

A simple converter from GDAL raster formats to BAG format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple converter from GDAL raster formats to BAG format.

License:Other


Languages

Language:C++ 58.7%Language:C 35.8%Language:Objective-C 3.3%Language:CMake 2.2%