R package for decoding SYNOP (AAXX) strings of weather reports.
Open R
and install devtools
package if not yet installed.
install.packages("devtools")
Now, you can install the the development version of decodeSYNOP
from GitHub with:
library(devtools)
install_github("rijaf-iri/decodeSYNOP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.