Opened 14 years ago
Closed 14 years ago
#838 closed enhancement (fixed)
[raster] Check GDAL Python bindings with NumPy support
Reported by: | mloskot | Owned by: | mloskot |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
The configure.ac:800 should not only check for GDAL, but should also try to determine availability of GDAL Python bindings built with NumPy support.
NumPy is required by the raster2pgsql.py script
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Summary: | Check GDAL Python bindings with NumPy support → [raster] Check GDAL Python bindings with NumPy support |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Implemented in trunk r6847