Hi!

I am farely new to matplotlib and basemap. I have one question about how to 
plot data from a csv file on a map.

the header goes as this

ID lat(x) long(y) measurements(z)

how can I read data in that
x gets the latitude
y gets the longgitute
z gets the data which will be shown in different color accoring to their values?

I played around and started from quiver_demo.py but didn't find my way.

reader = csv.reader(open('t.csv'))
for row in reader:
    print row

Could you give me some hints or starting points?

Thanks,
Tim

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to