Skip to content

Commit fbde66c

Browse files
committed
fix bad URL flagged by windevel check
1 parent 4be7101 commit fbde66c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Description: Provides automated downloading, parsing, cleaning, unit
4444
country, state, latitude, longitude, elevation, weather observations
4545
and associated flags. For information on the 'GSOD' data from 'NCEI',
4646
please see the 'GSOD' 'readme.txt' file available from,
47-
<https://www1.ncdc.noaa.gov/pub/data/gsod/readme.txt>.
47+
<https://www.ncei.noaa.gov/pub/data/gsod/readme.txt>.
4848
License: MIT + file LICENSE
4949
URL: https://docs.ropensci.org/GSODR/, https://github.com/ropensci/GSODR
5050
BugReports: https://github.com/ropensci/GSODR/issues

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"identifier": "GSODR",
5-
"description": "Provides automated downloading, parsing, cleaning, unit conversion and formatting of Global Surface Summary of the Day ('GSOD') weather data from the from the USA National Centers for Environmental Information ('NCEI'). The data were retired on 2025-08-29 and are no longer updated. Units are converted from from United States Customary System ('USCS') units to International System of Units ('SI'). Stations may be individually checked for number of missing days defined by the user, where stations with too many missing observations are omitted. Only stations with valid reported latitude and longitude values are permitted in the final data. Additional useful elements, saturation vapour pressure ('es'), actual vapour pressure ('ea') and relative humidity ('RH') are calculated from the original data using the improved August-Roche-Magnus approximation (Alduchov & Eskridge 1996) and included in the final data set. The resulting metadata include station identification information, country, state, latitude, longitude, elevation, weather observations and associated flags. For information on the 'GSOD' data from 'NCEI', please see the 'GSOD' 'readme.txt' file available from, <https://www1.ncdc.noaa.gov/pub/data/gsod/readme.txt>.",
5+
"description": "Provides automated downloading, parsing, cleaning, unit conversion and formatting of Global Surface Summary of the Day ('GSOD') weather data from the from the USA National Centers for Environmental Information ('NCEI'). The data were retired on 2025-08-29 and are no longer updated. Units are converted from from United States Customary System ('USCS') units to International System of Units ('SI'). Stations may be individually checked for number of missing days defined by the user, where stations with too many missing observations are omitted. Only stations with valid reported latitude and longitude values are permitted in the final data. Additional useful elements, saturation vapour pressure ('es'), actual vapour pressure ('ea') and relative humidity ('RH') are calculated from the original data using the improved August-Roche-Magnus approximation (Alduchov & Eskridge 1996) and included in the final data set. The resulting metadata include station identification information, country, state, latitude, longitude, elevation, weather observations and associated flags. For information on the 'GSOD' data from 'NCEI', please see the 'GSOD' 'readme.txt' file available from, <https://www.ncei.noaa.gov/pub/data/gsod/readme.txt>.",
66
"name": "GSODR: Global Surface Summary of the Day ('GSOD') Weather Data Client",
77
"relatedLink": ["https://docs.ropensci.org/GSODR/", "https://CRAN.R-project.org/package=GSODR"],
88
"codeRepository": "https://github.com/ropensci/GSODR",
@@ -347,7 +347,7 @@
347347
"applicationCategory": "Tools",
348348
"isPartOf": "https://ropensci.org",
349349
"keywords": ["US-NCEI", "meteorological-data", "global-weather", "weather", "weather-data", "meteorology", "station-data", "surface-weather", "data-access", "US-NCDC", "r", "gsod", "ncdc", "weather-stations", "global-data", "ncei", "weather-information", "historical-weather", "historical-data", "daily-data", "daily-weather", "rstats", "r-package"],
350-
"fileSize": "3890.333KB",
350+
"fileSize": "3890.42KB",
351351
"citation": [
352352
{
353353
"@type": "SoftwareSourceCode",

man/GSODR-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)