12
votes
5answers
361 views

Smallest GIS library for embedded devices?

I need to use very simple geometry operations (read SHP or other standard format and simple searches) within an embedded device running a simple linux based os. What is the smallest and simplest API ...
2
votes
1answer
656 views

Error installing GDAL 1.9.0 python package

I'm trying to install the GDAL python package in a python 2.7.1 environment on RHEL 5. I am using the command 'pip install GDAL'. I have no problem installing other packages like numpy, etc. in this ...
0
votes
0answers
42 views

Missing SIP Module in QGIS on Debian Squeeze

Python environment is not loading and shows this error: Traceback (most recent call last): File "", line 1, in ImportError: No module named sip Versión de Python: 2.6.6 (r266:84292, Dec 26 2010, ...
0
votes
0answers
53 views

xml style file to highlight railway with generate_tiles.py + mapnik + planet.osm

I would like to know how to write an xml style file, so that I can render a map with only railways and country borders. so far I can successfully use the demo file to generate all the information. ...