Hi Kent,

I am writing a program basically in python gui to open a file and display
its content. File contains ascii data... here is an example of that.
a text file having info like this

ncols         4
nrows         4
xllcorner     392800
yllcorner     5376340
cellsize      55
NODATA_value  -9999
9 3 7 3
8 3 2 7
3 2 1 3
3 7 3 2

it has predefined rows and colns... i know similar program in simple python
but wanna figure out how to do that in wxpython...

thanks,
Varsha

On 9/27/07, Kent Johnson <[EMAIL PROTECTED]> wrote:
>
> Varsha Purohit wrote:
> > Hello everyone,
> >       I need  a basic tutorial which can help me in reading or writing
> > ascii grid file....
>
> What is an ascii grid file? Reading and writing text files should be
> covered in any Python tutorial, find one you like here:
> http://wiki.python.org/moin/BeginnersGuide/NonProgrammers
>
> Kent
>



-- 
Varsha Purohit,
Graduate Student,
San Diego State University
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to