Skip to content

soilDB 2.8.13

Latest

Choose a tag to compare

@brownag brownag released this 27 Sep 04:48
· 96 commits to master since this release
90d6077

soilDB 2.8.13 (2025-09-26)

  • Added get_SDA_NASIS_key() for obtaining NASIS record IDs for component and component horizon data from Soil Data Access (#409)
  • SDA_spatialQuery() fixed a bug with new addFields argument and geomIntersection=TRUE (#414)
  • get_OSD() replace old base URL for result='html'
  • SDA_query() include soilDB package version in User-Agent string
  • Vignette updates
  • Validate SDA_spatialQuery what and as_Spatial inputs (@jslatane #411)
  • get_SDA_property() fixed a bug in SQL dialect syntax with local SQLite dsn

What's Changed

  • fix: get_SDA_property() SQLite dialect by @brownag in #408
  • Validate SDA_spatialQuery what and as_Spatial inputs by @jslatane in #411
  • fix: get_OSD base url for result='html' by @brownag in #413
  • fix: SDA_spatialQuery: addFields with geomIntersection=TRUE and feat* tables by @brownag in #414
  • Add get_SDA_NASIS_key() by @brownag in #409

New Contributors

Full Changelog: 2.8.12...2.8.13