simpeg / processing

software for time-series analysis, spectral analysis and transfer function computation from geophysical data
MIT License
6 stars 3 forks source link

Similar Libraries #3

Open lheagy opened 7 years ago

lheagy commented 7 years ago

Which libraries have similar functionality? What can we leverage? What can we look to for inspiration / ideas?

kujaku11 commented 7 years ago
thast commented 7 years ago

Just saw this package for signal processing, that will be part of SciPy 2017 tutorials: https://github.com/mwickert/scikit-dsp-comm

craigmillernz commented 7 years ago

GMT is being ported to python and has a bunch of very useful grid manipulation tools. http://gmt.soest.hawaii.edu/projects/gmt-python-api/wiki

This project has only just begun, but should be interesting as GMT is a solid set of tools.

lheagy commented 7 years ago

This is a seismic processing package out of UAlberta: https://github.com/SeismicJulia/Seismic.jl Some of the structure and organization may be applicable here too

thast commented 7 years ago

There were a tutorial on basic Times Series Processing with Pandas at SciPy2016: Youtube video of the tutorial: https://www.youtube.com/watch?v=JNfxr4BQrLk Github repository: https://github.com/AileenNielsen/TimeSeriesAnalysisWithPython

lheagy commented 7 years ago

xtensor might also be helpful (for code and or ideas): https://github.com/QuantStack/xtensor

ahartikainen commented 7 years ago

Hey, instead of pandas should we use xarray? It has the same indexing engine as the pandas.

http://xarray.pydata.org/en/stable/