Skip to content

Commit

Permalink
Merge branch 'master' into mlrapoly
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag authored Oct 2, 2023
2 parents 6bdf6da + 89cd245 commit 73264e3
Show file tree
Hide file tree
Showing 9 changed files with 193 additions and 140 deletions.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@


# soilDB 2.7.9 (2023-09-01)


- Added new `method` options for `fetchSDA_spatial()`. Aggregation grouping is controlled by the `by.col` argument. This works for mapunit and survey area polygon geometries, aggregating all polygons in the group for each `mukey`, `nationalmusym`, `lkey`, or `areasymbol` extent.
- `method="extent"` method calculates a bounding rectangle
- `method="convexhull"` calculates the convex hull
- `method="union"` returns a MULTIPOLYGON
- `method="collection"` returns a GEOMETRYCOLLECTION

## Bug Fixes

- Bug fix for `get_vegplot_transpoints_from_NASIS_db()`; using wrong record ID for transect points
Expand Down
Loading

0 comments on commit 73264e3

Please sign in to comment.