Skip to content

Releases: DrylandEcology/rSW2exter

v0.3.0

03 May 16:18
49e718b
Compare
Choose a tag to compare
  • Functionality to download, query, and extract soils data from SOLUS100 (@dschlaep)
    • depth_profile_SOLUS100(), variables_SOLUS100(), and filenames_SOLUS100() provide meta data.
    • download_SOLUS100() and check_SOLUS100() download and manage a local copy.
    • extract_soil_SOLUS100() (and bare-bones fetch_soils_from_SOLUS100()) extract soils data from a local copy.
  • The "raster" package is now "suggested" instead of "imported" (see #12; @dschlaep).

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.2

03 May 12:39
17a7ed5
Compare
Choose a tag to compare
  • fetch_soils_from_NRCS_SDA() gains the ability to inject queries with multi-variable parameters (@dschlaep). It gains two new arguments (with backwards compatible default values):
    • "bind_params" that replaces the deprecated argument "mukeys_unique"
    • "injection_format" that identifies the format string used to
      bind/inject values in parametrized queries
  • fetch_soils_from_NRCS_SDA() now builds SQL queries consistently with single quotes (@dschlaep).

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

20 Sep 14:01
273f6d0
Compare
Choose a tag to compare
  • fetch_mukeys_spatially_NRCS_SDA() now requires at least "soilDB" version 2.6.10 (and no longer supports "sp"; @dschlaep).
  • Linting updated to lintr >= 3.1 (@dschlaep).

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 May 12:45
254f6e3
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.2.0

v0.1.1

27 May 12:30
fca01d0
Compare
Choose a tag to compare
  • fetch_mukeys_spatially_NRCS_SDA() now handles versions of "soilDB" from 2.5.7 to at least 2.6.14
  • extract_soils_NRCS_SDA() queries include now localphase; this should improve the ability to identify a component of a soil map unit across NRCS data releases by a combination of compname, comppct_r, localphase
  • extract_soils_NRCS_SDA() gains argument only_soilcomp which excludes non-soil components, i.e., those that are not "Miscellaneous areas" and are not "NOTCOM" (not completed)

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Sep 20:09
78da773
Compare
Choose a tag to compare

First release