Open editorialbot opened 4 weeks ago
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:
@editorialbot commands
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
@editorialbot generate pdf
Software report:
github.com/AlDanial/cloc v 1.90 T=1.34 s (134.6 files/s, 685439.9 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
YAML 39 374062 43 504544
Python 135 1337 518 4983
Markdown 2 69 0 214
Jupyter Notebook 1 0 30859 61
TeX 1 3 0 31
TOML 1 3 0 27
INI 1 0 0 4
-------------------------------------------------------------------------------
SUM: 180 375474 31420 509864
-------------------------------------------------------------------------------
Commit count by author:
95 CDJellen
41 cdjellen
16 Chris Jellen
1 abdu558
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):
✅ OK DOIs
- 10.25080/majora-92bf1922-00a is OK
🟡 SKIP DOIs
- No DOI given, and none found for title: NDBC Web Data Guide
- No DOI given, and none found for title: NDBC Active Stations
- No DOI given, and none found for title: NetCDF4 Python Library
❌ MISSING DOIs
- None
❌ INVALID DOIs
- None
Paper file info:
📄 Wordcount for paper.md
is 600
✅ The paper includes a Statement of need
section
License info:
✅ License found: MIT License
(Valid open source OSI approved license)
👋🏼 @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
@editorialbot generate my checklist
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 openjournals/joss-reviews#7406
so that a link is created to this thread (and I can keep an eye on what is happening). Please also feel free to comment and ask questions on this thread. In my experience, it is better to post comments/questions/suggestions as you come across them, instead of waiting until you've reviewed the entire package.
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 (@cheginit
) if you have any questions/concerns.
:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:
👋🏼 @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 WDIR
, WSPD
, and GST
in the example above). Would a user more familiar with this dataset know the difference between those two rows, or should there be a flag / column (/ df index) specifying which data format each row came from?
(apologies, I haven't worked with this specific dataset before)
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 mode
through the get_data
method, including the modality as a prefix or suffix seems appropriate. I will make this change over the next few days.
I also very much appreciate the issues you opened in the ndbc-api
repository, the suggestions and samples were excellent.
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....
conda
/mamba
install instructions to the README? Since it's on conda-forge
anyways, might as well advertise it. ndbc-api
isn't specified in the initial environment, it'll install an older version instead (presumably the last one that didn't explicitly specify python requirements). Thank you @ks905383 ! I've updated the README with conda
instructions; great point there as this was a relatively recent change.
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 xarray
is especially useful given how much cleaner that API is when compared to netCDF4
. Have an excellent rest of your day!
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/config/test_config.py
and tests/test_ndbc_api.py
. Is there a reason most of the tests are skipping, or am I making a mistake in how I'm running them?Well written paper! A few points of feedback:
DataSet
also be part of this list or objects?
Submitting author: !--author-handle-->@CDJellen<!--end-author-handle-- (Chris Jellen) Repository: http://github.com/cdjellen/ndbc-api Branch with paper.md (empty if default branch): user/cjellen/joss-paper-submission Version: v2024.08.31.1 Editor: !--editor-->@cheginit<!--end-editor-- Reviewers: @rwegener2, @ks905383 Archive: Pending
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