question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Leapfrog View Export

See original GitHub issue

We should find a way to export vtki scenes to Steno3D so that users can rapidly share interactive visualizations of their data over the web.

I think this would be really similar to the VTKjs export script I added in #57

Pinging @fwkoch: do you think we could collaborate on this? Would this be reasonable to “export” a scene to the Steno3D format and provide an API in vtki to send scenes directly to a users account?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
fwkochcommented, Sep 4, 2019

Hey @lperozzi - I can’t speak to support within pyvista/omfvtk (i.e. vtki -> LFView or vtki -> omf - Bane needs to follow up on those). However, the case of omf -> LFView is supported by the View Python client:

pip install lfview-api-client

Get an API key (https://lfview.com/generate_api_key - you must already be logged in), then -

from lfview.client import convert, Session
session = Session('your-api-key')
view = convert.omf_to_view('your_file.omf')
session.upload(view)

Maybe that helps a little, at least for now? Let me know if you have any questions or issues.

1reaction
banesullivancommented, Apr 17, 2019

Thanks for your swift feedback, @fwkoch!

I’d recommend moving over to LF View. This is a rebranded evolution of the same product. It is built on better technology and under active development

This looks like an awesome project - I’ll work towards building an export script for LF View instead!

it would be totally reasonable to export a scene from vtki … The omf/steno3d/lfview APIs all have fairly similar data structures, so I don’t see any major hurdles there. Especially since you’ve already worked through omf -> vtki conversion, this should mostly just be translating in the opposite direction.

From a few minutes of poking around the client library, it does indeed look similar to OMF - this should make my life a lot easier!

Actually, I notice that there is an OMF importer… this makes me wonder if I should focus on creating a way to go from vtki to omf over in https://github.com/OpenGeoVis/omfvtk and put the LF View exporter/uploader over there? I’m thinking OMF might be a bit more stable than lfview-resources-spatial and that most people using vtki+ LF View would be omfvtk users to begin.

I suppose my remaining question is - should I focus on building an exporter from vtki to lfview-resources-spatial or focus on building the link from vtki back to omf so that users can both upload data to LF View and save projects locally.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to import and export models and designs in Leapfrog
Export or / and import a geological model and designs in Leapfrog. Resolution: I. To Export: 1. Right click on Geological Model> Export....
Read more >
leapfrog works | frequently asked questions - NET
For more information on Leapfrog Start see Info for IT Admins. ... Leapfrog Works supports export of geological, numeric and combined models in...
Read more >
Export Data and Price of leapfrog | Zauba
Date HS Code Destination Port of Loading Unit Quantity Value (INR) Per Unit... Mar082016 49011010 United States Delhi Air Cargo NOS 1 670 670 Mar082016...
Read more >
See PETREL™ well deviation data import, create a reservoir ...
Explore the latest integrations in Leapfrog Geothermal 2021.2, with PETREL™ well import and model export to ECLIPSE™. See them in action in ...
Read more >
Sheet1 - NGI
I made a 200x300m model in leapfrog, but when exporting to (autodesk) dwg, ... works -> linkt to video (https://www.youtube.com/watch?v=pmu5iUVCdnE).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found