codyevers / envisionr

EnvisionR is a package for assembling Envision delta array output into vector data cubes and then viewing that data using a basic GIS interface.
MIT License
0 stars 0 forks source link

Bug extracting info from double-click point #5

Open codyevers opened 3 months ago

codyevers commented 3 months ago

Error extracting cell from highlighted point (ie double click). Related to changes in data() reactive since update_reaster() now returns terra::rast. Previously this was a stars object.

codyevers commented 3 months ago

Update_raster is poorly specified since it takes a stars and returns a rast. Need to rename function make more explicit (e.g., create_terra_raster or update_stars_raster)

codyevers commented 3 months ago

I've deactivated this functionality until I find a fix.