Re: [Numpy-discussion] Convert Numeric array to numpy array

2007-05-31 Thread Travis Oliphant
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

[Numpy-discussion] Convert Numeric array to numpy array

2007-05-31 Thread Philip Riggs
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