Skip to content

fevzidas/oam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAerialMap

OpenAerialMap is a community project aiming to steward open aerial imagery.

The core of OpenAerialMap is django-powered index server hosted at: http://oam.osgeo.org/.

Documentation can be found at: http://docs.oam.osgeo.org

This repository contains a variety of the software tools coming together to make OAM a reality.

Installation

GDAL

OAM needs at least GDAL 1.8.0 that includes the VSI Curl feature. So, we install from source:

wget http://download.osgeo.org/gdal/gdal-1.8.0.tar.gz
tar xvf gdal-1.8.0.tar.gz
cd gdal-1.8.0
./configure --with-libtiff=/usr/lib --with-curl=/usr/bin/curl-config
make
make install

Note: the --with-libtiff is important to ensure libgdal links against the system version of libtiff instead of its internal version. If other software is installed (like mapnik) that links to the system version of libtiff, GDAL must also link to the same libtiff when used in the running process.

Also, if you run into problems with gdal try setting export CPL_DEBUG=True which will cause debugging info to be dumped out.

Django

Should work with django >= 1.0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.8%
  • Shell 5.5%
  • HTML 5.1%
  • CSS 3.2%
  • JavaScript 2.4%