Skip to content

Commit

Permalink
SoilGrids URLs: Avoiding redirects and HTTPS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Aug 20, 2021
1 parent 85fec24 commit cc47daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/fetchSoilGrids.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' |ocd |Organic carbon density |hg/m^3 | 10|kg/m^3 |
#' |ocs |Organic carbon stocks |t/ha | 10|kg/m^2 |
#'
#' SoilGrids predictions are made for the six standard depth intervals specified in the GlobalSoilMap IUSS working group and its specifications. The depth intervals returned are: \code{"0-5cm", "5-15cm", "15-30cm", "30-60cm", "60-100cm", "100-200cm"} and the properties returned are \code{"bdod", "cec", "cfvo", "clay", "nitrogen", "phh2o", "sand", "silt", "soc"} -- each with 5th, 50th, 95th, mean and uncertainty values. The uncertainty values are the ratio between the inter-quantile range (90% prediction interval width) and the median : `(Q0.95-Q0.05)/Q0.50.` Point data requests are made through \code{properties/query} endpoint of the SoilGrids v2.0 REST API: \url{https://rest.isric.org/soilgrids/v2.0/docs}.
#' SoilGrids predictions are made for the six standard depth intervals specified in the GlobalSoilMap IUSS working group and its specifications. The depth intervals returned are: \code{"0-5cm", "5-15cm", "15-30cm", "30-60cm", "60-100cm", "100-200cm"} and the properties returned are \code{"bdod", "cec", "cfvo", "clay", "nitrogen", "phh2o", "sand", "silt", "soc"} -- each with 5th, 50th, 95th, mean and uncertainty values. The uncertainty values are the ratio between the inter-quantile range (90% prediction interval width) and the median : `(Q0.95-Q0.05)/Q0.50.` Point data requests are made through \code{properties/query} endpoint of the [SoilGrids v2.0 REST API](https://www.isric.org/explore/soilgrids/faq-soilgrids). Please check ISRIC's data policy, disclaimer and citation: \url{https://www.isric.org/about/data-policy}.
#'
#' Find out more information about the SoilGrids and GlobalSoilMap products here:
#'
Expand Down
2 changes: 1 addition & 1 deletion man/fetchSoilGrids.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc47daf

Please sign in to comment.