-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3e6586
commit ce356b5
Showing
2 changed files
with
177 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30015,11 +30015,11 @@ | |
"identifier": "GSODR", | ||
"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'). 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>.", | ||
"name": "GSODR: Global Surface Summary of the Day ('GSOD') Weather Data Client", | ||
"relatedLink": "https://docs.ropensci.org/GSODR/", | ||
"relatedLink": ["https://docs.ropensci.org/GSODR/", "https://github.com/ropensci/GSODR"], | ||
"codeRepository": "https://github.com/ropensci/GSODR", | ||
"issueTracker": "https://github.com/ropensci/GSODR/issues", | ||
"license": "https://spdx.org/licenses/MIT", | ||
"version": "4.1.1.9000", | ||
"version": "4.1.2", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
|
@@ -30369,7 +30369,7 @@ | |
"name": "{GSODR}: Global Summary Daily Weather Data in R", | ||
"identifier": "10.5281/zenodo.1040727", | ||
"url": "https://CRAN.R-project.org/package=nasapower", | ||
"description": "R package version 4.1.1.9000", | ||
"description": "R package version 4.1.2", | ||
"@id": "https://doi.org/10.5281/zenodo.1040727", | ||
"sameAs": "https://doi.org/10.5281/zenodo.1040727" | ||
}, | ||
|
@@ -59874,6 +59874,157 @@ | |
"readme": "https://github.com/ropensci/ritis/blob/HEAD/README.md", | ||
"developmentStatus": "https://www.repostatus.org/#active" | ||
}, | ||
{ | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "rix", | ||
"description": "Provides helper functions to create reproducible development environments using the Nix package manager.", | ||
"name": "rix: Rix: Reproducible Environments with Nix", | ||
"relatedLink": "https://ropensci.github.io/rix/", | ||
"codeRepository": "https://github.com/ropensci/rix", | ||
"issueTracker": "https://github.com/ropensci/rix", | ||
"license": "https://spdx.org/licenses/GPL-3.0", | ||
"version": "0.11.0", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
"url": "https://r-project.org" | ||
}, | ||
"runtimePlatform": "R version 4.4.1 (2024-06-14)", | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Bruno", | ||
"familyName": "Rodrigues", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0002-3211-3689" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Philipp", | ||
"familyName": "Baumann", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0002-3194-8975" | ||
} | ||
], | ||
"maintainer": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Bruno", | ||
"familyName": "Rodrigues", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0002-3211-3689" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "knitr", | ||
"name": "knitr", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=knitr" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "rmarkdown", | ||
"name": "rmarkdown", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=rmarkdown" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "testthat", | ||
"name": "testthat", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=testthat" | ||
} | ||
], | ||
"softwareRequirements": { | ||
"1": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "R", | ||
"name": "R", | ||
"version": ">= 2.10" | ||
}, | ||
"2": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "codetools", | ||
"name": "codetools", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=codetools" | ||
}, | ||
"3": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "curl", | ||
"name": "curl", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=curl" | ||
}, | ||
"4": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "jsonlite", | ||
"name": "jsonlite", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=jsonlite" | ||
}, | ||
"5": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "sys", | ||
"name": "sys", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
"name": "Comprehensive R Archive Network (CRAN)", | ||
"url": "https://cran.r-project.org" | ||
}, | ||
"sameAs": "https://CRAN.R-project.org/package=sys" | ||
}, | ||
"6": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "utils", | ||
"name": "utils" | ||
}, | ||
"SystemRequirements": null | ||
}, | ||
"fileSize": "NAKB", | ||
"readme": "https://github.com/ropensci/rix/blob/HEAD/README.md", | ||
"review": { | ||
"@type": "Review", | ||
"url": "https://github.com/ropensci/software-review/issues/625", | ||
"provider": "https://ropensci.org" | ||
}, | ||
"developmentStatus": [] | ||
}, | ||
{ | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters