Skip to content

Ocean-Data-Lab/DAStools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAStools

A group of tools and functions for analysis of DAS data. This repository is under development and the main branch will likely be rapidly changing. Please feel free to submit PRs if you find anything that would be nice to include.

A related repository is John-Ragland/xrsignal, which implements various scipy.signal methods in a scalable, dask/xarray compatible environment.

Contents

  • dasfuncs.py
    • signal processing methods built on numpy and scipy methods
  • das_chunk.py
    • implementations of dasfuncs and other functions on single chunks of data.
    • also includes associated functions that map these (using xarray.map_blocks), to an entire array

Install

Development version

Clone this repository:

    git clone git@github.com:Ocean-Data-Lab/DAStools.git

Install it using pip (this can be done in a virtual environment such as conda or python venv) :

    cd DAStools/
    pip install -e .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published