Closed jeffreyhanson closed 1 year ago
Awesome - thanks so much @mdsumner!
I haven't checked this really so much appreciated if you can
Ah - sure, I can do that.
Yeah this seems to work for me now. I can confirm that (1) the memory location (i.e. file path or "memory") is correct, and (2) accessing values from each raster yields expected results.
Hi,
Thanks so much for developing fasterize! I've been playing around with using fasterize with terra, and I noticed that converting
RasterLayer
objects produced byfasterize::fasterize()
intoterra::rast()
objects can have some issues (see here). This is because the output object fromfasterize::fasterize()
can be assigned the same filename information as the input raster -- even though the output raster should (in many cases) have different data. For example, please see the reprex below (using GitHub version of fasterize). I've also included my session info too. Please let me know if there's any further details I can provide?Session information