Skip to content

Conversation

@adamlilith
Copy link
Owner

fasterRaster 8.4.1.1 (2025-11-18)

New functions and functionality

o + can now combine any two GVectors with the same geometry type (points, lines, polygons).
o installAddon() checks to see if addon is already installed, and if so, uninstalls it before re-installing.
o Minor documentation updates.

Bug fixes

o fast() correctly adds names to GRasters loaded from disk when a _names.csv file exists.
o geomorphons() now works when mode = '2'.
o rbind() combines GVector data tables when each vecto has the same number of rows in its table as geometries.
o scale() and scalepop() work when center and/or scale are numeric.
o sf example data objects (madCoast0, madCoast4, and madRivers) have had their CRSs harmonized with the example raster objects. This had caused some of the examples not to work.

Other

o Added error checking in fragmentation() related to limits on size of window w for calculation of fragmentation indices.

# fasterRaster 8.4.1.1 (2025-11-18)
### New functions and functionality
o `+` can now combine any two `GVector`s with the same geometry type (points, lines, polygons).
o `installAddon()` checks to see if addon is already installed, and if so, uninstalls it before re-installing.
o Minor documentation updates.

### Bug fixes
o `fast()` correctly adds names to `GRaster`s loaded from disk when a `_names.csv` file exists.
o `geomorphons()` now works when `mode = '2'`.
o `rbind()` combines `GVector` data tables when each vecto has the same number of rows in its table as geometries.
o `scale()` and `scalepop()` work when `center` and/or `scale` are numeric.
o `sf` example data objects (`madCoast0`, `madCoast4`, and `madRivers`) have had their CRSs harmonized with the example raster objects. This had caused some of the examples not to work.

### Other
o Added error checking in `fragmentation()` related to limits on size of window `w` for calculation of fragmentation indices.
@adamlilith adamlilith merged commit 9db86da into master Nov 18, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants