From 3900f033c164b9b25b257584433babe2dcb7e46b Mon Sep 17 00:00:00 2001 From: Andrew Gene Brown Date: Tue, 13 Feb 2024 08:29:56 -0800 Subject: [PATCH] Update NEWS.md --- NEWS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 10bf20e8..e658b81d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,11 +1,12 @@ # soilDB 2.8.2 (development) - SoilWeb Web Coverage Service MUKEY grid data source (used for `mukey.wcs()`) and metadata have been updated for FY2024 - - Note that ISSR800 WCS (`ISSR800.wcs(`) source) are still using FY2023/FY2022 data + - Note that ISSR800 WCS (`ISSR800.wcs()` source) is still using FY2023/FY2022 data - `get_SDA_coecoclass()` default data returned for methods "Dominant Component", "Dominant Condition" and "None" now include `localphase` column - `get_soilseries_from_NASIS()` and `get_competing_soilseries_from_NASIS()`: add `SS` argument for parity with all other NASIS "get" methods - default to `FALSE` for backward compatibility/common use cases - - Changes in column names (Area table / `"areasymbol"` related; #272); thanks to Zach Van Abbema for suggestion + - `get_site_data_from_NASIS_db()` gains Frost Free Days, MAP, REAP, MAAT, MAST, MSAT, MSST, MWAT, MWST, and Parent Material Group Name; thanks to Zach Van Abbema for suggestion + - Changes in column names related to Area table / `"areasymbol"` (#272); thanks to Zach Van Abbema for suggestion - `get_site_data_from_NASIS_db()`: Add state, county, and MLRA areasymbol references (`"site_state"`, `"site_county"`, `"site_mlra"`) - `get_mapunit_from_NASIS_db()`: Add dominant MLRA areasymbol reference column `"lmapunit_mlra"` - `get_soilseries_from_NASIS()`: replace `areasymbol` column to use relationship-style name `"soilseries_typelocst"` (minor breaking change)