-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathextensions.yaml
144 lines (141 loc) · 5.07 KB
/
extensions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
active:
- name: ytini
url: http://www.ytini.com/
image: ytini_logo_horizontal_left.png
description: |
ytini is set of tools and tutorials for using yt as a tool inside the 3D visual effects software Houdini
or a data pre-processor externally to Houdini.
import_as: vdbyt
contact: Jill Naiman
- name: yt_idv
url: https://yt-idv.readthedocs.io/en/stable/
import_as: yt_idv
description: |
This package provides interactive visualization using OpenGL for datasets
loaded in yt. It is written to provide both scripting and interactive access.
contact: Matthew Turk
image: yt-idv.gif
- name: Trident
url: http://trident-project.org/
image: trident_logo_blackbg.png
description: |
Trident is a full-featured tool that projects arbitrary sightlines through
astrophysical hydrodynamics simulations for generating mock spectral
observations of the IGM and CGM.
import_as: trident
contact: Cameron Hummels
- name: pyXSIM
url: http://hea-www.cfa.harvard.edu/~jzuhone/pyxsim/
image: cluster_merger_events.png
description: |
pyXSIM is a Python package for simulating X-ray observations from
astrophysical sources.
import_as: pyxsim
contact: John ZuHone
- name: ytree
url: https://ytree.readthedocs.io
image: ytree.png
description: |
Analyze merger tree data from multiple sources. It's yt for merger trees!
import_as: ytree
contact: Britton Smith
- name: yt-napari
url: https://yt-napari.readthedocs.io
description: |
A <a href='https://napari.org'>napari</a> plugin for loading data from yt.
contact: Chris Havlin
import_as: yt_napari
image: yt-napari.gif
- name: widgyts
contact: Matthew Turk
url: https://widgyts.readthedocs.io
description: |
A fully client-side pan-and-zoom widget, using WebAssembly, for variable
mesh datasets from yt. It runs in the browser, so once the data hits your
notebook, it's super fast and responsive!
image: widgyts.gif
import_as: widgyts
- name: libyt
url: https://libyt.readthedocs.io
description: |
an in situ analysis tool that allows researchers to analyze and visualize
data using yt or other Python packages in parallel during simulation
runtime.
image: yt_logo.png
import_as: libyt
contact: Shin-Rong Tsai
- name: yt_xarray
import_as: yt_xarray
description: |
An xarray accessor plugin for streamlining data communication between
xarray and yt.
image: yt_xr.png
url: https://yt-xarray.readthedocs.io
contact: Chris Havlin
ytproject:
- name: unyt
url: https://unyt.readthedocs.io
contact: John Zuhone
description: |
unyt is a Python library for working with data that has physical units. It
was originally developed as part of the yt Project and was split out as
an independent project so that other Python projects can easily make use
of it.
- name: yt_astro_analysis
url: https://yt-astro-analysis.readthedocs.io
contact: Britton Smith
description: The yt extension package for astrophysical analysis.
import_as: yt_astro_analysis
- name: cmyt
url: https://github.com/yt-project/cmyt
contact: Clément Robert
import_as: cmyt
description: Matplotlib colormaps from the yt project!
- name: ewah_bool_utils
url: https://github.com/yt-project/ewah_bool_utils
contact: Matthew Turk
description: |
EWAH Bool Array utilities for yt. Efficient compression of in-memory
integer arrays, useful for indexing arrays.
- name: yt_experiments
url: https://github.com/yt-project/yt_experiments
contact: Chris Havlin
description: |
Experimental enhancements for yt.
inactive:
- name: yt interaction
url: https://bitbucket.org/data-exp-lab/yt_interaction
description: |
This extension is an experiment to work with the <a
href="http://holoviews.org/">holoviews</a> package for interactive
visualization.
import_as: yt.extensions.interaction
contact: Matthew Turk
- name: ViewYT
url: https://github.com/data-exp-lab/yt_viewyt
image: viewyt.png
description: |
An ongoing effort to build reusable Qt-based widgets for interacting with
yt plots and datasets.
import_as: yt.extensions.viewyt
contact: Austin Gilbert
frontends:
- name: yt-idefix
url: https://github.com/neutrinoceros/yt_idefix
contact: Clément Robert
description: |
A yt frontend for Idefix and Pluto, packaged as an extension for yt.
- name: yt_aspect
url: https://github.com/data-exp-lab/yt_aspect/
contact: Chris Havlin
description: |
A yt frontend for ASPECT unstructured mesh output as well as generic .pvtu
data.
related:
- name: powderday
url: https://powderday.readthedocs.io
description: |
Powderday is a dust radiative transfer package designed to interface with
galaxy formation simulations in order to produce spectral energy
distributions, as well as realistic images. It relies signficantly on
yt.