-
Notifications
You must be signed in to change notification settings - Fork 10
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
Possible merge with xarray-dsp and other projects #4
Comments
Thanks for contacting me. Also, I know crusaderky/xarray_extras. It is a good idea to merge these packages into one, which would reduce the maintenance and development cost. So, I think it would be nice to decide a project goal before contacting to other project managers.
But honestly, current development and maintenance status are far from satisfactory yet, because of lack of resources. I am really welcome your possible contribution to this project. Any thought is welcome, for the implementation or the project goal. |
I'm not sure how closely to follow the scipy/numpy API, because their functions usually expect separate arrays wheres when using xarray many new "higher-level" concepts become easily accessible. Xscale also seems to focus on a higher-level API for windowing. Ultimately, I'd focus mostly on what functions are commonly used in actual real-world analysis of data. |
I looked at your filter module, and find high level functions such as Can we prepare high level functions as well as scipy's counterpart? |
Hi! I have created a library that has wrappers for It currently has:
I have mostly added wrappers for things I personally use, also trying to not overlap with your library nor xarray-extras, so it might not make much sense as a group, but the modules are completely independent between them and could be reorganized into independent packages or merged into existing ones. I don't know what your roadmap is nor if there is interest within the xarray for scipy wrappers or similar things, but it could be interesting to collaborate. In my case, I might add some very thin wrappers on a few special functions that I use often (i.e. expit, logsumexp), and some more guvectorized things, but the things above are mostly what I'll use and what I am willing to maintain. Also, feedback very welcome! |
Hi. Thank you for the suggestion. Honestly speaking, i have nowadays no time to maintain this project🥲 If anyone is interested in developing this package, I'm happy to give the ownership of this repository. |
@fujiisoup, would you be up for transferring the project to the xarray-contrib organization? I am thinking that It would help increase the overall visibility of the project and in the process, some folks may chip in to help with the development/maintenance of the project moving forward if need be. |
@andersy005, Yes, if it is OK to transferring buggy one |
@andersy005 @fujiisoup Is there any update on this transfer ? Despite the state of this repository and xarray-dsp which both haven't been updated in a very long time, theyr'e still the first results that appear on google when searching for ways to apply scipy functions to xarrays, as many still aren't implemented on the main xarray repository. |
@hippalectryon-0 Thank you for commenting. As I get busier the development has been suspended. I am happy to transfer the ownership to someone who can keep developing. It would be appreciated if you could suggest any possible owner / repository that I can send the ownership. |
I'd be happy to (at least for now) take ownership of the repository. I could then bump the python versions to support 3.8+, merge the MRs, and re-contact xarray-contrib and @andersy005 to see what can be done in the longer term. |
I appreciate that you can take the ownership. I sent an invitation to take the ownership for this repository. I hope the development still continues. |
Thanks ! I haven't received anything so far, but maybe github is just being slow. I'll ping you in a few hours if I still don't see it :) |
@fujiisoup I haven't received anything, can you double -check ? Thanks :) |
Looks like you already have a repository named xr-scipy? I think we need to delete it first to transfer the ownership of this repository |
I've renamed my fork, let me know if that works now. |
Looks like renaming the fork is not sufficient. |
done |
Thank you. I think the request is sent to your place. |
Perfect, looks like it worked this time :) |
Hi, on my side I don't have much time right now to actively contribute to cleaning up the code, but I'd be happy to at least offer guidance on merging xarray_dsp, xrrandom and other small scipy wrappers I have into this. And possibly I can dig up some doc resources I have. I still actively use them and I think many other people will find them very useful, especially if the scipy wrappers become less fragmented. |
As we have discussed in the mailing group, it might be reasonable to merge this project with my smaller project smartass101/xarray-dsp.
The
xarray_dsp
package in the project currently features mostly functions for frequency and other filters and spectral analysis and a few other wrappers. It mostly targets time-domain analysis.There are also a few wrappers for wavelets from pycwt, but I guess those wouldn't really fit into xr-scipy since pycwt is not included in scipy. It's also a question whether you want to restrict this project to scipy functions.
I also found kaipak/xrsigproc which also uses some smoothing functions from
scipy.ndimage
andscipy.convolve
for (probably) spatial filtering.There is also serazing/xscale which also does some signal processing and FFT using mostly scipy again.
Maybe we could contact these projects as well.
The text was updated successfully, but these errors were encountered: