Skip to content
#

nasa

Here are 601 public repositories matching this topic...

ZachTRice
ZachTRice commented Jan 14, 2020

What existing feature could be improved?
The share, projection, camera, info and measurement tools do not describe what they are. Having a tooltip describe the button on hover would be helpful to new users and those that are impaired. Additionally, we should add aria-labels to these buttons for enhanced accessibility.

Describe the improvement you'd like

  • Tooltips on icon hover
  • Ari
lightkurve
barentsen
barentsen commented Jan 22, 2021

We could look into using the diskcache package to cache MAST search operations:

https://pypi.org/project/diskcache/

The package is a disk-based key-value store which makes it easy to specify an expiration time for each entry. This would allow us to e.g. cache search queries for 24 hours, which would significantly speed up searches across different Python processes, whilst largely avoiding

Improve this page

Add a description, image, and links to the nasa topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nasa topic, visit your repo's landing page and select "manage topics."

Learn more