pywwt icon indicating copy to clipboard operation
pywwt copied to clipboard

Python interface to WorldWide Telescope :milky_way:

Results 63 pywwt issues
Sort by recently updated
recently updated
newest added

If I run the following in IPython: ``` from pywwt.qt import WWTQtClient %gui qt wwt = WWTQtClient() wwt.set_view('Earth') ``` with PyQt 6.6 installed on MacOS X, if I try and...

If I use PyWWT with PyQt5 5.14 and PyQtWebEngine 5.14, the following example: ```python from pywwt.qt import WWTQtClient wwt = WWTQtClient(block_until_ready=True) wwt.wait() ``` raises the following warnings/errors: ``` [11741:48899:0721/165650.545296:ERROR:context_group.cc(151)] ContextResult::kFatalFailure:...

Include ability to specify a data layer name in the add_table_layer() method via a "name = " parameter at the declaration of the layer. This feature exists in the add_image_layer()...

Currently the add_table_layer() only allows the user to visualize transparent data points. Would like to include the ability to make data points opaque for easier visualization.

The ability to visualize orbits of custom celestial objects or spacecraft via orbit paths/models. This capability exists in pyWWT for visualizing planetary orbits in the solar system view but not...

Add pyWWT capability to create and call custom reference frames. This is immediately useful for plotting orbital data. The reference frames for planetary bodies are fixed which means animating orbital...

Would like to ability to import custom models (.obj, .3ds) into the widget for visualization purposes. These models could range in size from spacecraft to planetary bodies. Having the ability...

I am trying to follow the instruction from [https://pywwt.readthedocs.io/en/stable/installation.html#set-up-pywwts-jupyterlab-integration](url) to install WWT. The way I chose is to install pywwt with conda-forge. `conda install -c conda-forge pywwt` is my first...

The Qt client's `block_until_ready` parameter currently causes problems on Windows. See the CI issues in https://github.com/glue-viz/glue-wwt/pull/95. I don't have any leads yet on what's causing this or why it seems...

@pkgw This issue is what we had briefly discussed yesterday. After looking at it again, I do think there's a problem (or at least some unintuitive behavior) here. The issue...