Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If not Latest, then this parameter is taken to be the entire path to the database directory. Only available if Data Selection Type is set to Local.

Macro Example Using the Meteogram Icon

The Meteogram icon returns a graphics file as its output, so there is no need to render it through the plot() command; instead, it can be simply written to disk with the write() command, as shown below.

 

Code Block
london = stations (name : "London, St James Park")

metgram_london = meteogram
(
	type : "10_days_epsgram",
	format : "pdf",
	station : london
)

write ('metgram_london.pdf', metgram_london)