From 8be76cb2b0343792d688b8f7f07892ac84a2b87e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:46:05 +0000 Subject: [PATCH 1/2] Initial plan From 900c0adfda4a590912ebe917ad462d618e04ffda Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:48:31 +0000 Subject: [PATCH 2/2] fix: replace SHA-1 with MD5 in vignette hash descriptions and example outputs Co-authored-by: kyle-messier <127860447+kyle-messier@users.noreply.github.com> --- vignettes/epa_download.Rmd | 4 ++-- vignettes/gridmet_workflow.Rmd | 4 ++-- vignettes/modis_workflow.Rmd | 6 +++--- vignettes/narr_workflow.Rmd | 2 +- vignettes/terraclimate_workflow.Rmd | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/vignettes/epa_download.Rmd b/vignettes/epa_download.Rmd index dbb6f97a..f4f64100 100644 --- a/vignettes/epa_download.Rmd +++ b/vignettes/epa_download.Rmd @@ -36,7 +36,7 @@ Start by downloading the AQS data files with `download_data`. * `acknowledgement = TRUE`: acknowledge that data files may consume local storage. * `unzip = TRUE`: unzip downloaded zip files (default). -* `hash = TRUE`: generate unique SHA-1 hash for the downloaded files. +* `hash = TRUE`: generate unique MD5 hash for the downloaded files. ```{r, eval = FALSE} dir <- tempdir() @@ -53,7 +53,7 @@ amadeus::download_data( ``` ```{r, echo = FALSE} -cat('[1] "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2"') +cat('[1] "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4"') ``` ### Processing data diff --git a/vignettes/gridmet_workflow.Rmd b/vignettes/gridmet_workflow.Rmd index 73bf0c68..8b3806e6 100644 --- a/vignettes/gridmet_workflow.Rmd +++ b/vignettes/gridmet_workflow.Rmd @@ -33,7 +33,7 @@ Start by downloading the netCDF data files with `download_data`. * `year = c(2019, 2020)`: years of interest. * `directory_to_save = dir`: directory to save the downloaded files. * `acknowledgement = TRUE`: acknowledge that the raw data files are large and may consume lots of local storage. -* `hash = TRUE`: generate unique SHA-1 hash for the downloaded files. +* `hash = TRUE`: generate unique MD5 hash for the downloaded files. ```{r, eval = FALSE} dir <- tempdir() @@ -48,7 +48,7 @@ amadeus::download_data( ``` ```{r, echo = FALSE} -cat('[1] "aa5116525468299d1fc483b108b3e841fc40d7e5"') +cat('[1] "aa5116525468299d1fc483b108b3e841"') ``` Check the downloaded netCDF files. diff --git a/vignettes/modis_workflow.Rmd b/vignettes/modis_workflow.Rmd index b5e14879..6391de16 100644 --- a/vignettes/modis_workflow.Rmd +++ b/vignettes/modis_workflow.Rmd @@ -46,7 +46,7 @@ Downloaded data files are Hierarchical Data Format (HDF), with the extension `.h * `nasa_earth_data_token = Sys.getenv("NASA_EARTHDATA_TOKEN")`: User-specific NASA credentials. * `directory_to_save = dir_mod11a1`: directory to save the downloaded files. * `acknowledgement = TRUE`: acknowledge that the raw data files are large and may consume lots of local storage. -* `hash = TRUE`: generate unique SHA-1 hash for the downloaded files. +* `hash = TRUE`: generate unique MD5 hash for the downloaded files. ```{r, eval = FALSE} dir_mod11a1 <- file.path(tempdir(), "mod11a1") @@ -309,7 +309,7 @@ Downloaded data files are Hierarchical Data Format version 5 (HDF5), with the ex * `nasa_earth_data_token = Sys.getenv("NASA_EARTHDATA_TOKEN")`: User-specific NASA credentials. * `directory_to_save = dir_vnp46a2`: directory to save the downloaded files. * `acknowledgement = TRUE`: acknowledge that the raw data files are large and may consume lots of local storage. -* `hash = TRUE`: generate unique SHA-1 hash for the downloaded files. +* `hash = TRUE`: generate unique MD5 hash for the downloaded files. ```{r, eval = FALSE} dir_vnp46a2 <- file.path(tempdir(), "vnp46a2") @@ -547,7 +547,7 @@ cat("[1] \"vignettes/data/LAADS_query.2025-08-12T14_29.csv\"\n") * `mod06_links = "vignettes/data/LAADS_query.2025-08-12T14_29.csv"`: Manually downloaded CSV file with MOD06_L2 links. * `directory_to_save = dir_mod06l2`: directory to save the downloaded files. * `acknowledgement = TRUE`: acknowledge that the raw data files are large and may consume lots of local storage. -* `hash = TRUE`: generate unique SHA-1 hash for the downloaded files. +* `hash = TRUE`: generate unique MD5 hash for the downloaded files. ```{r, eval = FALSE} dir_mod06l2 <- file.path(tempdir(), "mod06l2") diff --git a/vignettes/narr_workflow.Rmd b/vignettes/narr_workflow.Rmd index 10344fcb..cb4664ff 100644 --- a/vignettes/narr_workflow.Rmd +++ b/vignettes/narr_workflow.Rmd @@ -32,7 +32,7 @@ Start by downloading the netCDF data files with `download_data`. * `year = c(2021, 2022)`: years of interest. * `directory_to_save = dir`: directory to save the downloaded files. * `acknowledgement = TRUE`: acknowledge that the raw data files are large and may consume lots of local storage. -* `hash = TRUE`: generate unique SHA-1 hash for the downloaded files. +* `hash = TRUE`: generate unique MD5 hash for the downloaded files. ```{r, eval = FALSE} dir <- tempdir() diff --git a/vignettes/terraclimate_workflow.Rmd b/vignettes/terraclimate_workflow.Rmd index 10c8d5b5..02abe930 100644 --- a/vignettes/terraclimate_workflow.Rmd +++ b/vignettes/terraclimate_workflow.Rmd @@ -33,7 +33,7 @@ Start by downloading the netCDF data files with `download_data`. * `year = c(2021, 2022)`: years of interest. * `directory_to_save = dir`: directory to save the downloaded files. * `acknowledgement = TRUE`: acknowledge that the raw data files are large and may consume lots of local storage. -* `hash = TRUE`: generate unique SHA-1 hash for the downloaded files. +* `hash = TRUE`: generate unique MD5 hash for the downloaded files. ```{r, eval = FALSE} dir <- tempdir() @@ -48,7 +48,7 @@ amadeus::download_data( ``` ```{r, echo = FALSE} -cat('[1] "344cddba906371b701f661ccebeef3f427b2d8ec"') +cat('[1] "344cddba906371b701f661ccebeef3f4"') ``` Check the downloaded netCDF files.