[SciPy-User] matplotlib and large array

Hannes Reuter GISxperts at web.de
Wed Jun 9 16:36:58 EDT 2010


qgis is no way for displaying it.. ? 

Cheers Hannes




--
Dr. Hannes Isaak Reuter
gisxperts gbr

-----Ursprüngliche Nachricht-----
Von: Massimo Di Stefano <massimodisasha at gmail.com>
Gesendet: 09.06.2010 20:31:17
An: matplotlib-users at lists.sourceforge.net
Betreff: [SciPy-User] matplotlib and large array

Hi All,

i need to work with a relative large images "60 mb" (single band geotiff file)
i store it in python as a numpy array using python-gdal, 
the array dinension is (7173 X 7924) single band image,
but tring to display it with matshow/imageshow
or other matplotlib functions i have that python freeze itself and is not able to load the image.

if i use a subset of the image, i 'm able to display it
or at least i hade to reduce its resolution using hacks like :

reduced_array = array[::3,::3]

i don't need full resolution dataset when the image is displaied with a full "zoom out"
so the reduction " reduced_array = array[::3,::3] "  is good to show the complete image
but when i zoom in the image i obviously lost data (less resolution)

what do you use to display large dataset ?

i'm thinking  about a "piramid" with multy array based on the different zoom levels
.. but maybe this idea is not so cool.
someone already has developed similar code ?

thanks to All for any suggestion!

Regards,

Massimo
_______________________________________________
SciPy-User mailing list
SciPy-User at scipy.org
http://mail.scipy.org/mailman/listinfo/scipy-user
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Hannes.vcf
Type: text/x-vcard
Size: 287 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100609/7481ef30/attachment.vcf>


More information about the SciPy-User mailing list