openjournals / joss-reviews

Reviews for the Journal of Open Source Software
Creative Commons Zero v1.0 Universal
691 stars 36 forks source link

[REVIEW]: servir-aces: A Python Package for Training Machine Learning Models for Remote Sensing Applications #6729

Open editorialbot opened 1 week ago

editorialbot commented 1 week ago

Submitting author: !--author-handle-->@BiplovBhandari<!--end-author-handle-- (Biplov Bhandari) Repository: https://github.com/SERVIR/servir-aces Branch with paper.md (empty if default branch): Version: v0.0.16 Editor: !--editor-->@kanishkan91<!--end-editor-- Reviewers: @nagellette, @jtagusari Archive: Pending

Status

status

Status badge code:

HTML: <a href="https://joss.theoj.org/papers/3c3afc9f6ae90ab109f2daf70e473e6c"><img src="https://joss.theoj.org/papers/3c3afc9f6ae90ab109f2daf70e473e6c/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/3c3afc9f6ae90ab109f2daf70e473e6c/status.svg)](https://joss.theoj.org/papers/3c3afc9f6ae90ab109f2daf70e473e6c)

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

@nagellette & @jtagusari, 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:

@editorialbot generate my checklist

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @kanishkan91 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 @jtagusari

📝 Checklist for @nagellette

editorialbot commented 1 week 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
editorialbot commented 1 week ago

Software report:

github.com/AlDanial/cloc v 1.90  T=0.10 s (591.8 files/s, 220603.7 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Jupyter Notebook                 6              0          12497           3121
Python                          20            904           1100           2572
Markdown                        20            140              0            355
YAML                             7             19              9            246
TeX                              2             19              0            179
TOML                             1             14              1             62
HTML                             1              2              0              9
-------------------------------------------------------------------------------
SUM:                            57           1098          13607           6544
-------------------------------------------------------------------------------

Commit count by author:

    81  Biplov Bhandari
    13  Tim Mayer
     1  Bibplov Bhandari
editorialbot commented 1 week ago
Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- None

MISSING DOIs

- 10.1016/j.rse.2017.06.031 may be a valid DOI for title: Google Earth Engine: Planetary-scale geospatial an...
- No DOI given, and none found for title: Deep learning approach for Sentinel-1 surface wate...
- 10.3389/fenvs.2023.1137835 may be a valid DOI for title: Employing the agricultural classification and esti...
- No DOI given, and none found for title: Comparing Deep Learning Models for Rice Mapping in...
- 10.3390/rs15051203 may be a valid DOI for title: Delineation of Wetland Areas in South Norway from ...
- 10.1016/j.ophoto.2021.100003 may be a valid DOI for title: Mapping sugarcane in Thailand using transfer learn...
- 10.3390/rs13163166 may be a valid DOI for title: Automatic detection of impervious surfaces from re...

INVALID DOIs

- None
editorialbot commented 1 week ago

Paper file info:

📄 Wordcount for paper.md is 739

✅ The paper includes a Statement of need section

editorialbot commented 1 week ago

License info:

🟡 License found: GNU General Public License v3.0 (Check here for OSI approval)

editorialbot commented 1 week ago

:point_right::page_facing_up: Download article proof :page_facing_up: View article proof on GitHub :page_facing_up: :point_left:

kanishkan91 commented 1 week ago

@biplovbhandari , @jtagusari, @nagellette , This is the review thread for the paper. All of our communications will happen here from now on.

Please read the "Reviewer instructions & questions" in the first comment above.

For @nagellette and @jtagusari - Both reviewers have checklists at the top of this thread (in that first comment) with the JOSS requirements. As you go over the submission, please check any items that you feel have been satisfied. There are also links to the JOSS reviewer guidelines.

As you are probably already aware, 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 https://github.com/openjournals/joss-reviews/issues/6729 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 the review process to be completed within about 4-6 weeks but please make a start well ahead of this as JOSS reviews are by their nature iterative and any early feedback you may be able to provide to the author will be very helpful in meeting this schedule.

Thanks in advance and let me know if you have any questions!!

kanishkan91 commented 1 week ago

@editorialbot remind @nagellette in 2 weeks

editorialbot commented 1 week ago

Reminder set for @nagellette in 2 weeks

kanishkan91 commented 1 week ago

@editorialbot remind @jtagusari in 2 weeks

editorialbot commented 1 week ago

Reminder set for @jtagusari in 2 weeks

jtagusari commented 1 week ago

Review checklist for @jtagusari

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

nagellette commented 3 hours ago

Review checklist for @nagellette

Conflict of interest

Code of Conduct

General checks

Functionality

Documentation

Software paper

nagellette commented 1 hour ago

@biplovbhandari although there are multiple applications with GEE and Tensorflow in the context of agricultural applications that are mentioned in statement of need section I couldn't find anything actually referring to similar software and comparing yours against to them. One example I can think of is torchgeo which is providing access to different sources (incl. Sentinel and Landsat which I think are also available via GEE) while providing processing and training capabilities in Pytorch. Another example would be raster-vision. I am not aware anything in Tensorflow sourcing from GEE though I suggest looking in to similar software, referring to them while emphasizing servir-aces's contribution.

biplovbhandari commented 51 minutes ago

@jtagusari @nagellette Thanks for your comments and review. I am currently on work travel, hence the delay. I will get back to you soon. Thank you for your patience :)