{
  "_id": "6a101564acfb0bcc41c8411a",
  "Type": "Package",
  "Package": "pmetar",
  "Title": "Processing METAR Weather Reports",
  "Version": "0.7.0",
  "Authors@R": "c(\nperson(\"Pawel\", \"Cwiek\", , \"prc.altodato@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"David\", \"Megginson\", role = \"ctb\",\ncomment = \"Author of data set with airports list https://ourairports.com/data/\"),\nperson(\"Greg\", \"Thompson\", role = \"ctb\",\ncomment = \"Author of data set with airports list https://weather.ral.ucar.edu/surface/stations.txt\")\n)",
  "Maintainer": "Pawel Cwiek <prc.altodato@gmail.com>",
  "Description": "Allows to download current and historical METAR weather\nreports extract and parse basic parameters and present main\nweather information. Current reports are downloaded from\nAviation Weather Center\n<https://aviationweather.gov/data/metar/> and historical\nreports from Iowa Environmental Mesonet web page of Iowa State\nUniversity ASOS-AWOS-METAR\n<http://mesonet.agron.iastate.edu/AWOS/>.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/prcwiek/pmetar",
  "BugReports": "https://github.com/prcwiek/pmetar/issues",
  "VignetteBuilder": "knitr",
  "LazyData": "true",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "make libicu-dev libssl-dev",
  "Repository": "https://prcwiek.r-universe.dev",
  "Date/Publication": "2026-01-14 19:35:12 UTC",
  "RemoteUrl": "https://github.com/prcwiek/pmetar",
  "RemoteRef": "HEAD",
  "RemoteSha": "4213dcf86a10d35e3ba22125d5c7389d95e049c7",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 08:30:58 UTC",
    "User": "root"
  },
  "Author": "Pawel Cwiek [aut, cre],\nDavid Megginson [ctb] (Author of data set with airports list\nhttps://ourairports.com/data/),\nGreg Thompson [ctb] (Author of data set with airports list\nhttps://weather.ral.ucar.edu/surface/stations.txt)",
  "MD5sum": "6c8a11c712c96926109dc7fcd6d3697e",
  "_user": "prcwiek",
  "_type": "src",
  "_file": "pmetar_0.7.0.tar.gz",
  "_fileid": "0966079bc559d41f2c497bd187e274dd3e26f239261daae5db111fb7cd6c7b3a",
  "_filesize": 1154800,
  "_sha256": "0966079bc559d41f2c497bd187e274dd3e26f239261daae5db111fb7cd6c7b3a",
  "_created": "2026-05-14T08:30:58.000Z",
  "_published": "2026-05-22T08:35:48.304Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77344793417,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6990402419"
    },
    {
      "job": 77344793536,
      "time": 136,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990402774"
    },
    {
      "job": 77344793432,
      "time": 177,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6990407011"
    },
    {
      "job": 77344793260,
      "time": 149,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7010976680"
    },
    {
      "job": 77344792471,
      "time": 194,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990365355"
    },
    {
      "job": 77344792692,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156281794"
    },
    {
      "job": 77344792869,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6990387600"
    },
    {
      "job": 77344793342,
      "time": 105,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6990394329"
    },
    {
      "job": 77344793467,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990389777"
    }
  ],
  "_buildurl": "https://github.com/r-universe/prcwiek/actions/runs/25850071593",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/prcwiek/pmetar",
  "_commit": {
    "id": "4213dcf86a10d35e3ba22125d5c7389d95e049c7",
    "author": "Pawel Cwiek <prc.altodato@gmail.com>",
    "committer": "Pawel Cwiek <prc.altodato@gmail.com>",
    "message": "example to one line\n",
    "time": 1768419312
  },
  "_maintainer": {
    "name": "Pawel Cwiek",
    "email": "prc.altodato@gmail.com",
    "login": "prcwiek",
    "uuid": 22644450
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Depends"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "RCurl",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    }
  ],
  "_owner": "prcwiek",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-21",
      "n": 1
    },
    {
      "week": "2025-34",
      "n": 1
    },
    {
      "week": "2025-35",
      "n": 11
    },
    {
      "week": "2025-37",
      "n": 6
    },
    {
      "week": "2025-52",
      "n": 4
    },
    {
      "week": "2026-03",
      "n": 11
    }
  ],
  "_tags": [
    {
      "name": "v0.6.0",
      "date": "2025-09-14"
    },
    {
      "name": "v0.7.0",
      "date": "2026-01-14"
    }
  ],
  "_topics": [
    "airports",
    "aviation-weather",
    "historical-metar-reports",
    "metar",
    "metar-decoder"
  ],
  "_stars": 14,
  "_contributors": [
    {
      "user": "prcwiek",
      "count": 367,
      "uuid": 22644450
    }
  ],
  "_userbio": {
    "uuid": 22644450,
    "type": "user",
    "name": "Pawel Cwiek",
    "description": "Data analyst, wind energy engineer and R enthusiast"
  },
  "_downloads": {
    "count": 593,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pmetar"
  },
  "_devurl": "https://github.com/prcwiek/pmetar",
  "_searchresults": 14,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/pmetar.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/prcwiek/pmetar",
  "_realowner": "prcwiek",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.7.0",
      "date": "2020-09-09"
    },
    {
      "version": "0.3.0",
      "date": "2021-01-13"
    },
    {
      "version": "0.3.1",
      "date": "2021-03-04"
    },
    {
      "version": "0.3.2",
      "date": "2021-11-05"
    },
    {
      "version": "0.3.3",
      "date": "2022-03-08"
    },
    {
      "version": "0.4.0",
      "date": "2022-09-04"
    },
    {
      "version": "0.4.1",
      "date": "2023-05-07"
    },
    {
      "version": "0.5.0",
      "date": "2023-10-25"
    },
    {
      "version": "0.5.1",
      "date": "2025-03-02"
    },
    {
      "version": "0.6.0",
      "date": "2025-09-14"
    },
    {
      "version": "0.7.0",
      "date": "2026-01-15"
    }
  ],
  "_exports": [
    "metar_airport",
    "metar_cloud_coverage",
    "metar_day",
    "metar_decode",
    "metar_dew_point",
    "metar_dir",
    "metar_get",
    "metar_get_historical",
    "metar_gust",
    "metar_hour",
    "metar_iata_icao",
    "metar_is_correct",
    "metar_location",
    "metar_pressure",
    "metar_print",
    "metar_rwy_visibility",
    "metar_speed",
    "metar_temp",
    "metar_time_zone",
    "metar_visibility",
    "metar_windshear",
    "metar_wx_codes"
  ],
  "_datasets": [
    {
      "name": "metarWXcodes",
      "title": "METAR WX weather conditions codes",
      "object": "metarWXcodes",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Type",
        "Abbreviation",
        "Meaning"
      ],
      "rows": 39,
      "table": true,
      "tojson": true
    },
    {
      "name": "mst",
      "title": "Secondary airport list",
      "object": "mst",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "ourairports",
      "title": "Main list of airports",
      "object": "ourairports",
      "class": [
        "data.frame"
      ],
      "fields": [
        "id",
        "ident",
        "type",
        "name",
        "latitude_deg",
        "longitude_deg",
        "elevation_ft",
        "elevation_m",
        "iso_country",
        "iso_region",
        "municipality",
        "icao_code",
        "iata_code"
      ],
      "rows": 29106,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "metar_airport",
      "title": "Get airport ICAO, International Civil Aviation Organization, code.",
      "topics": [
        "metar_airport"
      ]
    },
    {
      "page": "metar_cloud_coverage",
      "title": "Get cloud coverage information.",
      "topics": [
        "metar_cloud_coverage"
      ]
    },
    {
      "page": "metar_day",
      "title": "Get day of month.",
      "topics": [
        "metar_day"
      ]
    },
    {
      "page": "metar_decode",
      "title": "Decode METAR report.",
      "topics": [
        "metar_decode"
      ]
    },
    {
      "page": "metar_dew_point",
      "title": "Get dew point temperature.",
      "topics": [
        "metar_dew_point"
      ]
    },
    {
      "page": "metar_dir",
      "title": "Get wind direction.",
      "topics": [
        "metar_dir"
      ]
    },
    {
      "page": "metar_get",
      "title": "Get a current METAR report for an airport.",
      "topics": [
        "metar_get"
      ]
    },
    {
      "page": "metar_get_historical",
      "title": "Get historical METAR reports.",
      "topics": [
        "metar_get_historical"
      ]
    },
    {
      "page": "metar_gust",
      "title": "Get gust speed.",
      "topics": [
        "metar_gust"
      ]
    },
    {
      "page": "metar_hour",
      "title": "Get hour and minutes.",
      "topics": [
        "metar_hour"
      ]
    },
    {
      "page": "metar_iata_icao",
      "title": "Convert between IATA (International Air Transport Association) airport code to ICAO (International Civil Aviation Organization) airport code or vice versa.",
      "topics": [
        "metar_iata_icao"
      ]
    },
    {
      "page": "metar_is_correct",
      "title": "Check if METAR report is correct.",
      "topics": [
        "metar_is_correct"
      ]
    },
    {
      "page": "metar_location",
      "title": "Get approximated airport location.",
      "topics": [
        "metar_location"
      ]
    },
    {
      "page": "metar_pressure",
      "title": "Get atmospheric pressure.",
      "topics": [
        "metar_pressure"
      ]
    },
    {
      "page": "metar_print",
      "title": "Decode and print METAR report",
      "topics": [
        "metar_print"
      ]
    },
    {
      "page": "metar_rwy_visibility",
      "title": "Get runway(s) visibility.",
      "topics": [
        "metar_rwy_visibility"
      ]
    },
    {
      "page": "metar_speed",
      "title": "Get wind speed",
      "topics": [
        "metar_speed"
      ]
    },
    {
      "page": "metar_temp",
      "title": "Get temperature.",
      "topics": [
        "metar_temp"
      ]
    },
    {
      "page": "metar_time_zone",
      "title": "Get time zone.",
      "topics": [
        "metar_time_zone"
      ]
    },
    {
      "page": "metar_visibility",
      "title": "Get visibility information.",
      "topics": [
        "metar_visibility"
      ]
    },
    {
      "page": "metar_windshear",
      "title": "Get wind shear information.",
      "topics": [
        "metar_windshear"
      ]
    },
    {
      "page": "metar_wx_codes",
      "title": "Get weather conditions information.",
      "topics": [
        "metar_wx_codes"
      ]
    },
    {
      "page": "metarWXcodes",
      "title": "METAR WX weather conditions codes",
      "topics": [
        "metarWXcodes"
      ]
    },
    {
      "page": "mst",
      "title": "Secondary airport list",
      "topics": [
        "mst"
      ]
    },
    {
      "page": "ourairports",
      "title": "Main list of airports",
      "topics": [
        "ourairports"
      ]
    }
  ],
  "_readme": "https://github.com/prcwiek/pmetar/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "bitops",
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "httr2",
    "lifecycle",
    "lubridate",
    "magrittr",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rappdirs",
    "RCurl",
    "rlang",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "pmetar.Rmd",
      "filename": "pmetar.html",
      "title": "Processing METAR weather reports",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Package pmetar",
        "Downloading a current METAR weather report",
        "Download the current METAR plus reports from the last 24 hours.",
        "Downloading historical METAR weather report",
        "Decoding main informatin from a single METAR weather report",
        "Airport",
        "Day and time",
        "Wind speed and wind direction",
        "Visibility",
        "Weather conditions",
        "Cloud coverage",
        "Temperature and dew point",
        "Pressure",
        "Wind shear",
        "Runway visibility",
        "Putting all together",
        "Decoding METAR reports",
        "Decoding one METAR report with the function metar_print()"
      ],
      "created": "2020-08-15 11:50:06",
      "modified": "2026-01-13 20:03:07",
      "commits": 12
    }
  ],
  "_score": 5.769377326076139,
  "_indexed": true,
  "_nocasepkg": "pmetar",
  "_universes": [
    "prcwiek"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.7.0",
      "date": "2026-05-14T08:33:10.000Z",
      "distro": "noble",
      "commit": "4213dcf86a10d35e3ba22125d5c7389d95e049c7",
      "fileid": "bf988a9e4cc12a0d29850571d0792ee4d0158f60734600352d5b260422345ece",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/prcwiek/actions/runs/25850071593"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.7.0",
      "date": "2026-05-14T08:33:10.000Z",
      "distro": "noble",
      "commit": "4213dcf86a10d35e3ba22125d5c7389d95e049c7",
      "fileid": "52f81a4573a123ebda02a20352973071d48645f48bf6b8906a198fe58ff1a06c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/prcwiek/actions/runs/25850071593"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.7.0",
      "date": "2026-05-14T08:33:34.000Z",
      "commit": "4213dcf86a10d35e3ba22125d5c7389d95e049c7",
      "fileid": "8fb3d66992a62253e4abba410e9eef2adff933cdfff3821bb6846d04c1dde14a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/prcwiek/actions/runs/25850071593"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.7.0",
      "date": "2026-05-15T05:53:26.000Z",
      "commit": "4213dcf86a10d35e3ba22125d5c7389d95e049c7",
      "fileid": "77d4de7364e258d0e4dbfdaa7b618cd4402eb26cd4d51c89cc0859125a113bce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/prcwiek/actions/runs/25850071593"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.7.0",
      "date": "2026-05-14T08:32:14.000Z",
      "commit": "4213dcf86a10d35e3ba22125d5c7389d95e049c7",
      "fileid": "c68ccf7e94fe9a939be56c4e09d3641546d6c23291c2c3db20401f09337a6094",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/prcwiek/actions/runs/25850071593"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.7.0",
      "date": "2026-05-14T08:32:30.000Z",
      "commit": "4213dcf86a10d35e3ba22125d5c7389d95e049c7",
      "fileid": "a3df1a521e67edadb5bf7a9e6d7e82148197bb50deaa9f78b6fc4cf3e071e60b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/prcwiek/actions/runs/25850071593"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.7.0",
      "date": "2026-05-14T08:32:19.000Z",
      "commit": "4213dcf86a10d35e3ba22125d5c7389d95e049c7",
      "fileid": "d5ba9910d36236a79dd949bab2cb5941f1e41f827bac700fadaf309bfd2b8ea4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/prcwiek/actions/runs/25850071593"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.7.0",
      "date": "2026-05-22T08:35:32.000Z",
      "commit": "4213dcf86a10d35e3ba22125d5c7389d95e049c7",
      "fileid": "69804fc6da903ff14cf66c3a9af267ddd4d0011492a2a790095338cff159216a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/prcwiek/actions/runs/25850071593"
    }
  ]
}