Oblomov / cxxenvi

Header-only read/write implementation for ENVI files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ ENVI reader/writer

A single-file C++11 header to read and write multi-spectral raw data with an associated ENVI-style format header. Licensed under the Mozilla Public License, version 2.0, see LICENSE for details.

The main file is cxxenvi.hh found in the include directory. Everything else is support and documentation.

API notice

The API is not yet stable, as many important features are missing. Also, as it was initially designed for a very specific quick & dirty use case, it's far from the being the nicest API one could expect for such usage.

Copyright Notice and Disclaimer

ENVIĀ® is copyrighted by Harris Geospatial. This C++ ENVI reader/writer is not associated with nor sponsored in any way by Harris Geospatial.

About

Header-only read/write implementation for ENVI files

License:Mozilla Public License 2.0


Languages

Language:C++ 100.0%