Leapfrog View Export
See original GitHub issueWe 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:
- Created 4 years ago
- Comments:11 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hey @lperozzi - I can’t speak to support within
pyvista/omfvtk(i.e.vtki->LFVieworvtki->omf- Bane needs to follow up on those). However, the case ofomf->LFViewis supported by the View Python client:Get an API key (https://lfview.com/generate_api_key - you must already be logged in), then -
Maybe that helps a little, at least for now? Let me know if you have any questions or issues.
Thanks for your swift feedback, @fwkoch!
This looks like an awesome project - I’ll work towards building an export script for LF View instead!
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
vtkitoomfover 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 thanlfview-resources-spatialand that most people usingvtki+ LF View would beomfvtkusers to begin.I suppose my remaining question is - should I focus on building an exporter from
vtkitolfview-resources-spatialor focus on building the link fromvtkiback toomfso that users can both upload data to LF View and save projects locally.