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

error in build datacube - IDU reference needed #4

Closed bartj77 closed 3 months ago

bartj77 commented 3 months ago

IDU reference appears to be missing in the code:  

build datacube (1 minute) - save as stars object

dc <- build_datacube(

  • delta_array = da,
  • fields = fields,
  • run_name = 'test_run') Error in build_datacube(delta_array = da, fields = fields, run_name = "test_run") : IDU reference required
codyevers commented 3 months ago

Issue related to missing idu_geom in datacube_func >> build_datacube around L38.

codyevers commented 3 months ago

this should be fixed now. Try reinstalling and trying again. Will close for now.