{"id":24241720,"url":"https://github.com/aloftdata/getrad","last_synced_at":"2026-06-05T08:31:31.131Z","repository":{"id":259461061,"uuid":"871173309","full_name":"aloftdata/getRad","owner":"aloftdata","description":"R package to access and standardize radar data","archived":false,"fork":false,"pushed_at":"2025-02-27T17:24:44.000Z","size":2036,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-27T19:55:22.168Z","etag":null,"topics":["oscibio","r","r-package","radar","rstats"],"latest_commit_sha":null,"homepage":"https://aloftdata.github.io/getRad/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aloftdata.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json"}},"created_at":"2024-10-11T12:18:42.000Z","updated_at":"2025-02-27T16:29:48.000Z","dependencies_parsed_at":"2024-10-25T17:28:52.504Z","dependency_job_id":"0a8dcbcd-a366-4677-84eb-36f0caa9c067","html_url":"https://github.com/aloftdata/getRad","commit_stats":null,"previous_names":["enram/getrad","aloftdata/getrad"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloftdata%2FgetRad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloftdata%2FgetRad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloftdata%2FgetRad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloftdata%2FgetRad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aloftdata","download_url":"https://codeload.github.com/aloftdata/getRad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241876921,"owners_count":20035401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["oscibio","r","r-package","radar","rstats"],"created_at":"2025-01-14T21:38:18.707Z","updated_at":"2026-06-05T08:31:31.102Z","avatar_url":"https://github.com/aloftdata.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# getRad\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/getRad)](https://CRAN.R-project.org/package=getRad)\n[![R-CMD-check](https://github.com/aloftdata/getRad/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/aloftdata/getRad/actions/workflows/R-CMD-check.yaml)\n[![codecov](https://codecov.io/gh/aloftdata/getRad/branch/main/graph/badge.svg)](https://app.codecov.io/gh/aloftdata/getRad/)\n[![repo status](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n\u003c!-- badges: end --\u003e\n\nThe goal of `getRad` is to provide a unified interface to radar data for biological research. This is done by downloading data from repositories and loading it directly into R. Currently the functionality if focused around volume data from weather radars. However in the longer term it might also support vertical profile information, vertically integrated profile information and possibly data from other radars. \n\n## Installation\n\nYou can install the development version of `getRad` from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"aloftdata/getRad\")\n```\n\nFor the time being the package is not yet released on CRAN.\n\n## Usage\n\nHere are some examples of volume data with biological information that can be downloaded.\n\n```{r example}\nlibrary(getRad)\nlibrary(bioRad)\n# Plot insect movements in Finland (Mäkinen et al. 2022)\npvol \u003c- get_pvol(\"fianj\", as.POSIXct(\"2012-5-17 14:15\", tz = \"UTC\"))\nplot(project_as_ppi(get_scan(pvol, 0), range_max = 75000))\n\n# Spring migration in Estonia\npvol \u003c- get_pvol(\"nlhrw\", as.POSIXct(\"2023-3-19 22:15\", tz = \"UTC+1\"))\nplot(calculate_vp(pvol, h_layer = 50, n_layer = 40))\n```\n\n## Meta\n\n- We welcome [contributions](https://aloftdata.github.io/getRad/CONTRIBUTING.html) including bug reports.\n- License: MIT\n- Get [citation information](https://aloftdata.github.io/getRad/authors.html#citation) for getRad in R doing `citation(\"getRad\")`.\n- Please note that this project is released with a [Contributor Code of Conduct](https://aloftdata.github.io/getRad/CODE_OF_CONDUCT.html). By participating in this project you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloftdata%2Fgetrad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faloftdata%2Fgetrad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloftdata%2Fgetrad/lists"}