readEot()
: imports previously created EOT* files back into R. For that purpose, file 'remote_eot_locations.csv' (created fromeot()
orwriteEot()
) now includes pixel IDs of all leading modes.predict()
: features a proper 'filename' argument in addition to '...', thus allowing the user to specify further options passed toraster::calc()
and, at the same time, enabling layer-by-layer storage of the resultingRaster*
images.
- Fixes warning message related to missing 'expl.var' object.
- Minor documentation updates.
- Adds a
NEWS.md
file to track changes to the package.