Philip Riggs wrote:
>I am not finding an answer to this question in the latest numpy
>documentation. I have a package that still uses Numeric (GDAL with
>python bindings). Is this valid code that will work as expected to
>convert the Numeric array to a numpy array (very simplified from my
I am not finding an answer to this question in the latest numpy
documentation. I have a package that still uses Numeric (GDAL with
python bindings). Is this valid code that will work as expected to
convert the Numeric array to a numpy array (very simplified from my
script)?
import numpy
fr