Skip to content
/ gdalcpp Public

C++11 GDAL wrapper

License

Notifications You must be signed in to change notification settings

joto/gdalcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

gdalcpp

https://github.com/joto/gdalcpp

C++11 wrapper classes for GDAL/OGR.

These are some small wrapper classes for GDAL offering

  • classes with RAII instead of the arcane cleanup functions in stock GDAL
  • works with GDAL 1, 2, and 3
  • allows you to write less boilerplate code

The classes are not very complete, they just have the code I needed for various programs.

Using

Just copy gdalcpp.hpp over into your include directory.

Documentation

Sorry, there is currently no documentation. Look at https://github.com/osmcode/osm-gis-export for example code.

License

gdalcpp is available under the Boost Software License. See LICENSE.txt.

Author

Jochen Topf

About

C++11 GDAL wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages