This project extends the yt open-source data analysis and visualization package, providing an enhanced, integrated user interface for data exploration and enabling the visualization of physical data that comes from non-cartesian grids.
This package includes project links, references, and further documentation that details the requirements analysis and specification, system and program design, user interface design and testing, test plan, test examples, and results.
Clone the repo:
git clone https://github.com/spherical-volume-rendering/UI-team-collaboration.git
Move into that directory:
cd UI-team-collaboration
Install the dependencies:
pip install -r requirements.txt
Run the platform server:
python server.py
The server is now running on your local machine at port 5000, to view tha platform open your browser and type:
http://0.0.0.0:5000/
As Cornell students, the team owns the copyright in the software that we create in this project. The team agrees to transfer the copyright to the client and to provide the client with an unrestricted license to use the system. We understand that the use of open-source solutions is a viable option and that there are not any serious licensing issues to this extent. It is also imperative to acknowledge that yt is under the 3-clause BSD license, non-copyleft.