Skip to main content

Interactive data visualization for signals, videos, and complex data objects.

Project description

datanavigator

src PyPI - Version Documentation Status GitHub license

Interactive data visualization for signals, videos, and complex data objects.

datanavigator is a matplotlib-based toolkit for interactive data visualization that handles signals, videos, and complex data objects. It provides both simple tools for navigating data with minimal programming and a user-friendly API for building sophisticated data interaction applications. This versatility makes it both powerful and accessible, regardless of a user's programming expertise.

Installation

pip install datanavigator

If you encounter dependency issues, use the requirements.yml file with conda to either create a new environment or update your existing environment. Then, run the command above to install datanavigator.

git clone https://github.com/praneethnamburi/datanavigator.git
cd datanavigator
conda env create -n env-datanavigator -f requirements.yml
conda activate env-datanavigator
pip install datanavigator

Quickstart

1. Browse video frames and extract a clip

import datanavigator as dnav

video_browser = dnav.VideoBrowser(dnav.get_example_video())
# Use the arrow keys to browse through frames.
# Press Ctrl+K to bring up a list of available keyboard shortcuts
# To extract a clip, 
#   1. navigate to the start frame and press 1
#   2. navigate to the end frame and press 2
#   3. press e to save the extracted clip
# run dnav.get_clip_folder() to find the saved video clip

# Or, you can extract a clip from the command line
clip_path = video_browser.extract_clip(start_frame=100, end_frame=200)
print(f"Extracted clip saved to: {clip_path}")

2. Browse time series data and mark events of interest

import datanavigator as dnav
signal_browser = dnav.EventPickerDemo()

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

Praneeth Namburi

Project Link: https://github.com/praneethnamburi/datanavigator

Acknowledgments

This tool was developed as part of the ImmersionToolbox initiative at the MIT.nano Immersion Lab. Thanks to NCSOFT for supporting this initiative.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datanavigator-1.1.1.tar.gz (81.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

datanavigator-1.1.1-py3-none-any.whl (58.7 kB view details)

Uploaded Python 3

File details

Details for the file datanavigator-1.1.1.tar.gz.

File metadata

  • Download URL: datanavigator-1.1.1.tar.gz
  • Upload date:
  • Size: 81.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.1

File hashes

Hashes for datanavigator-1.1.1.tar.gz
Algorithm Hash digest
SHA256 04c7ebe8dfeb99b5ddbcca83a116fd150e4d3f854a99682d0fa5d2838a35896f
MD5 86e09d5706fdbb7b7f5e8ff5b38bf3f4
BLAKE2b-256 291f40d992f2a9b630f9e200a13257d97d8fd24d5f21e7b0bb81b90398456856

See more details on using hashes here.

File details

Details for the file datanavigator-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: datanavigator-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 58.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.1

File hashes

Hashes for datanavigator-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1edf9e9cab18a3bda02d48bba0c42d840f173d7dd541aaecc5fe8877557f5b5c
MD5 74d2707df2a030d15b91c6e425f785c3
BLAKE2b-256 6849f0e1262e2c10df0e9ede7f3e00121cf0ee6aff4337342c18a9ec71fdd555

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page