Hi,
I have a block model which is an ore bodies geology represented by cuboids.
Each cuboid block represents a volume
of ground and has a number of numeric (typically grades,
densities, or metallurgical parameters) or alphanumeric (rocktype)
attributes assigned to it.
It's basically a csv file with headers as follows:
IJK,XC,YC,ZC,XINC,YINC,ZINC,XMORIG,YMORIG,ZMORIG,NX,NY,NZ,fe_perce,fe_recov,oxide,rescat,sg,mat_type,fillpc,mass_rec,mass_re1,air,al2o3,cao,k2o,loi,mgo,mno,phos,sio2,tio2
I would like to convert this to either paraview VTK format to view, minecraft format, or view it with FME Safe desktop. I am completely new to FME Safe, can you help me achieve this?