Added

  • New function soilgrids_soilC_extract retrieves soil C estimates with uncertainty from the ISRIC SoilGrids 250m data. (#3040, @Qianyuxuan)

Fixed

  • gSSURGO.Query() now always returns all the columns requested, even ones that are all NA. It also now always requires mukeys to be specified.
  • Updated gSSURGO.Query() and extract_soil_gssurgo() to work again after formatting changes in the underlying gSSURGO API

Removed

  • find.land() has been removed. It is not used anywhere we know if, has apparently not been working for some time, and relied on the maptools package which is scheduled for retirement.
  • Removed dependency on PEcAn.data.atmosphere, notably by retrieving site latitude and longitude directly from PEcAn.DB::query.site instead of custom lookups (#3300, Abhinav Pandey).