Skip to content

dtusk/gdal1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24,785 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GDAL - Geospatial Data Abstraction Library

GDAL is an open source X/MIT licensed translator library for raster and vector geospatial data formats. This is a mirror of the GDAL Subversion repository.

Howto

cd gdal

./configure --prefix=/usr --sysconfdir=/etc --with-libkml --with-libjson-c=internal
make
./configure --prefix=/usr --sysconfdir=/etc --with-libkml
make
sudo make install

Is it stupid? yes. Does it work? yes.

About

GDAL is an open source X/MIT licensed translator library for raster and vector geospatial data formats.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 67.2%
  • C 16.7%
  • Python 10.7%
  • HTML 2.0%
  • Java 1.3%
  • Shell 0.6%
  • Other 1.5%