-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
[REVIEW]: ndbc-api: Accelerating oceanography and climate science research with Python #7406
Comments
Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks. For a list of things I can do to help you, just type:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
Software report:
Commit count by author:
|
|
Paper file info: 📄 Wordcount for ✅ The paper includes a |
License info: ✅ License found: |
👋🏼 @CDJellen, @rwegener2, and @ks905383, this is the review thread for the paper. All of our communications will happen here from now on. As a reviewer, the first step, as mentioned in the first comment of this issue, is to create a checklist for your review by entering
as the top of a new comment in this thread. These checklists contain the JOSS requirements. As you go over the submission, please check any items that you feel have been satisfied. The first comment in this thread also contains links to the JOSS reviewer guidelines. The JOSS review is different from most other journals. Our goal is to work with the authors to help them meet our criteria instead of merely passing judgment on the submission. As such, the reviewers are encouraged to submit issues and pull requests on the software repository. When doing so, please mention We aim for reviews to be completed within about 2-4 weeks. Please notify me if any of you require some more time. We can also use EditorialBot (our bot) to set automatic reminders if you know you'll be away for a known period of time. Please don't hesitate to ping me ( |
Review checklist for @ks905383Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
Review checklist for @rwegener2Conflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
👋🏼 @rwegener2, @ks905383 a friendly reminder for this review. |
Thanks for the reminder - will look at this this week. |
@CDJellen Could you clarify something on the modes? The docs say that the different modes '[correspond] to the data formats provided by the NDBC data service'. I'm not quite sure how that maps onto the data. I see that some of the modes carry some of the same variables, but that the same timestamp + station can give different values for those variables (like Thanks! |
Thank you so much for your thorough review @ks905383; the "modes" that the API supports map directly to the data modalities outlined in the web data guide. While I believe most users will have familiarity with these modes and formats, you raise an excellent point with respect to columns that are included in multiple formats. In cases where a user requests more than one I also very much appreciate the issues you opened in the |
Great! I only have two minor comments left (listed below), otherwise I recommend acceptance. Thanks for the work - it's always great to improve access to the often very janky online datastores of climate datasets....
|
Thank you @ks905383 ! I've updated the README with With respect to python 3.13 support, I've spent some time investigating this but it seems some dependencies (at least as reported through poetry) lack support for a wide enough version set. With that said, I've updated CI to include python 3.12 support in tests, and updated the package dependencies for 3.12 compatibility. I will revisit support for 3.13 in a few weeks once the package dependencies have more recent updates. Once again, thank you for taking the time to review and offer feedback on the package. Your suggestions were excellent, the migration to |
Great, @cheginit that concludes my review, I recommend acceptance. |
@ks905383 Thanks for your time and efforts in reviewing the submission and providing constructive comments, appreciate it! |
@cheginit thanks for the reminder and sorry for the delay. I'll wrap this up by end of day tomorrow. |
Hi @CDJellen, this is a great package you've built! Python-based access to NDBC data will help lots of folks use their data more easily. I have comments on two aspects of this project so far: Tests
PaperWell written paper! A few points of feedback:
|
Thank you so much for the feedback @rwegener2 ; I will work to address your comments on the paper over the next two days and update this PR once those changes are ready. In terms of test coverage, some tests are expensive to run or test private methods. In order to get a good sense of the CI covrage, tests can be run with pytest using the I very much appreciate your time and assistance in improving the paper; have an excellent rest of your day. |
Thank you so much @cheginit ! I really appreciate your time throughout this process. The package is in much better shape thanks to the thoughtful reviews provided by @ks905383 and @rwegener2. |
Hi! I'll take over now as Track Associate Editor in Chief to do some final submission editing checks. After these checks are complete, I will publish your submission!
|
Everything looks ready to go! |
@editorialbot accept |
|
Ensure proper citation by uploading a plain text CITATION.cff file to the default branch of your repository. If using GitHub, a Cite this repository menu will appear in the About section, containing both APA and BibTeX formats. When exported to Zotero using a browser plugin, Zotero will automatically create an entry using the information contained in the .cff file. You can copy the contents for your CITATION.cff file here: CITATION.cff
If the repository is not hosted on GitHub, a .cff file can still be uploaded to set your preferred citation. Users will be able to manually copy and paste the citation. |
🐘🐘🐘 👉 Toot for this paper 👈 🐘🐘🐘 |
🦋🦋🦋 👉 Bluesky post for this paper 👈 🦋🦋🦋 |
🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨 Here's what you must now do:
Any issues? Notify your editorial technical team... |
@CDJellen Can you remove the "code" bits around "ndbc" in your title ( |
Thank you for pointing this out @kthyng ; I've pushed the change. Please let me know if there is anything else I can do to assist, and have an excellent rest of your day! |
@editorialbot generate pdf |
Hm maybe I just need to reaccept... |
@editorialbot reaccept |
|
|
hm I am not sure what is wrong. @openjournals/dev Could you help here? |
@kthyng there was a conflict with an existing branch, please try the reaccept command again |
@editorialbot reaccept |
|
🌈 Paper updated! New PDF and metadata files 👉 openjournals/joss-papers#6231 |
thanks @xuanxu! Everything looks correct now! Congratulations on your new publication @CDJellen! Many thanks to editor @cheginit and to reviewers @rwegener2 and @ks905383 for your time, hard work, and expertise!! JOSS wouldn't be able to function nor succeed without your efforts. Note we have a new tool for reviewers! You can go to https://joss.theoj.org/papers/reviewed_by/@your-github-username to see the JOSS submissions you have reviewed, and you can also copy a badge there with the number of your JOSS reviews. |
🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉 If you would like to include a link to your paper from your README use the following code snippets
This is how it will look in your documentation: We need your help! The Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:
|
Thank you again @cheginit , @ks905383 , @rwegener2, and @kthyng for your time and assistance in improving and publishing the manuscript! The process was nothing short of excellent from a submitter's perspective. The review process lead to a significant number of technical improvements, as well as a dramatic improvement in the quality of the documentation. I've signed up as a reviewer through the web portal; if there is anything I can do to assist in the future please let me know! |
@CDJellen Wonderful to hear! |
Submitting author: @CDJellen (Chris Jellen)
Repository: http://github.com/cdjellen/ndbc-api
Branch with paper.md (empty if default branch): user/cjellen/joss-paper-submission
Version: v0.24.12.02.1
Editor: @cheginit
Reviewers: @rwegener2, @ks905383
Archive: 10.5281/zenodo.14261355
Status
Status badge code:
Reviewers and authors:
Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)
Reviewer instructions & questions
@rwegener2 & @ks905383, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review.
First of all you need to run this command in a separate comment to create the checklist:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @cheginit know.
✨ Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest ✨
Checklists
📝 Checklist for @ks905383
📝 Checklist for @rwegener2
The text was updated successfully, but these errors were encountered: