Tag: gdal

GDAL 1.7.0

31.01.2010 12:10 ·  GIS  ·  gdal, release

Announced GDAL 1.7.0, a new version of an open source library for working with raster and vector data. Here you go… I just recently upgraded to 1.6.3.

A short list of changes:

The full changelog can be found here.

About rasterlang and GDAL

06.01.2010 15:15 ·  GIS  ·  qgis, gdal, python

The rasterlang QGIS plugin refused to work, complaining about a self-compiled GDAL with almost everything enabled. Investigation showed that in addition to all GDAL dependencies, the NumPy package must also be installed. Otherwise you some things will not work.

NumPy is needed to build gdal_array: a small but essential module used to represent images as arrays and then do all sorts of naughty things with them.

After installing NumPy, rebuilding and updating the GDAL package, everything worked.