Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev weather data #24

Merged
merged 35 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7467ba7
Include weather data from IDEAM
jd-otero Nov 2, 2023
8d4b1d8
draft satellite weather
jd-otero Nov 3, 2023
293bf56
Update package dependencies
jd-otero Nov 15, 2023
b049b49
Update WORDLIST
jd-otero Nov 15, 2023
84647e2
Update imports
jd-otero Nov 15, 2023
39cf07f
Include weather from IDEAM
jd-otero Nov 15, 2023
b89167a
Update CITATION.cff
actions-user Nov 15, 2023
e92259c
Update lintr
jd-otero Nov 15, 2023
1f21a88
Remove unnecessary assertions
jd-otero Nov 16, 2023
b143843
Include multiple weather tags
jd-otero Nov 24, 2023
30a3436
Update paths for weather data download
jd-otero Nov 27, 2023
63fda18
Update path
jd-otero Nov 28, 2023
1d64c76
Merge branch 'main' into dev-weather_data
jd-otero Nov 28, 2023
c7804f9
Merge branch 'main' into dev-weather_data
jd-otero Nov 28, 2023
b99e580
Update download function usage
jd-otero Nov 28, 2023
a651b3c
Merge branch 'dev-weather_data' of https://github.com/epiverse-trace/…
jd-otero Nov 28, 2023
d3ee67b
Update test-download_weather.R
jd-otero Nov 28, 2023
7730d10
Update weather plot
jd-otero Nov 29, 2023
42b93fe
Update individual plot limits
jd-otero Nov 29, 2023
8b4723d
Update download_weather.R
jd-otero Nov 29, 2023
97ca90e
Update test cases
jd-otero Nov 29, 2023
1b3aeac
Temporal fix on test
jd-otero Nov 30, 2023
80da46b
Update lintr
jd-otero Nov 30, 2023
b904f23
Change plot function
jd-otero Nov 30, 2023
9c63661
Update CITATION.cff
actions-user Nov 30, 2023
af96569
Update download_weather.R
jd-otero Nov 30, 2023
01f57d3
Merge branch 'dev-weather_data' of https://github.com/epiverse-trace/…
jd-otero Nov 30, 2023
53aef52
Remove ggplot dependency
jd-otero Nov 30, 2023
9c4cda2
Update CITATION.cff
actions-user Nov 30, 2023
75acb6e
Remove unnecessary comments
jd-otero Nov 30, 2023
fe49173
Remove graphics
jd-otero Nov 30, 2023
b1c8c3e
Update CITATION.cff
actions-user Nov 30, 2023
5aee46c
Update documentation
jd-otero Nov 30, 2023
bc6faf8
Merge branch 'dev-weather_data' of https://github.com/epiverse-trace/…
jd-otero Nov 30, 2023
83b95da
Update test-download_weather.R
jd-otero Nov 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 41 additions & 64 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -184,30 +184,6 @@ references:
given-names: JJ
email: [email protected]
year: '2023'
- type: software
title: dplyr
abstract: 'dplyr: A Grammar of Data Manipulation'
notes: Imports
url: https://dplyr.tidyverse.org
repository: https://CRAN.R-project.org/package=dplyr
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: François
given-names: Romain
orcid: https://orcid.org/0000-0002-2444-4226
- family-names: Henry
given-names: Lionel
- family-names: Müller
given-names: Kirill
orcid: https://orcid.org/0000-0002-1416-3412
- family-names: Vaughan
given-names: Davis
email: [email protected]
orcid: https://orcid.org/0000-0003-4777-038X
year: '2023'
- type: software
title: httr
abstract: 'httr: Tools for Working with URLs and HTTP'
Expand All @@ -219,17 +195,6 @@ references:
given-names: Hadley
email: [email protected]
year: '2023'
- type: software
title: janitor
abstract: 'janitor: Simple Tools for Examining and Cleaning Dirty Data'
notes: Imports
url: https://sfirke.github.io/janitor/
repository: https://CRAN.R-project.org/package=janitor
authors:
- family-names: Firke
given-names: Sam
email: [email protected]
year: '2023'
- type: software
title: magrittr
abstract: 'magrittr: A Forward-Pipe Operator for R'
Expand All @@ -244,23 +209,6 @@ references:
given-names: Hadley
email: [email protected]
year: '2023'
- type: software
title: readr
abstract: 'readr: Read Rectangular Text Data'
notes: Imports
url: https://readr.tidyverse.org
repository: https://CRAN.R-project.org/package=readr
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
- family-names: Hester
given-names: Jim
- family-names: Bryan
given-names: Jennifer
email: [email protected]
orcid: https://orcid.org/0000-0002-6983-2759
year: '2023'
- type: software
title: readxl
abstract: 'readxl: Read Excel Files'
Expand Down Expand Up @@ -304,7 +252,7 @@ references:
orcid: https://orcid.org/0000-0001-8049-7069
year: '2023'
- type: software
title: stats
title: utils
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
Expand All @@ -315,31 +263,60 @@ references:
institution:
name: R Foundation for Statistical Computing
- type: software
title: stringr
abstract: 'stringr: Simple, Consistent Wrappers for Common String Operations'
title: lubridate
abstract: 'lubridate: Make Dealing with Dates a Little Easier'
notes: Imports
url: https://stringr.tidyverse.org
repository: https://CRAN.R-project.org/package=stringr
url: https://lubridate.tidyverse.org
repository: https://CRAN.R-project.org/package=lubridate
authors:
- family-names: Spinu
given-names: Vitalie
email: [email protected]
- family-names: Grolemund
given-names: Garrett
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2023'
- type: software
title: tidyr
abstract: 'tidyr: Tidy Messy Data'
title: readr
abstract: 'readr: Read Rectangular Text Data'
notes: Imports
url: https://readr.tidyverse.org
repository: https://CRAN.R-project.org/package=readr
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
- family-names: Hester
given-names: Jim
- family-names: Bryan
given-names: Jennifer
email: [email protected]
orcid: https://orcid.org/0000-0002-6983-2759
year: '2023'
- type: software
title: dplyr
abstract: 'dplyr: A Grammar of Data Manipulation'
notes: Imports
url: https://tidyr.tidyverse.org
repository: https://CRAN.R-project.org/package=tidyr
url: https://dplyr.tidyverse.org
repository: https://CRAN.R-project.org/package=dplyr
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: François
given-names: Romain
orcid: https://orcid.org/0000-0002-2444-4226
- family-names: Henry
given-names: Lionel
- family-names: Müller
given-names: Kirill
orcid: https://orcid.org/0000-0002-1416-3412
- family-names: Vaughan
given-names: Davis
email: [email protected]
- family-names: Girlich
given-names: Maximilian
orcid: https://orcid.org/0000-0003-4777-038X
year: '2023'
- type: software
title: 'R: A Language and Environment for Statistical Computing'
Expand Down
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ Imports:
readxl,
rlang,
sf,
utils
utils,
lubridate,
readr,
dplyr
VignetteBuilder: knitr
Depends:
R (>= 3.2.0)
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
export("%>%")
export(download_demographic)
export(download_geospatial)
export(download_weather)
export(stations_in_roi)
export(weather_stations)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
Loading