Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.13 KB

#OpenGL and GDAL Tutorials

The following Repo holds simple tutorials to work with GDAL to visualize GIS datasets with OpenGL. All of these tutorials will be made to compile both on Ubuntu (and other distros that are similar) and Mac.

These examples will include:

  • loading Shapes
  • loading DEMs
  • loading Geotiffs
  • A brief demonstration of translating between two different projections
  • OpenGL examples

The following tutorials will need these dependencies:

  • glm
  • GDAL
  • OpenGL
  • ImageMagick or GraphicsMagick
  • SDL2

Supplemental Readings:

When working with your own repo and you wish to push your own geotiffs to your own remote git repo use:

echo '*.tif -delta' > .gitattributes
git gc

This will make it so git does not have to spend time compressing your already compressed geotiff(depends if it is) or other compressed formats. ref. http://stackoverflow.com/questions/7102053/git-pull-without-remotely-compressing-objects