On 8 Jun 2015 11:11 pm, "Ronquillo, Edgar Nahum"
wrote:
>
> I just noticed I have numpy 1.6. However, I installed the binaries and
bindings from Tamas' GIS internals site. Would I need numpy 1.7 or higher
in this case?
If you're running 32bit python, yes, get numpy 1.7.2 from the numpy
sourcefo
Sounds like you have a version mismatch. For example, you'll get that message
if you have numpy 1.7x installed and you installed the gdal binaries and
bindings from Christoph Gohlke
(http://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal) which are built against
numpy 1.9x
If you have numpy 1.7x installe
Hello,
So I am trying to run the example called "Clip a Geotiff with Shapefile" from
this website
https://pcjericks.github.io/py-gdalogr-cookbook/raster_layers.html. However, I
get an error about numpy although I do have numpy installed. I believe is
something with GDAL. Here is my output error