{"id":35210973,"url":"https://github.com/kaizadp/bbwm_moisture","last_synced_at":"2026-05-17T20:34:14.409Z","repository":{"id":80031499,"uuid":"236674490","full_name":"kaizadp/bbwm_moisture","owner":"kaizadp","description":"HOBO data for soil moisture - Bear Brook Watershed in Maine","archived":false,"fork":false,"pushed_at":"2020-01-29T18:04:51.000Z","size":2299,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T19:21:17.939Z","etag":null,"topics":["data","hobo-data","soil-moisture"],"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/kaizadp.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"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}},"created_at":"2020-01-28T06:43:27.000Z","updated_at":"2020-06-05T05:08:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"634ade75-97fa-4657-a252-2d8339491fca","html_url":"https://github.com/kaizadp/bbwm_moisture","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":0.2272727272727273,"last_synced_commit":"7b45eb8bd130336f1c725e4c7b10b4d0b9cf1d87"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaizadp/bbwm_moisture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaizadp%2Fbbwm_moisture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaizadp%2Fbbwm_moisture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaizadp%2Fbbwm_moisture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaizadp%2Fbbwm_moisture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaizadp","download_url":"https://codeload.github.com/kaizadp/bbwm_moisture/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaizadp%2Fbbwm_moisture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33153843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["data","hobo-data","soil-moisture"],"created_at":"2025-12-29T18:03:19.264Z","updated_at":"2026-05-17T20:34:14.400Z","avatar_url":"https://github.com/kaizadp.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: \" HOBO data for soil moisture - Bear Brook Watershed in Maine\"\nauthor: \"Kaizad Patel\"\noutput: github_document\n---\n\nRun: `r Sys.Date()`\n\n```{r setup, include=FALSE}\nknitr::opts_chunk$set(echo=FALSE,message=FALSE,warning=FALSE,\n                      collapse = TRUE,\n                      comment = \"#\u003e\" #, fig.path = \"images/\"\n                      )\n\nlibrary(RColorBrewer)\nsource(\"1-moisture.R\")\nmoisture_daily=readd(moisture_daily)\nmoisture_3hour=readd(moisture_3hour)\n```\n\n## metadata\n|||\n-----|---|\nSite| The Bear Brook Watershed in Maine |\nLocation | |\nVariable measured | soil moisture|\nUnits of measurement |m3/m3, volumetric moisture content|\nInstruments used | HOBO |\nDepth in soil | 10 cm, 25 cm in mineral soil|\nPeriod of measurement | 2003-2016 |\nFrequency of measurement | 3 hours|\nFrequency of data | 3 hours, daily|\n\n\n\n\n## 3-hour values\n```{r}\n# plots\nggplot(moisture_3hour, aes(x=DATETIME, y = Moisture_m3_m3, color=Watershed))+\n  geom_point(size=0.5)+\n  ylim(0,0.4)+\n  scale_color_brewer(palette = \"Dark2\")+\n  facet_grid(DEPTH~Forest)+theme_bw()+\n  ggtitle(\"3-hour values\")\n```\n\n## daily values\n```{r}\n# plots\nggplot(moisture_daily, aes(x=DATE, y = Moisture_m3_m3, color=Watershed))+\n  geom_point(size=0.5,alpha=1)+\n  ylim(0,0.4)+\n  scale_color_brewer(palette = \"Dark2\")+\n  facet_grid(DEPTH~Forest)+theme_bw()+\n  ggtitle(\"Daily values\")\n```\n\n## number of data points\n```{r}\nsummary = \n  moisture_daily %\u003e% \n  group_by(Forest, DEPTH,DATE) %\u003e% \n  dplyr::summarise(n = n())\n\nggplot(summary, aes(x=DATE, y = n))+\n  geom_point(size=0.5,alpha=1)+\n  facet_grid(DEPTH~Forest)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaizadp%2Fbbwm_moisture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaizadp%2Fbbwm_moisture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaizadp%2Fbbwm_moisture/lists"}