Coder Social home page Coder Social logo

Comments (10)

jourdain avatar jourdain commented on July 19, 2024 1

Ok thanks, I will try to fix it soon.

from vtk-js.

jourdain avatar jourdain commented on July 19, 2024 1

The volume mapper example assume that the data you are looking for is active, while the vtkDataConverter does not set any active array. You may want to either programmatically set the array active or edit the json file like here: https://github.com/Kitware/vtk-js/blob/master/Data/volume/headsq.vti/index.json#L32

from vtk-js.

jourdain avatar jourdain commented on July 19, 2024
  1. Delete your node_modules directory as well as Documentation/build-tmp.
  2. run npm install
  3. You should be all set. If not let me know what you did and how you get that error.

Thanks,

Seb

from vtk-js.

jourdain avatar jourdain commented on July 19, 2024

Oups are you talking about npm run example -- NAME?

from vtk-js.

auxiliary avatar auxiliary commented on July 19, 2024

Yes

from vtk-js.

auxiliary avatar auxiliary commented on July 19, 2024

Thank you. A semi-related question: So I managed to run an example from an older revision (3239d37). What version of Paraview should the data converter macro work with? I've tried 5.2 and 5.3 and it tells me AttributeError: 'vtkCommonDataModelPython.vtkImageData' object has no attribute 'GetPoints'

Could it be because I'm trying to convert a NetCDF volume?

from vtk-js.

jourdain avatar jourdain commented on July 19, 2024

I'm guessing that you are using the ParaView macro which was meant to be used for geometry extract not volume hence the issue.

To get the volume you should use vtkDataConverter that should be available in your command line environment if you run npm install vtk.js -g or npm link within your local repo of vtk.js.

Then hopefully the help within vtkDataConverter should be enough to get you started. And you will have to do something similar to that example to look at your data.

from vtk-js.

auxiliary avatar auxiliary commented on July 19, 2024

Is there a specific requirement or file format that vtkDataConverter works with. All my NetCDFs result in NetCDF: Invalid dimension ID or name. I also tried converting them to a .vtk in Paraview, then using vtkDataConverter. That went fine, but when the viewer opens up it crashes with the JS error TypeError: Cannot read property 'getDataType' of null in VolumeMapper.js:23452.

from vtk-js.

auxiliary avatar auxiliary commented on July 19, 2024

Thanks. That did the trick.

from vtk-js.

jourdain avatar jourdain commented on July 19, 2024

Issue is fixed inside master

from vtk-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.