You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please give me a small example to use wwt_api_client?
for example, I want to take screenshots while changing the latitude and longitude by 1 degree (latitude => -90 ~ 90, longitude => -180 ~ 180). Could you please let me know how could I do this by using wwt_api_client?
The text was updated successfully, but these errors were encountered:
For the use case you mention, you probably want to use the pywwt package rather than this one. This package interfaces with the different online WWT data services, but doesn't actually contain code that interacts with the WWT rendering engine.
More specifically, the Qt WWT widget has a render method that can take a screenshot of the current view. The file docs/screenshots.py shows some example usage — but be aware that that file has not been kept up-to-date, so it might need some changes to work with the latest APIs.
If you have any more questions, we can discuss here, or we can close the issue.
To think of this as something actionable for this repository, perhaps the main documentation page should be updated to point to pywwt and some of the other WWT repositories to try to help make sure that people are directed to the right places depending on their needs.
Hello, I read through the manual (https://wwt-api-client.readthedocs.io/en/latest/) but I feel frustrated.
Could you please give me a small example to use wwt_api_client?
for example, I want to take screenshots while changing the latitude and longitude by 1 degree (latitude => -90 ~ 90, longitude => -180 ~ 180). Could you please let me know how could I do this by using wwt_api_client?
The text was updated successfully, but these errors were encountered: