[gradsusr] plot name city on the maps

Daniele Gandini daniele.gandini at arpa.piemonte.it
Mon Aug 2 03:51:35 EDT 2010


Dear Gianni,

lons and lats are Turin coordinates. You have to convert them
to xy coordinates and then you can plot city name.

'q w2xy 'lons' 'lats 

xs = subwrd(result,3)
ys = subwrd(result,6)

* Drawing circle
   'set line 2'
   'draw mark 5 'xs' 'ys
* Drawing name
   'set strsiz 0.15'
   'set string 1 bl 0'
   'draw string 'xs+0.1' 'ys+0.1' 'Turin

Va bin parej?

Ciao ciao.

Daniele



----- Messaggio originale -----
Da: "Gianni Cena" <giannicena at alice.it>
A: gradsusr at gradsusr.org
Inviato: Sabato, 31 luglio 2010 17:28:37
Oggetto: [gradsusr] plot name city on the maps





Please, 

what is the command for plotting the name of the city over the map with grads ? 

I want draw the city of Turin over the map of wrfems. 

Thank you ! 



Gianni Cena 
_______________________________________________
gradsusr mailing list
gradsusr at gradsusr.org
http://gradsusr.org/mailman/listinfo/gradsusr



More information about the gradsusr mailing list