You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add g_buffer(): compute buffer of a WKT geometry (GEOS convenience function via GDAL headers)
CmbTable-class
add updateFromMatrixByRow(): update the hash table from a matrix having integer combinations arranged in rows
add asMatrix(): return the combinations table as a numeric matrix (alternative to asDataFrame())
Bug fix
warp() caused segfault if proj.db could not be found (#96)
Other miscellaneous
plot_raster(): default value of the legend argument has been changed to FALSE; legend can now use a color table for continuous data; add argument maxColorValue (e.g., to use RGB 0:255 instead of 0:1 in col_tbl)