omf-python
omf-python copied to clipboard
Python library for working with OMF files
Forcing textures to be `properites.ImagePNG` is too restrictive. I'm working on a project now where I have several `tif` files that I need to associate with a `SurfaceElement`. This is...
It would be awesome to have `__repr__` and `_repr_html_` methods to easily display an element's information/meta data
Would it be of interest to have PyVista/[`omfvista`](https://opengeovis.github.io/omfvista/) as a dependency when building the documentation to create an example gallery much like [PyVista's gallery](https://docs.pyvista.org/examples/index.html) to walk users how to create...
Work for this contract includes: - C++ implementation of OMF v2 with support for OMF v1 - Roughly 20 classes in OMF v2 with validation and JSON serialization/deserialization - Read...
I'm just now realizing there isn't exactly support for structured grids (points based grids) in OMF. For example, take `discretize`'s [`CurvilinearMesh` class](http://discretize.simpeg.xyz/en/master/api/generated/discretize.CurvilinearMesh.html) and [**preview a 3D rendering of it here**](http://viewer.pyvista.org/?fileURL=https://dl.dropbox.com/s/c5szhh38ttlh3fw/curvi.vtkjs?dl=0)...
I've created this issue as a place for developer discussion around OMF v2, unrelated to specific features. This could include questions on contributing, OMF vision, etc. I have no idea...
Can we get a list of commercial and open-source software that currently support OMF going in the README? Off the top of my head (*EDIT: updated from https://github.com/gmggroup/omf/issues/77#issuecomment-495028406*): - Leapfrog...
Trying to run this example to load assets/test_file.omf but failed: https://mybinder.org/v2/gh/OpenGeoVis/omfvista/master?filepath=Example.ipynb Error messages: ``` Traceback (most recent call last): File "Example.py", line 36, in proj = omfvista.load_project('assets/test_file.omf') File "E:\Python37\lib\site-packages\omfvista\wrapper.py", line...
This is my first time trying this project. The setup and dependencies installation seem OK but the test run failed with errors. Test result attached. OS: Window 7 Professional x64...
We will continue to include a file reader that loads legacy OMF versions and writes to current version.