Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds TiledBrowserWidget.py #56

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    750a94d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    089db4f View commit details
    Browse the repository at this point in the history
  3. [refactor] updates layout and internals of DatasetWidget.py

    - groups visual element creation into methods
    - groups elements into dictionaries with type checking
    - adds config tab
    - fixes bugs in data model
    martintb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    107d49d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a053780 View commit details
    Browse the repository at this point in the history
  5. [feat/docs] adds better hovertext for composition plot

    - Adds hovertext showing colorscale value for each point
    - Adds full docstring (with usage example) to docstring
    martintb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0265965 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. [feat] adds data selection feature and reduces dropdown noise

    - Adds ability to do simple .sel and .isel commands to the loaded dataset
    - Uses heuristic culling of dropdown data to reduce length of lists being selected from
    martintb committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    059f425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2ec9fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ae7e9b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. [feat] adds data variable combing to widget

    Useful for making new 'composition' variables to plot against
    martintb committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    489359a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Create TiledBrowserWidget.py

    Starting as as copy of DatasetWidget.py from another branch.
    martintb authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ff4f6f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f086456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fb6bea View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    ba01bbb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    4fdfaef View commit details
    Browse the repository at this point in the history