|
30 | 30 | #' | `chorizon.om_r` | Organic matter (<2 mm soil) | % | |
31 | 31 | #' | `chorizon.hzdept_r` | Horizon top depth | cm | |
32 | 32 | #' | `chfrags.fragvol_r` | Rock fragments | % (by volume)| |
33 | | -#' | `chorizon.dbthirdbar_r`| Bulk density at field capacity | g/cm³ | |
| 33 | +#' | `chorizon.dbthirdbar_r`| Bulk density at field capacity | g/cm3 | |
34 | 34 | #' | `chorizon.ph1to1h2o_r` | Soil pH (1:1 H2O) | pH (unitless)| |
35 | | -#' | `chorizon.cokey` | Component key (identifier) | — | |
36 | | -#' | `chorizon.chkey` | Horizon key (identifier) | — | |
| 35 | +#' | `chorizon.cokey` | Component key (identifier) | - | |
| 36 | +#' | `chorizon.chkey` | Horizon key (identifier) | - | |
37 | 37 | #' |
38 | 38 | #' **API stability:** The NRCS occasionally modifies the API schema. If queries fail, |
39 | 39 | #' adjustments may be required here to align with the updated structure. |
@@ -197,8 +197,8 @@ ssurgo_mukeys_bbox <- function(bbox) { |
197 | 197 | stop( |
198 | 198 | paste0( |
199 | 199 | "Bounding box area (", format(area, scientific = FALSE), |
200 | | - " m²) exceeds maximum allowed area (", format(SSURGO_API_MAX_AREA_M2, scientific = FALSE), |
201 | | - " m²). Use ssurgo_mukeys_bigbbox() for large bounding boxes." |
| 200 | + " m2) exceeds maximum allowed area (", format(SSURGO_API_MAX_AREA_M2, scientific = FALSE), |
| 201 | + " m2). Use ssurgo_mukeys_bigbbox() for large bounding boxes." |
202 | 202 | ) |
203 | 203 | ) |
204 | 204 | } |
@@ -260,8 +260,8 @@ ssurgo_mukeys_point <- function(point, distance) { |
260 | 260 | stop( |
261 | 261 | paste0( |
262 | 262 | "Search radius area (", format(circle_area, scientific = FALSE), |
263 | | - " m²) exceeds maximum allowed area (", format(SSURGO_API_MAX_AREA_M2, scientific = FALSE), |
264 | | - " m²)." |
| 263 | + " m2) exceeds maximum allowed area (", format(SSURGO_API_MAX_AREA_M2, scientific = FALSE), |
| 264 | + " m2)." |
265 | 265 | ) |
266 | 266 | ) |
267 | 267 | } |
|
0 commit comments