• Fixed namespace doc thanks to CRAN.
  • Fix thanks to CRAN, now handling new Date and POSIXt behaviour with integer input #31.

  • More robust to broken raster date-time values, #30.

  • Release to restore package on CRAN, archived when silicate was archived (for neglecting conditional use of Suggests).
  • Fixed unnecessary test for warning contributed by R. Hijmans.
  • Removed unnecessary issues with crs metadata strings.

  • Now using silicate for the line-to-segments ops, removed spbabel imports.

  • Remove old bufext() and outdated spex import.

  • Un-deprecate and re-export decimate().

  • Drop extentFromCells() export.

  • Function cellnumbers now provides only basic cell lookup, the weights and other options available in raster functions are ignored.

  • Function extentFromCells is now imported from raster and re-exported.

  • Now applying fasterize for sf polygon objects, and spatstat for sf line objects for very significant speed ups.

  • Now import spatstat for faster line rasterization.

  • add xy argument to as_tibble

  • fix missing vignette knitr reference

  • new oisst data set

  • bufext made defunct

  • added index extent functions index_extent and cellsFromExtent

  • removed decimate function

  • fixed unnecessary lapply call for the points case, so that is now not slow

  • extra handling for as_tibble, value is now optional so that data-less rasters can be used to build cell and dimension indices

  • new vignette stub to list all relevant raster functions

  • object_ is now integer, 1-based to match the rows in query

  • removed boundary (see romsboundary in angstroms)

  • consolidated on the central tools, removed experiments

  • migrated the buffer extent logic to spex, deprecated bufext

  • added as_tibble for rasters

  • added boundary function