{
  "_id": "6a1f2bf7b401979e734259b5",
  "Package": "weathR",
  "Title": "Interact with the U.S. National Weather Service API",
  "Version": "0.1.0",
  "Authors@R": "person(\"Jeffrey\", \"Fowler\", email = \"JeffreyF6120@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0009-0003-9448-0980\"))",
  "Description": "Enables interaction with the National Weather Service\napplication programming web-interface for fetching of realtime\nmeteorological data. Users can provide latitude and longitude,\nAutomated Surface Observing System identifier, or Automated\nWeather Observing System identifier to fetch recent weather\nobservations and recent forecasts for the given location or\nstation. Additionally, auxiliary functions exist to identify\nstations nearest to a point, convert wind direction from\ncharacter to degrees, and fetch active warnings. Results are\nreturned as simple feature objects whenever possible.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/JeffreyFowler/weathR",
  "BugReports": "https://github.com/JeffreyFowler/weathR/issues",
  "Repository": "https://jeffreyfowler.r-universe.dev",
  "Date/Publication": "2025-03-31 21:40:11 UTC",
  "RemoteUrl": "https://github.com/jeffreyfowler/weathr",
  "RemoteRef": "HEAD",
  "RemoteSha": "e6dcdd2520f93a167facb4b7fa55a4251c552b97",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 05:49:38 UTC",
    "User": "root"
  },
  "Author": "Jeffrey Fowler [aut, cre, cph] (ORCID:\n<https://orcid.org/0009-0003-9448-0980>)",
  "Maintainer": "Jeffrey Fowler <JeffreyF6120@gmail.com>",
  "MD5sum": "05b75a58d81fa99bb15ef3ea37ca52b3",
  "_user": "jeffreyfowler",
  "_type": "src",
  "_file": "weathR_0.1.0.tar.gz",
  "_fileid": "059bae218905b275ac2a4addb0b8f691fce23031be5441401e3697677093940c",
  "_filesize": 469581,
  "_sha256": "059bae218905b275ac2a4addb0b8f691fce23031be5441401e3697677093940c",
  "_created": "2026-05-16T05:49:38.000Z",
  "_published": "2026-06-02T19:16:07.160Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79148155556,
      "time": 159,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7030966886"
    },
    {
      "job": 79148155230,
      "time": 150,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030965967"
    },
    {
      "job": 79148155210,
      "time": 192,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7030966991"
    },
    {
      "job": 79148155146,
      "time": 137,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030962912"
    },
    {
      "job": 79148154708,
      "time": 195,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030950428"
    },
    {
      "job": 79148154551,
      "time": 1442,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 79148155250,
      "time": 120,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7030963022"
    },
    {
      "job": 79148155144,
      "time": 110,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7030962179"
    },
    {
      "job": 79148155300,
      "time": 121,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030963033"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jeffreyfowler/actions/runs/25954216541",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jeffreyfowler/weathr",
  "_commit": {
    "id": "e6dcdd2520f93a167facb4b7fa55a4251c552b97",
    "author": "Jeff Fowler <JeffreyF6120@gmail.com>",
    "committer": "Jeff Fowler <JeffreyF6120@gmail.com>",
    "message": "Ammended examples; rebuilt readme\n",
    "time": 1743457211
  },
  "_maintainer": {
    "name": "Jeffrey Fowler",
    "email": "jeffreyf6120@gmail.com",
    "login": "jeffreyfowler",
    "uuid": 122249301
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "lutz",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "gt",
      "role": "Suggests"
    },
    {
      "package": "snakecase",
      "role": "Suggests"
    },
    {
      "package": "tmap",
      "role": "Suggests"
    }
  ],
  "_owner": "jeffreyfowler",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "jeffreyfowler",
      "count": 34,
      "uuid": 122249301
    }
  ],
  "_userbio": {
    "uuid": 122249301,
    "type": "user",
    "name": "JeffreyFowler"
  },
  "_downloads": {
    "count": 227,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/weathR"
  },
  "_devurl": "https://github.com/jeffreyfowler/weathr",
  "_searchresults": 31,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/weathR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jeffreyfowler/weathr",
  "_realowner": "jeffreyfowler",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-04-02"
    }
  ],
  "_exports": [
    "..point_forecast",
    ".point_data",
    ".point_forecast",
    ".station_data",
    "%>%",
    "alerts",
    "dir_as_char",
    "dir_as_integer",
    "point_data",
    "point_forecast",
    "point_station",
    "point_today",
    "point_tomorrow",
    "safe_collapse",
    "station_coords",
    "station_forecast",
    "station_obs",
    "station_point",
    "station_today",
    "station_tomorrow",
    "station_tz",
    "stations_near"
  ],
  "_help": [
    {
      "page": "dot-.point_forecast",
      "title": "Point Forecast Data and Local Timezone",
      "topics": [
        "..point_forecast"
      ]
    },
    {
      "page": "dot-point_data",
      "title": "Get the JSON Data for a Point",
      "topics": [
        ".point_data"
      ]
    },
    {
      "page": "dot-point_forecast",
      "title": "Raw JSON Point Forecast Data",
      "topics": [
        ".point_forecast"
      ]
    },
    {
      "page": "dot-station_data",
      "title": "Raw JSON Station Metadata",
      "topics": [
        ".station_data"
      ]
    },
    {
      "page": "alerts",
      "title": "National Weather Service Alerts",
      "topics": [
        "alerts"
      ]
    },
    {
      "page": "dir_as_char",
      "title": "Convert Wind Direction from Numeric to Character",
      "topics": [
        "dir_as_char"
      ]
    },
    {
      "page": "dir_as_integer",
      "title": "Convert Wind Direction from a Character to an Integer",
      "topics": [
        "dir_as_integer"
      ]
    },
    {
      "page": "point_data",
      "title": "Get NWS Metadata for a Point",
      "topics": [
        "point_data"
      ]
    },
    {
      "page": "point_forecast",
      "title": "Point Forecast Data",
      "topics": [
        "point_forecast"
      ]
    },
    {
      "page": "point_station",
      "title": "Find Nearest ASOS/AWOS Station",
      "topics": [
        "point_station"
      ]
    },
    {
      "page": "point_today",
      "title": "Weather Observed Today at a Point",
      "topics": [
        "point_today"
      ]
    },
    {
      "page": "point_tomorrow",
      "title": "Weather Forecast for Tomorrow at a Point",
      "topics": [
        "point_tomorrow"
      ]
    },
    {
      "page": "safe_collapse",
      "title": "Safe Collapse",
      "topics": [
        "safe_collapse"
      ]
    },
    {
      "page": "station_coords",
      "title": "Station Coordinates",
      "topics": [
        "station_coords"
      ]
    },
    {
      "page": "station_forecast",
      "title": "Station Forecast",
      "topics": [
        "station_forecast"
      ]
    },
    {
      "page": "station_obs",
      "title": "Station Observations",
      "topics": [
        "station_obs"
      ]
    },
    {
      "page": "station_point",
      "title": "Station Coordinates as a Point",
      "topics": [
        "station_point"
      ]
    },
    {
      "page": "station_today",
      "title": "Weather Observed Today at a Station Identifier",
      "topics": [
        "station_today"
      ]
    },
    {
      "page": "station_tomorrow",
      "title": "Tomorrows Forecast",
      "topics": [
        "station_tomorrow"
      ]
    },
    {
      "page": "station_tz",
      "title": "Fetch Station Timezone",
      "topics": [
        "station_tz"
      ]
    },
    {
      "page": "stations_near",
      "title": "Find All Stations in a Point's Forecast Zone",
      "topics": [
        "stations_near"
      ]
    }
  ],
  "_readme": "https://github.com/jeffreyfowler/weathr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "class",
    "classInt",
    "cli",
    "cpp11",
    "curl",
    "DBI",
    "dplyr",
    "e1071",
    "generics",
    "glue",
    "hms",
    "httr2",
    "janitor",
    "jsonlite",
    "KernSmooth",
    "lifecycle",
    "lubridate",
    "lutz",
    "magrittr",
    "MASS",
    "openssl",
    "pillar",
    "pkgconfig",
    "proxy",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "s2",
    "sf",
    "snakecase",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "units",
    "utf8",
    "vctrs",
    "withr",
    "wk"
  ],
  "_score": 3.792391689498254,
  "_indexed": true,
  "_nocasepkg": "weathr",
  "_universes": [
    "jeffreyfowler"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-16T05:52:11.000Z",
      "distro": "noble",
      "commit": "e6dcdd2520f93a167facb4b7fa55a4251c552b97",
      "fileid": "0681c52170ab22800abc19339c56f094de807a0078ad09960cc6d6143ff19370",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeffreyfowler/actions/runs/25954216541"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-16T05:52:05.000Z",
      "distro": "noble",
      "commit": "e6dcdd2520f93a167facb4b7fa55a4251c552b97",
      "fileid": "e7dea67ab89ef6916f1c98f1e2a96b599da349cf9b6c2444c3c5b3dce50ff0a0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeffreyfowler/actions/runs/25954216541"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-16T05:52:07.000Z",
      "commit": "e6dcdd2520f93a167facb4b7fa55a4251c552b97",
      "fileid": "95145ecfa6b6e35a09f4c634cbc42576fa607057a454cc0d7d3bceac893c1690",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeffreyfowler/actions/runs/25954216541"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-16T05:51:42.000Z",
      "commit": "e6dcdd2520f93a167facb4b7fa55a4251c552b97",
      "fileid": "671eaf49f4f138c83084d0a877cbf021fac65f9762c15946ad35efe04e77c2fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeffreyfowler/actions/runs/25954216541"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-16T05:51:26.000Z",
      "commit": "e6dcdd2520f93a167facb4b7fa55a4251c552b97",
      "fileid": "09b393e2d552686d5e1f98d6e0df93012720d2946759cc5e936e9ba573dd0986",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeffreyfowler/actions/runs/25954216541"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-16T05:51:18.000Z",
      "commit": "e6dcdd2520f93a167facb4b7fa55a4251c552b97",
      "fileid": "70f7435ebaf7ebfd1ce31b7dd2b1e8a5ca57f0d2af2f1f5fa4914fba2923d907",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeffreyfowler/actions/runs/25954216541"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-16T05:51:10.000Z",
      "commit": "e6dcdd2520f93a167facb4b7fa55a4251c552b97",
      "fileid": "17d821a44287dcc6ba78d71333e25a9553f60790af98b5ea2d301e17b230f8d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeffreyfowler/actions/runs/25954216541"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-22T06:30:45.000Z",
      "commit": "e6dcdd2520f93a167facb4b7fa55a4251c552b97",
      "fileid": "0719ee27a7f2065053a4e82ab675314e8ee96ae6a706487acc87de1a9998c9c0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jeffreyfowler/actions/runs/25954216541"
    }
  ]
}