nasa / Plot3D_utilities

A Python library for reading, writing, finding connectivity for plot3d files

Home Page:https://nasa.github.io/Plot3D_utilities/_build/html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export to GlennHT Connectivity Files

ckeokot opened this issue · comments

We want to be able to read a Plot3d ASCII file, find connectivity, find periodicity and export to GlennHT format as a .json file via the ReactJS GUI. Code to export to GlennHT format already exists in the Python Plot3d library, so we have to adapt this code to be used in the frontend and backend of the ReactJS GUI.

completed