Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

djangostack

$
0
0

I am having a problem with GDAL by the looks of it, when I start my geodjango app using manage.py I get a error whenever I try and call a page using some of the geo data.

"GDAL_ERROR 4: Unable to open EPSG support file gcs.csv. Try setting the GDAL_DATA environment variable to point to the directory containing EPSG csv files."

tried using djangostack 1.4 and 1.5, running on ubuntu 12.10 desktop 64bit and ubuntu 12.04 server 64 bit and the vm running in virtualbox, the paths have been added to settings.py and i have tried adding to ubuntu system variable also. I have tried ./use_djangostack and can list and open the gcs.csv file. Settings variables, and postgis full version output shown below.

Any ideas?

Thanks, E

GEOS_LIBRARY_PATH = '/home/anyone/django15/postgresql/lib/libgeos_c.so' GDAL_LIBRARY_PATH = '/home/anyone/django15/postgresql/lib/libgdal.so' GDAL_DATA = '/home/anyone/django15/postgresql/share/gdal'

'POSTGIS="2.0.1 r9979" GEOS="3.3.5-CAPI-1.7.5" PROJ="Rel. 4.8.0, 6 March 2012" GDAL= "GDAL 1.9.0, released 2011/12/29 GDAL_DATA not found" LIBXML="2.7.8" LIBJSON="UNKNOW N" RASTER'


Viewing all articles
Browse latest Browse all 2052

Trending Articles