-
Notifications
You must be signed in to change notification settings - Fork 14
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
ambition, reference paper, user base, external contribution, roadmap, and other ... #32
Comments
All great points. I started this library because I felt excited by the potential of what Julia could bring to the table for the underwater acoustics world. There's no reason to not put out what I develop for my own (and my collaborators' and students') use, and if others find that useful, then to develop it further. I feel motivated to work on it beyond my own use cases if others find it useful too, and ask for fixes and features. I find it even more motivating if others contribute too, and collaborate. So, yes, I do hope to be able to develop this library into the go to scientific tool for underwater acoustics -- and the current version is an experiment to see if there's enough interest around to warrant the effort. Specific answers/thoughts:
Thanks for getting this conversation started. I'd love to hear your (and others') thoughts on this. This includes potential use cases, ideas, thoughts, questions, directions, ... |
I think you have already answered quite a bit already @mchitre I did mean regression test coverage indeed. My first concern is to convince my collaborators to use UnderwaterAcoustics.jl in a project focused on underwater positioning of freely drifting underwater platforms. Preliminary results indicate sound speed uncertainty & variability will be the leading error source. We will work typically with ocean circulation numerical simulation outputs in order to design appropriate algorithms to mitigate such uncertainty. Here are a couple of thoughts that may be useful (apologizes if material already exists):
I hope this useful |
@mchitre , I am trying to planning ahead (months time scales) and it would be very useful if the library had the contributing guide mentioned above, let's say by September. Would that be feasible for you? It's probable I may give a try implementing some IO then. |
Yes, we can get guidelines for contribution in place in August. And even before we do that... contributions are most welcome. It would be good to raise an issue to discuss the planned contribution first, so we can discuss it and ensure that it'll fit in well with the library without too much surgery. And then a PR once you've some form of an implementation, so that we can refine it and merge. |
@apatlpo I've gotten a basic draft of contribution guidelines done. Comments/suggestions most welcome. |
I like very much this contribution guideline and have not much to say at first glance. |
Food for thoughts ...
I am under the impression this library could become a landmark tool for underwater acoustic modeling.
Is it the ambition you had @mchitre ?
If this is the case, there are a couple of points that would deserve an attention at least equal to that dedicated to adding new functionalities:
a reference paper describing the library, maybe the physics behind the
RaySolver
would be welcome. It will increase visibility, reinsure potential users and ultimately help grow the user and contributer base, which leads to the next point:the issue tracker shows a growing list of actions to be performed and it is likely as the user base grows that it will only grow faster. My opinion is that it could become very critical that you get help on pushing the library forward @mchitre. This leads to the next two points:
the first item to address in order to enable external contribution is to add a
Contributing Guide
section. I am a big user of xarray and their Contributing Guide is quite an impressive example. What is going to be key here however is that you may have to guide non-native julia users (like me) and dedicated information will be needed.the second item deals with coverage which looks pretty low at the moment. This may become a problem with external contributions.
Finally, it would be useful to provide in the documentation a roadmap for the library. This would help new users to see in what direction the library is going, where contributions would be welcome, ...
what do you think?
The text was updated successfully, but these errors were encountered: