Skip to content

A github repository that will give tutorials on how to load and visualize DEMs, shape files, and satellite imagery.

Notifications You must be signed in to change notification settings

JXQJ/OpenGL-and-GDAL-Tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

A github repository that will give tutorials on how to load and visualize DEMs, shape files, and satellite imagery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.2%
  • GLSL 5.5%
  • Makefile 2.3%