lincc-frameworks / lincc-frameworks/hyrax
Add 3d visualization verb
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 41
- Forks
- 7
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 8
Description
As of now, the 3d latent space visualization tool exists in its own folder `3d_viz` without interacting with most of the hyrax infrastructure.
Make one/two new verbs that:-
1. allows conversion of umap data to json files using `src/hyrax/3d_viz/save_umap_to_json.py`
2. boots up a server using `src/hyrax/3d_viz/start_3d_viz_server.py`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading src/hyrax/3d_viz/save_umap_to_json.py and src/hyrax/3d_viz/start_3d_viz_server.py, then inspect how Hyrax verbs are defined and exposed. Add the requested verb or verbs so the existing conversion and server workflows can be invoked through Hyrax infrastructure, and verify both entry points complete successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100