-
Notifications
You must be signed in to change notification settings - Fork 22
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
Showing
5 changed files
with
21 additions
and
14 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 |
---|---|---|
|
@@ -8,7 +8,8 @@ Authors@R: | |
c(person(given = c("R.", "Kyle"), | ||
family = "Bocinsky", | ||
role = c("aut", "cre", "cph"), | ||
email = "[email protected]"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1862-3428")), | ||
person(given = "Dylan", | ||
family = "Beaudette", | ||
role = "ctb"), | ||
|
@@ -24,17 +25,19 @@ Authors@R: | |
Description: Functions to automate downloading geospatial data available | ||
from several federated data sources (mainly sources maintained by the | ||
US Federal government). Currently, the package enables extraction from | ||
seven datasets: The National Elevation Dataset digital elevation | ||
nine datasets: The National Elevation Dataset digital elevation | ||
models (1 and 1/3 arc-second; USGS); The National Hydrography Dataset | ||
(USGS); The Soil Survey Geographic (SSURGO) database from the National | ||
Cooperative Soil Survey (NCSS), which is led by the Natural Resources | ||
Conservation Service (NRCS) under the USDA; the Global Historical | ||
Climatology Network (GHCN), coordinated by National Climatic Data | ||
Center at NOAA; the Daymet gridded estimates of daily weather | ||
parameters for North America, version 3, available from the Oak Ridge | ||
parameters for North America, version 4, available from the Oak Ridge | ||
National Laboratory's Distributed Active Archive Center (DAAC); the | ||
International Tree Ring Data Bank; and the National Land Cover | ||
Database (NLCD). | ||
International Tree Ring Data Bank; the National Land Cover | ||
Database (NLCD); the Cropland Data Layer from the National Agricultural | ||
Statistics Service; and the PAD-US dataset of protected area boundaries | ||
from the USGS. | ||
License: MIT + file LICENSE | ||
URL: https://docs.ropensci.org/FedData/, | ||
https://github.com/ropensci/FedData | ||
|
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
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
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "FedData", | ||
"description": "Functions to automate downloading geospatial data available from several federated data sources (mainly sources maintained by the US Federal government). Currently, the package enables extraction from seven datasets: The National Elevation Dataset digital elevation models (1 and 1/3 arc-second; USGS); The National Hydrography Dataset (USGS); The Soil Survey Geographic (SSURGO) database from the National Cooperative Soil Survey (NCSS), which is led by the Natural Resources Conservation Service (NRCS) under the USDA; the Global Historical Climatology Network (GHCN), coordinated by National Climatic Data Center at NOAA; the Daymet gridded estimates of daily weather parameters for North America, version 3, available from the Oak Ridge National Laboratory's Distributed Active Archive Center (DAAC); the International Tree Ring Data Bank; and the National Land Cover Database (NLCD).", | ||
"description": "Functions to automate downloading geospatial data available from several federated data sources (mainly sources maintained by the US Federal government). Currently, the package enables extraction from nine datasets: The National Elevation Dataset digital elevation models (1 and 1/3 arc-second; USGS); The National Hydrography Dataset (USGS); The Soil Survey Geographic (SSURGO) database from the National Cooperative Soil Survey (NCSS), which is led by the Natural Resources Conservation Service (NRCS) under the USDA; the Global Historical Climatology Network (GHCN), coordinated by National Climatic Data Center at NOAA; the Daymet gridded estimates of daily weather parameters for North America, version 4, available from the Oak Ridge National Laboratory's Distributed Active Archive Center (DAAC); the International Tree Ring Data Bank; the National Land Cover Database (NLCD); the Cropland Data Layer from the National Agricultural Statistics Service; and the PAD-US dataset of protected area boundaries from the USGS.", | ||
"name": "FedData: Functions to Automate Downloading Geospatial Data Available from\n Several Federated Data Sources", | ||
"relatedLink": ["https://docs.ropensci.org/FedData/", "https://CRAN.R-project.org/package=FedData"], | ||
"codeRepository": "https://github.com/ropensci/FedData", | ||
|
@@ -26,7 +26,8 @@ | |
"@type": "Person", | ||
"givenName": ["R.", "Kyle"], | ||
"familyName": "Bocinsky", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0003-1862-3428" | ||
} | ||
], | ||
"contributor": [ | ||
|
@@ -51,15 +52,17 @@ | |
"@type": "Person", | ||
"givenName": ["R.", "Kyle"], | ||
"familyName": "Bocinsky", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0003-1862-3428" | ||
} | ||
], | ||
"maintainer": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": ["R.", "Kyle"], | ||
"familyName": "Bocinsky", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0003-1862-3428" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
|
@@ -399,7 +402,7 @@ | |
}, | ||
"SystemRequirements": "GDAL (>= 3.0.0)" | ||
}, | ||
"fileSize": "1495.29KB", | ||
"fileSize": "1495.556KB", | ||
"releaseNotes": "https://github.com/ropensci/FedData/blob/master/NEWS.md", | ||
"readme": "https://github.com/ropensci/FedData/blob/main/README.md", | ||
"contIntegration": ["https://github.com/ropensci/FedData/actions/workflows/check-standard.yaml", "https://app.codecov.io/gh/ropensci/FedData?branch=master"], | ||
|