Skip to content

Commit

Permalink
fix doc url for nsidc 0051 v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondben committed Jul 26, 2024
1 parent 4a6af62 commit 1cd3c94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: blueant
Type: Package
Title: Antarctic and Southern Ocean Environmental Data Sources
Version: 0.12.1
Version: 0.12.2
Authors@R: c(person("Ben", "Raymond", email = "[email protected]", role = c("aut", "cre")),
person("Michael", "Sumner", role = "aut"),
person("Charlene", "Guillaumot", role = "aut"))
Expand Down
2 changes: 1 addition & 1 deletion R/sources_seaice.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ sources_seaice <- function(name, formats, time_resolutions, ...) {
name = "NSIDC passive microwave supporting files",
id = "nsidc_seaice_grids",
description = "Grids and other support files for NSIDC passive microwave sea ice data.",
doc_url = "http://nsidc.org/data/nsidc-0051.html",
doc_url = "https://nsidc.org/data/nsidc-0051/versions/2",
citation = "See the citation details of the particular sea ice dataset used",
source_url = "ftp://sidads.colorado.edu/pub/DATASETS/seaice/polar-stereo/tools/",
license = "Please cite, see https://nsidc.org/about/data-use-and-copyright",
Expand Down
5 changes: 1 addition & 4 deletions R/sources_sst.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,8 @@ sources_sst <- function(name,formats,time_resolutions, ...) {
description="A global monthly SST analysis from 1854 to the present derived from ICOADS data with missing data filled in by statistical methods",
doc_url="http://www.esrl.noaa.gov/psd/data/gridded/data.noaa.ersst.html",
citation="NOAA_ERSST_V3 data provided by the NOAA/OAR/ESRL PSD, Boulder, Colorado, USA, from their web site at http://www.esrl.noaa.gov/psd/",
##source_url="ftp://ftp.cdc.noaa.gov/Datasets/noaa.ersst/*",
source_url="ftp://ftp.cdc.noaa.gov/Datasets/noaa.ersst/",
license="Please cite",
##method=list("bb_handler_wget"), ## "--recursive","--level=1","--no-parent"
method=list("bb_handler_rget", level = 1),
postprocess=NULL,
collection_size=0.3,
Expand All @@ -121,8 +119,7 @@ sources_sst <- function(name,formats,time_resolutions, ...) {
doc_url = "https://www.ncdc.noaa.gov/data-access/marineocean-data/extended-reconstructed-sea-surface-temperature-ersst-v5",
citation = "Huang B, Thorne PW, Banzon VF, Boyer T, Chepurin G, Lawrimore JH, Menne MJ, Smith TM, Vose RS, Zhang H-M (2017) NOAA Extended Reconstructed Sea Surface Temperature (ERSST), Version 5. [indicate subset used]. NOAA National Centers for Environmental Information. doi:10.7289/V5T72FNM [access date].",
comment = "Publications using this dataset should also reference the following journal article: Huang, B., Peter W. Thorne, Viva F. Banzon, Tim Boyer, Gennady Chepurin, Jay H. Lawrimore, Matthew J. Menne, Thomas M. Smith, Russell S. Vose, and Huai-Min Zhang, 2017: Extended Reconstructed Sea Surface Temperature version 5 (ERSSTv5), Upgrades, validations, and intercomparisons. J. Climate, https://doi.org/10.1175/JCLI-D-16-0836.1. In review.",
##source_url = "ftp://ftp.ncdc.noaa.gov/pub/data/cmb/ersst/v5/netcdf/", ## also https://www1.ncdc.same
source_url = "https://www1.ncdc.noaa.gov/pub/data/cmb/ersst/v5/netcdf/",
source_url = "https://downloads.psl.noaa.gov/Datasets/noaa.ersst.v5/",
license = "Please cite",
method = list("bb_handler_rget", level = 1),
postprocess = NULL,
Expand Down

0 comments on commit 1cd3c94

Please sign in to comment.