Distributed Acoustic Sensing Processing and Data Visualization Library
Project description
DAS_NIDF - Distributed Acoustic Sensing Data Visualization
Overview
DAS_NIDF is a comprehensive Python library for visualizing and analyzing Distributed Acoustic Sensing (DAS) data. It provides interactive, high-performance visualization tools using Holoviews + Datashader, capable of handling billions of data points.
Developed exclusively for internal use by the Núcleo Interdisciplinar de Dinâmica dos Fluidos (NIDF).
Restricted Use Notice: This package was created specifically for research and technical activities within NIDF and is not intended for public or commercial use.
Features
- Interactive Waterfall Plots - Real-time zoom, pan, and hover
- Spectrogram Analysis - Integrated band power maps
- Frequency-Wavenumber (f-k) Analysis - 2D FFT for wavefield analysis
- ROI Analysis - Region of Interest extraction and visualization
- Customizable Colormaps - Viridis, Plasma, and more
- High Performance - Datashader rendering for large datasets
- Interactive Dashboard - All plots combined in a single HTML page
- Complete Processing Pipeline - From HDF5 to visualization
Installation
From PyPI (authorized internal users only)
pip install das-nidf
Dependencies
Automatically installed with the package:
- numpy >= 1.20.0
- scipy >= 1.7.0
- h5py >= 3.0.0
- holoviews >= 1.15.0
- datashader >= 0.14.0
- bokeh >= 2.4.0
- scikit-image >= 0.19.0
🚀 Quick Start
from DAS_NIDF import run_server
run_server()
📖 Detailed Usage
1. Complete Processing Pipeline
The process_full_pipeline() method handles:
- Reads HDF5 file
- Extracts metadata (
fs,dx,num_locs) - Applies temporal cutting
- Removes DC mean
- Applies bandpass filter
1. Main Interface & File Upload
The Main tab allows users to upload raw HDF5 data files. It automatically extracts and displays key file metadata (channels, duration, and sampling rate) and provides a "Quick Actions" panel to trigger the analysis generation with a real-time progress bar.
2. Parameters Configuration
The Parameters tab gives users full control over the data processing. It is divided into two main sections: Processing Parameters (for setting time windows and frequency filters like high-pass and low-pass) and Visualization Parameters (for defining spatial boundaries along the fiber, phase limits, and naming the output).
3. Load Existing Analysis
The Load Analysis tab enables users to browse and select previously generated analysis runs. This allows for quick retrieval of past results without the need to reprocess the heavy raw data files.
4. Results Navigation
Once an analysis is successfully generated or loaded, the Results tab displays quick-access buttons. Users can easily navigate to the main interactive dashboard or open individually generated static figures (Figure 1 through 5) for quick inspection.
5. Interactive Visualization Dashboard
The core DAS_NIDF Control Panel dashboard provides a quick summary of the dataset and acts as a hub for various interactive modules. Users can open specific tools such as Time Signals & FFT, Temporal PSD Maps, ROI Phase Maps, and F-K Analysis.
🔒 License / Usage Policy
This software is intended solely for internal academic and technical use within NIDF. Redistribution, resale, external deployment, or unauthorized modification may be restricted.
For access requests or collaboration inquiries, please contact the maintainers.
🌟 Acknowledgments
- HoloViz team for Holoviews and Datashader
- Bokeh team for interactive visualization
- NIDF - UFRJ for research support
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file das_nidf-1.0.4.tar.gz.
File metadata
- Download URL: das_nidf-1.0.4.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78cfaa4af07dda2e9cdb92575bb7c9a0de354630d60af381d663ed3c74b70fe5
|
|
| MD5 |
d17b677c87b141e44e0fce50b8544389
|
|
| BLAKE2b-256 |
5c4f3c44f930a31d8dfd961c9be0e93a3c610ec69f027d2a1ff9c4c0d962e39a
|
File details
Details for the file das_nidf-1.0.4-py3-none-any.whl.
File metadata
- Download URL: das_nidf-1.0.4-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7782926f95cf8829466d2bcf06a82cd0b7ec605da72a25f98b28e6e477984e44
|
|
| MD5 |
54d7667d32374907c88e4234d1a2a0ec
|
|
| BLAKE2b-256 |
cd1a5ab5d29a5daf972a6660ff22d54af5e66acc1a98cce24225bb4691a1e5da
|