-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar Libraries #3
Comments
|
Just saw this package for signal processing, that will be part of SciPy 2017 tutorials: |
GMT is being ported to python and has a bunch of very useful grid manipulation tools. This project has only just begun, but should be interesting as GMT is a solid set of tools. |
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 |
There were a tutorial on basic Times Series Processing with Pandas at SciPy2016: |
xtensor might also be helpful (for code and or ideas): https://github.com/QuantStack/xtensor |
Hey, instead of pandas should we use xarray? It has the same indexing engine as the pandas. |
Which libraries have similar functionality? What can we leverage? What can we look to for inspiration / ideas?
The text was updated successfully, but these errors were encountered: