{"id":18722524,"url":"https://github.com/mdsumner/currently","last_synced_at":"2026-01-27T06:04:57.603Z","repository":{"id":72211291,"uuid":"132528931","full_name":"mdsumner/currently","owner":"mdsumner","description":"particle component of https://github.com/AustralianAntarcticDivision/BioMassTracking","archived":false,"fork":false,"pushed_at":"2024-09-16T00:01:45.000Z","size":11571,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T14:55:50.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdsumner.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-07T23:52:28.000Z","updated_at":"2024-09-16T00:01:49.000Z","dependencies_parsed_at":"2024-09-16T01:42:42.719Z","dependency_job_id":null,"html_url":"https://github.com/mdsumner/currently","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdsumner/currently","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fcurrently","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fcurrently/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fcurrently/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fcurrently/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdsumner","download_url":"https://codeload.github.com/mdsumner/currently/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdsumner%2Fcurrently/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-07T13:41:49.088Z","updated_at":"2026-01-27T06:04:57.546Z","avatar_url":"https://github.com/mdsumner.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# currently\n\n\u003c!-- badges: start --\u003e\n\u003c!-- badges: end --\u003e\n\nThe goal of currently is to particle trace. \n\n## Installation\n\nAnd the development version from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"mdsumner/currently\")\n```\n## Example\n\nThis is a basic example which shows you how to solve a common problem:\n\n```R\nlibrary(raadtools)  ## assuming version \u003e= 0.6.0.9005\n\nlibrary(currently) \n\n\npt0 \u003c- cbind( 77 +  28.45/60, -63)\nnn \u003c- 15\npts \u003c- cbind(jitter(rep(pt0[1], nn), factor = 0.15),\n             jitter(rep(pt0[2], nn), factor = 0.15))\n\n\n\nsdate \u003c- as.POSIXct(as.Date(\"2021-02-15\"))\nduration \u003c- 6 * 7 * 24 * 3600\n#duration \u003c- 2 * 24 * 3600\n\nd \u003c- particle_trace(pts, time_step = 6 * 3600, start_date = sdate, end_date = sdate + duration)\ndl \u003c- particle_trace_ll(pts, time_step = 6 * 3600, start_date = sdate, end_date = sdate + duration)\nlibrary(ggplot2)\nggplot() + #geom_raster(data = ddt, aes(x, y, fill = z))\n  geom_point(data = d, aes(lon, lat, col = date, fill = NULL)) + coord_fixed(2.2)\n\nlibrary(ggplot2)\nggplot() + #geom_raster(data = ddt, aes(x, y, fill = z))\n  geom_point(data = dl, aes(x, y, col = date, fill = NULL)) + coord_fixed(2.2)\n\n\n```\n\n![alt text](man/figures/Rplot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsumner%2Fcurrently","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdsumner%2Fcurrently","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdsumner%2Fcurrently/lists"}