Sto cercando di usare il componente di mappatura del meraviglioso pacchetto PySAL , ma per qualche ragione non ho il modulo ogr. Avevo l'impressione che venisse confezionato con gdal . Mi sto perdendo qualcosa?
import gdal
import ogr
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-29-ef9eb3418665> in <module>()
----> 1 import gdal
2 import ogr
ImportError: No module named gdal
AGGIORNAMENTO: Temo di aver avuto un po 'di fretta a prendere un aereo, quindi non sono riuscito a includere alcune informazioni critiche. Ho già installato python-gdal usando il metodo apt-get descritto qui , perché volevo lasciare poco al caso. È possibile che il gestore pacchetti non lo abbia installato correttamente?
choct155@choct155-Q550LF:~$ sudo apt-get install python-gdal
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-gdal is already the newest version.
The following packages were automatically installed and are no longer required:
firefox-globalmenu libfftw3-3 libgeos-3.3.3 libogdi3.2 libxerces-c28
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 33 not upgraded.
Temo di non trovare neanche osgeo ...
from osgeo import gdal
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-28-a04b80bf4e65> in <module>()
----> 1 from osgeo import gdal
ImportError: No module named osgeo
Inoltre, dovrei aggiungere che sto usando Ubuntu 13.04.