Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 1.5.2 instead.

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 and are using conda, set up your environment with conda using the requirements.yml file in this repository.

conda env create -n env-datanavigator -f https://github.com/praneethnamburi/datanavigator/raw/master/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()

See also

  • DUSTrack -- video point tracking + annotation UI, built on top of datanavigator's VideoBrowser. Owns VideoPointAnnotator / VideoAnnotation (the annotation containers used to live in datanavigator.pointtracking through 1.4.0; they relocated to dustrack in 1.5.0a1 so datanavigator stays modality-agnostic and dustrack owns its DeepLabCut workflow end-to-end). git log --follow dustrack/pointtracking.py on the dustrack side traces the full pre-relocation history.

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.

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.5.1.tar.gz (206.6 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.5.1-py3-none-any.whl (100.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for datanavigator-1.5.1.tar.gz
Algorithm Hash digest
SHA256 64352e57d70cb9aa0ffd58c9a99e628ccda5cd10b43776b5a33784b14ffc0de9
MD5 f60569beb52df4c000cdaa96debc49c6
BLAKE2b-256 03906270643f252283f917bf32868d7dd73949445d3cc153825a5dbe27429833

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for datanavigator-1.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c6f41e9ad21422f1ac096190a51a881199ba7c87f14e4e18250c8042eca3cde9
MD5 5666eaee4469a03698f86bbe6da5a00b
BLAKE2b-256 b396179ea76246ba92a7810290e2d06eebfdb5a51717281e0356bd0bc6e5aac8

See more details on using hashes here.

Release history Release notifications | RSS feed

1.5.2

2 files

This release

1.5.1 This release

2 files

1.5.0

2 files

1.4.0

2 files

1.3.1

2 files

1.3.0

2 files

1.2.0

2 files

1.1.4

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page