Submitting author: @jshermeyer (Jacob Shermeyer)
Repository: https://github.com/CosmiQ/CometTS
Version:
Editor: @Kevin-Mattheus-Moerman
Reviewers: @zhampel, @rmsare, @jjmcnelis
Archive: 10.5281/zenodo.3418091
Status badge code:
HTML: <a href="http://joss.theoj.org/papers/2e38056740935063b95551d23334a1c1"><img src="http://joss.theoj.org/papers/2e38056740935063b95551d23334a1c1/status.svg"></a>
Markdown: [](http://joss.theoj.org/papers/2e38056740935063b95551d23334a1c1)
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) 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.)
@zhampel, and @rmsare please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:
The reviewer guidelines are available here: https://joss.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @Kevin-Mattheus-Moerman know.
✨ Please try and complete your review in the next two weeks ✨
paper.md
file include a list of authors with their affiliations?paper.md
file include a list of authors with their affiliations?paper.md
file include a list of authors with their affiliations?Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @rhiever, it looks like you're currently assigned as the reviewer for this paper :tada:.
:star: Important :star:
If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As a reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all reviews 😿
To fix this do the following two things:
For a list of things I can do to help you, just type:
@whedon commands
Attempting PDF compilation. Reticulating splines etc...
@rhiever, @zhampel this is where the review process takes place. There is information and check boxes at the top of this issue to guide you through the review process. Let me know if you have any questions.
@Kevin-Mattheus-Moerman I must disclose an affiliation I have with the author @jshermeyer of this submission. We are employees of the same parent organization 'IQT', though we have affiliations with separate independent laboratories within IQT. I leave it to you to decide whether I proceed as a reviewer.
@zhampel thanks for disclosing that. Can you provide a link to that organization IQT?
@Kevin-Mattheus-Moerman Sure thing: https://www.iqt.org
@whedon add @dmittman as reviewer
OK, @dmittman is now a reviewer
@zhampel thanks for mentioning your shared affiliation. I do not feel this is serious enough to exclude you from the review process. I'm confident that, now that we have three reviewers, and since review takes place in the open, we'll have a balanced review process. Thanks.
@rhiever, @zhampel, @dmittman thanks again for acting as reviewers. You all have a set of tick boxes at the top of this issue which will guide you through the review process (which you can tick if you've accepted this invitation). Please let me know if you have any questions. :rocket: :robot:
@jshermeyer can you work on adding community/contributing guidelines (e.g. CONTRIBUTING.md)? I also recommend adding a code of conduct document (e.g. COC.md, you can find a good standard template here: https://www.contributor-covenant.org/). I recommend you link to the contributing guidelines in the readme and to the code of conduct in the contributing guidelines.
See also these resources:
https://help.github.com/articles/setting-guidelines-for-repository-contributors/
https://opensource.guide/code-of-conduct/
Examples:
https://github.com/atom/atom/blob/master/CONTRIBUTING.md
https://github.com/rails/rails/blob/master/CONTRIBUTING.md
@jshermeyer
Here are my initial comments on the paper.
General comments:
Specific correction suggestions:
CometTS
)@Kevin-Mattheus-Moerman
Added a CONTRIBUTING.MD. Code of conduct seems overkill, if I need to post a code of conduct calling for basic civility in my little codebase I think the world is doomed.
@zhampel
Thanks for the notes. Will make some edits when another review comes in.
_I think it would be better to intro something like ‘user defined polygon identifying a region of interest (ROI)’ and use ROI for the remainder of the paper._
Agreed, will make this change then when other reviews come back.
_Q: Any limits to ‘user defined area of interest’?_
Just computational strength, the larger the polygon the more slowly the processing. I believe CometTS will not like polygons that are larger than the imagery you provide, but it can tolerate and ignore nodata/ blank space/ masked areas.
_Figures: please provide descriptive captions to the three figures._
Good idea.
@zhampel, @dmittman, can you provide an update on where we are in the review process? @rhiever when can we expect your contribution? Thanks!
Apologies for the delay @Kevin-Mattheus-Moerman. I've reviewed the reviewer guidelines, checked the conflict of interest statement and took a look through the submitted PDF and repo. I find the material just outside my area of expertise, being more about satellite imagery analysis with a time-series component than pure time-series visualization. Perhaps @lewismc (https://github.com/lewismc) might be a more appropriate reviewer than I.
@dmittman Thanks for your reply. I understand. Thanks for taking the time to check out this project, and for recommending another reviewer.
@lewismc would you be interested in reviewing this work for JOSS?
@Kevin-Mattheus-Moerman yes I would. Please give me a deadline for reviewing. I've just returned from some vacation.
@whedon add @lewismc as reviewer
OK, @lewismc is now a reviewer
@whedon remove @dmittman as reviewer
OK, @dmittman is no longer a reviewer
Great @lewismc thanks for agreeing to help. I've added you as a reviewer. It would be great to get this review done in about 2 weeks. Does that work?
@Kevin-Mattheus-Moerman Sorry for the delay. Yes, I've nearly finished through the code, and will be posting my review by early next week.
@Kevin-Mattheus-Moerman please point me at what it is you want me to review. Thank you
@lewismc the review focuses on the software and the short paper. The instructions and tick boxes (see the top of this issue) will guide you through the process. Let me know if you still have questions. You can also consult our review criteria here: https://joss.readthedocs.io/en/latest/review_criteria.html.
@jshermeyer here are my comments regarding the structure of CometTS's code. I found your instructions easy to follow with the tools you have built. Your code does work as advertised, though I do think there are a changes that should be made to the formatting of the code, including commenting and other coding standards that should be upheld. Furthermore, I think your work could be made much stronger as an extensible project, by migrating the functionality of your python notebooks to a more API-like structure. I would also like to point out that a significant hurdle to properly reviewing the project is the lack of easy access to example datasets (you do point this out), which is beyond the scope of you as the author. To this end, the open source community encourages steps like CometTS to making these tools openly available indeed.
MacOS fails to pip install due to gdal. Needs brew install gdal
prior to pip install -r Requirements.txt
. Works on my MacOS Mojave laptop.
DownThemAll add-on link points to a non-existent page.
Ensuring a proper directory structure is clear for the example you gave, but is that the case with other datasets? Not being a geospatial data expert, is there a resource that provides guidance on proper structuring, or perhaps a universal industry standard?
Had difficulty with GDAL install (who doesn’t?). Perhaps best to include gdal and subsequent deps on gdal at the end of the requirements list, so that all other packages install first. This may assist in debugging install.
Also recommend including link to building GDAL with python-bindings in Installation section. Had success using following: http://trac.osgeo.org/gdal/wiki/BuildingOnUnix
Please include a python style .gitignore file that excludes the CometTS python notebooks.
Recommend reformatting for python3 compatibility
Recommended to import functions explicitly, instead of * for ease of tracking
Header description for each fn
Inputs and outputs description
All input argument declarations should be initialized to None, ‘’, etc
Run flake8 to format code properly, will make it easier to read too ;)
Multi_studyAreas_FullStats.csv is in same dir as notebooks. Plot_Results.ipynb looks elsewhere for it. Consider moving it into the example data dir. Yet, when trying to use this example csv data, I get an error that there is no key count
. Did work on my generated csv data though.
For plotting, should have more scalable y-axis, as I chose a rather small city (Santa Fe, NM) to test
Difficult to debug errors, esp wrt formatting data issues
What are the temp*.vrt files? Are they part of the project?
Need a set of tests for function verifications
Best wishes for 2019 everybody.
@jshermeyer can you reply to @zhampel 's comments?
@rhiever, @lewismc can you provide an update on the review process? Let me know if you need help. Also please let us know in case you are no longer able to assist in this review. Thanks.
@Kevin-Mattheus-Moerman Thanks for staying on this. I'll do a full reply to all comments once all parties are done reviewing.
@rhiever has indicated he is no longer able to review this work
@whedon remove @rhiever as reviewer
OK, @rhiever is no longer a reviewer
@lewismc please let me know if you are able to proceed with this review. We could really use your help. Thanks.
@lewismc can you give an update on this review? Are you still able to help us? Thanks!
@lewismc Please can you inform us if you are still able to do this review. Thanks
I've e-mailed @lewismc to check if he is still able to review. Apologies for the delay encountered so far.
@jshermeyer although I will continue to try to contact @lewismc I suggest you start addressing comments by @zhampel to avoid further delays.
@jshermeyer in particular can you comment on whether you agree with @zhampel to migrate "... the functionality of your python notebooks to a more API-like structure..."?
@jshermeyer :point_up:
👋 It looks like we're waiting here for the author, @jshermeyer, to come back with responses to how they are addressing the reviewer comments.
It also looks like the second reviewer, @lewismc, has gone MIA (unresponsive to multiple mentions here, plus emails from the editor). I suggest we proceed to a recommendation from the first reviewer and make the acceptance decision at that point.
@jshermeyer here are my comments regarding the structure of CometTS's code. I found your instructions easy to follow with the tools you have built. Your code does work as advertised, though I do think there are a changes that should be made to the formatting of the code, including commenting and other coding standards that should be upheld. Furthermore, I think your work could be made much stronger as an extensible project, by migrating the functionality of your python notebooks to a more API-like structure. I would also like to point out that a significant hurdle to properly reviewing the project is the lack of easy access to example datasets (you do point this out), which is beyond the scope of you as the author. To this end, the open source community encourages steps like CometTS to making these tools openly available indeed.
Thanks to Zig @zhampel for his helpful and thoughtful comments. Also thanks to the editors @Kevin-Mattheus-Moerman @labarba for pushing this on, I apologize for being an absentee on this. I've gradually added onto Comet to address all of his concerns.
_A brief overview:_
-Code totally reformatted to meet pep8 standards and reorganized for simplicity
-Now has a command line API for those who want to ignore the notebooks (would still recommend notebooks for easy plotting/viz).
-Installable via pip/conda
-Dockerized
-Pytests included for sensitive functions
-Added support for autoregressive integrated moving average modeling for future trend forecasting
-Includes an example test dataset of NPP VIIRS monthly composites over San Juan, PR.
Specifics:
MacOS fails to pip install due to gdal. Needs brew install gdal prior to pip install -r Requirements.txt. Works on my MacOS Mojave laptop.
Updated to have gdal install at the end. Also include support with docker and a conda environment for mac users. Would not recommend brew installing gdal, things get ugly fast when using brew/pip/conda.
DownThemAll add-on link points to a non-existent page.
Still works for old firefox, unfortunately isn't supported any more. I'll leave it up to an end user to get their own data. I now include sample VIIRS imagery for play.
Ensuring a proper directory structure is clear for the example you gave, but is that the case with other datasets? Not being a geospatial data expert, is there a resource that provides guidance on proper structuring, or perhaps a universal industry standard?
This is a standard for a few time-series methods, i.e. CCDC/YATSM- https://github.com/ceholden/yatsm
Had difficulty with GDAL install (who doesn’t?). Perhaps best to include gdal and subsequent deps on gdal at the end of the requirements list, so that all other packages install first. This may assist in debugging install.
Done.
Also recommend including link to building GDAL with python-bindings in Installation section. Had success using following: http://trac.osgeo.org/gdal/wiki/BuildingOnUnix
Multiple choices for installing GDAL now available.
Please include a python style .gitignore file that excludes the CometTS python notebooks.
Notebooks are pretty core for this project, but project is now pip/conda installable with an option for CLI only so this seems redundant.
Code Specifics
Recommend reformatting for python3 compatibility
Done.
Recommended to import functions explicitly, instead of * for ease of tracking
Done.
Header description for each fn/ Inputs and outputs description
Now have comments that describe inputs/outputs + github readme
All input argument declarations should be initialized to None, ‘’, etc
Some of these I like to keep to give a user what an example input would look like.
Run flake8 to format code properly, will make it easier to read too ;)
Done
Multi_studyAreas_FullStats.csv is in same dir as notebooks. Plot_Results.ipynb looks elsewhere for it. Consider moving it into the example data dir. Yet, when trying to use this example csv data, I get an error that there is no key count. Did work on my generated csv data though.
Code structure has been totally reorganized
For plotting, should have more scalable y-axis, as I chose a rather small city (Santa Fe, NM) to test
I've included a few helper notebooks for plotting only. A user will have to have a bit of background with matplotlib for tweaking some of the plotting features.
Difficult to debug errors, esp wrt formatting data issues
Not really sure how to make this easier, probably will require more iterations. Have added pytests to hopefully alleviate some stress.
What are the temp*.vrt files? Are they part of the project?
Temp outputs from some functions, can be ignored. I likely should clean these up but could be helpful for debug.
Need a set of tests for function verifications
Included for a good chunk of the code that could be sensitive. Also include test data.
@labarba thanks for helping here. In relation to:
It also looks like the second reviewer, @lewismc, has gone MIA (unresponsive to multiple mentions here, plus emails from the editor). I suggest we proceed to a recommendation from the first reviewer and make the acceptance decision at that point.
Agreed, however, although I do not feel there is evidence for a clear conflict of interest here (in fact the reviewer has been very thorough and detailed requirements), the reviewer @zhampel did point out to me that "...the author, Jake Shermeyer, is a member of a sister lab of my organization.". Hence I would prefer to find a replacement reviewer.
@chrismattmann @dmittman I believe you pointed out you might be able to review this work over at https://github.com/openjournals/joss-reviews/issues/866. Would greatly appreciate if you would be able to help (save the day! :rocket: ) with this review? The review has already started but we now need at least one additional/replacement reviewer.
@jshermeyer can you check if you need to update your paper to reflect all the changes you've made? Please run @whedon generate pdf
here to regenerate your paper here.
No changes required.
@chrismattmann @dmittman :wave: do you think you can help review this work?
@danielskatz do you know these potential reviewers personally? We've had a reviewer drop out so we need a replacement. Thanks.
I sent an email in case they don't see the github notification, but it's also just 4:30 am in California ...
I find the material just outside my area of expertise, being more about satellite imagery analysis with a time-series component than pure time-series visualization.
And @chrismattmann replied to me by email that he doesn't have time currently
@turmon, @darth-pr - would either of you be able to step in and help with a review of this submission & this software for JOSS? (Or perhaps suggest someone else who might?)
See JOSS review criteria in case you are not aware of how JOSS works...
Maybe Kyo Lee in my group? He's a climate/remote sensing model analysis person, who contributes to an open source regional climate model system.
https://orcid.org/0000-0003-3754-3204
Huikyo.[email protected]
Mike
On May 20, 2019, at 6:24 PM, Daniel S. Katz notifications@github.com wrote:
@turmon, @darth-pr - would either of you be able to step in and help with a review of this submission & this software for JOSS? (Or perhaps suggest someone else who might?)
See JOSS review criteria in case you are not aware of how JOSS works...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
Thanks Mike - Does Kyo has a github account? I'll let @Kevin-Mattheus-Moerman follow-up with him, as the editor.
I was not able to find a GH account, but I can't rule it out.
Mike
On May 21, 2019, at 8:44 AM, Daniel S. Katz notifications@github.com wrote:
Thanks Mike - Does Kyo has a github account? I'll let @Kevin-Mattheus-Moerman follow-up with him, as the editor.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
:wave: @lubiavinhas @mloning @TonyBagnall @gilbertocamara @rolfsimoes @pedro-andrade-inpe @ammaciel @jgrss @slandersson @mmann1123 @avanetten @aftimg would you be interested in reviewing this submission (about time-series analysis of satellite image data) for the Journal of Open Source Software (JOSS)? The review process, which takes place in this GitHub issue, focuses largely on the software and a short paper.
Let me know if you have questions.
@whedon remove @lewismc as reviewer
OK, @lewismc is no longer a reviewer
:wave: @ceholden @PontusOlofsson @ZachTRice @dgketchum @rmsare would you be interested in reviewing this submission (about time-series analysis of satellite image data) for the Journal of Open Source Software (JOSS)? The review process, which takes place in this GitHub issue, focuses largely on the software and a short paper.
Let me know if you have questions.
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@Kevin-Mattheus-Moerman I can complete this review within the next 2 weeks. Is that okay?
@rmsare yes thanks!
@whedon add @rmsare as reviewer
OK, @rmsare is now a reviewer
hi, don't have time or expertise to review this, sorry.
@rmsare thanks for your help. I've created a set of tick boxes at the top of this issue which will guide you through the review process. Please also check out our review guidelines. Let me know if you have any questions.
@TonyBagnall okay, thanks for your reply.
@whedon add @jjmcnelis as reviewer
OK, @jjmcnelis is now a reviewer
@jjmcnelis thanks for joining as reviewer. Would you be able to update your GitHub profile e.g. such that it lists your affiliation (and/or a link ORCID profile if possible). Thanks. Let me know if you have questions.
@jshermeyer I am reviewing your submission, and I had a question about your changes to the project.
I would like to suggest some reorganization, but it looks like a bit of that has been implemented in @zhampel's fork of CometTS. Do you plan to incorporate any of these changes, e.g. to directory structure?
Thanks for clarifying - it will help us to provide more manageable reviews.
Thanks for submitting this, @jshermeyer! Here is my initial review (based on the master branch of CosmiQ/CometTS).
Overall, it looks like a useful set of tools for quick time series analysis of satellite imagery that is appropriate for JOSS. Nice work.
While the code functions as advertised, the codebase and documentation could be improved with substantial changes that will make it easier to use. I believe implementing many of these changes will ensure that CometTS is a usable, extensible software package rather than an analysis utility.
I was able to install in a conda environment with PyPI.
The code is well-commented, but function-level documentation is not quite sufficient (see review criteria). I also think the README could be streamlined and the example notebooks improved with some instructions. Someone interested in CometTS should be able to scan the example notebooks and documentation to quickly see how things work.
Once you add docstrings you might consider auto-generating API documentation with Sphinx and ReadtheDocs (file an issue with the docs
tag?).
refactor
or enhancement
tags.The manuscript is written well, but describes the CometTS workflow rather than making a case for the research software contribution. Consider adding two or three sentences to introduction providing more context on satellite timeseries analysis and why CometTS is a good alternative to other open-source offerings.
Many of the details in the final paragraph could be summarized in a shorter sentence like “CometTS output includes user-specified statistics such as mean, median, and quartiles, and the package offers masking functionality to remove clouds and snow from the area of interest.” Then the remaining space could outline key research use cases in more detail.
The statement of need should state the intended audience, which appears to include social scientists, earth scientists, and/or geospatial intelligence analysts.
Recommendation: Could be accepted after moderate enhancements
@rmsare thanks for this very thorough review!
@jshermeyer can you comment on the points raised by @rmsare. Thanks.
@jjmcnelis thanks for joining as reviewer. Would you be able to update your GitHub profile e.g. such that it lists your affiliation (and/or a link ORCID profile if possible). Thanks. Let me know if you have questions.
@Kevin-Mattheus-Moerman Happy to help. ORCID and Org are now listed on my profile. I'll complete my initial review before the business week opens on Monday. Please let me know if that doesn't agree with your expected schedule for reviewers and I'll up the urgency.
Thanks @rmsare for the thorough review. Good recommendations that I'm going to gradually start addressing. I don't have as much time for this repo as I used to as this project was more of a focus about a year ago. Will see how it goes, may take some time.
-Jake
@jshermeyer I enjoyed working through your example notebooks. I had a few hangups but nothing major. Please give me a day or so to open issues with specific recommendations. I will update this comment with specifics.
Key recommendations:
@Kevin-Mattheus-Moerman Is 1a is compatible with JOSS submission requirements?
My feelings about the content of the paper are pretty well covered above. No problems with the grammar/writing style but I can send a marked up copy if you need that level of detail.
@jshermeyer apologies this review has taken so long. We initially had great difficulty finding suitable (and suitably active) reviewers.
Since you've indicated that addressing the points raised may take a while, I've paused this review for now. We can resume it again at any point, when you are ready.
Would you be able to give me your best (and most realistic) estimate as to when you think you'll have addressed the points raised?
Let me know if you think you will not be able to implement these changes. If that is the case we could instead retract this submission (and resubmision in the future s also an option).
Thanks.
@zhampel, @rmsare, @jjmcnelis I've paused this review for now since @jshermeyer has indicated that addressing the issue raised may take a significant amount of time.
@jjmcnelis thanks also for your review comments. You mentioned you might be able to open specific issues related to your comments. Please do, so @jshermeyer can work on these too.
Once @jshermeyer indicates they are ready to resume the review I'll remove the paused
label and will call upon the reviewers again.
Thanks @jjmcnelis for another strong review. I think this process will make a much stronger toolset when it's all said and done.
I've update the docstrings which I think was the most cumbersome thing to add. Next on my list is documenting the notebooks a bit better. After that's adjusting the readme and responding to some of the more minor comments as proposed by reviewers. Seems like it could be done in a day or two if I can steal a few hours.
My timing on this is quite ambiguous and my availability to work on this will decline rapidly starting next week. If I can get to it over the next 2 weeks I have a feeling I could get it done by then. Otherwise this may bleed for awhile.
@Kevin-Mattheus-Moerman Am I correct in assuming no further reviewers will be added? I'd hope to address everything in one shot and then move forward to a decision.
@jshermeyer thanks for the update. Correct, no more reviewers will be added (I had to recruit new/more reviewers halfway through the review process because one was no longer responsive and one indicated a (minor) conflict of interest). So yes it looks like you are looking at the full set of changes/comments now. Thanks for working on this now. Looking forward to the next updates.
@Kevin-Mattheus-Moerman, @zhampel, @rmsare, @jjmcnelis Thanks for the reviews and constructive feedback. I've worked to incorporate all of your suggestions throughout this process into the repository in one way or another. As I stated previously I think the process has been worthwhile and I’m appreciative for your time to make CometTS a better and more usable package.
What I've worked on
Specific items that I've changed in the code, readme, or paper are all tracked in the issues: https://github.com/CosmiQ/CometTS/issues
Specifically issue 15 tracks the minor comments from all reviewers and aggregates them in one location.
Specific responses
A few things throughout the review likely require a direct response from me, I’ll run through them here.
- Acknowledge in the documentation whether CometTS is
a. a workflow for processing/visualizing raster time series, or
b. tools for workflows; i.e. it's unclear how many of the functions are reliant on outputs from other pieces.
I think CometTS is both a package with unique functionality, a workflow, and provides tools for workflows for processing and visualizing raster time series. So all of the above.
- Acknowledge the key features that distinguish CometTS from other processing/visualization tools for raster time series, e.g. TIMESAT.
Key differences are:
1) the ability to handle arbitrarily sized areas of interest (polygons) vs. individual pixels for visualization.
2) Anomaly detection and auto-regressive integrated moving average forecasting
3) Python / jupyter notebook deployment
Are raster formats other than GeoTIFF supported?
I don't see any reference to other formats than GeoTIFF. Display a list of supported formats prominently on the README. Support for other GDAL-supported formats will be straightforward to implement if you choose to refactor as an API as zhampel and rmsare recommend. The metadata stored internally by HDF and others eliminates the need for a config file like the one generated by CSV_lt.py.
• Test and indicate in the README which imagery sources and formats are compatible with CometTS.
The VIIRS example is cool, but I think it represents an edge case for most VIIRS users. VIIRS is distributed in HDF for most standard products, not GeoTIFF like in the example. The documentation suggests that users of "overhead imagery" are the intended audience, but many of the relevant datasets are distributed in other formats.
Have updated the readme to address this. Any GDAL format raster is supported. Any OGR format vector file is supported. All metadata unfortunately is not created equally and no standard exists for what is contained in each file (although one is being worked on). I think an ad-hoc approach to extracting at least the date information from each raster file is still the best method and lends flexibility to an end user. CometTS will auto-extract extent and projection if it is appropriately defined in the rasters. HDF has no standard metadata format, and is really a poor choice by NOAA to use. In fact, some of their recent data has no projection or extent information embedded in each file. When you don’t have that from the start, you’re setting people up to fail. If you have experience getting these data to play nicely out of the box with a GIS, I’d love to hear about it.
• Provide examples for more data sources. It's not clear how transferable the VIIRS workflow example is to other data sources.
This I really can’t do. I’ve built the package, now it’s up to end users to run with it, and get creative with their scientific pursuits. I’ve written a full paper regarding tracking electrification rates in Puerto Rico following Hurricane Maria using CometTS (now cited in the paper). Additionally, I’ve shown separate examples with Landsat (transferable to any multi-spectral imagery with some tweaking) and using VIIRS for estimating seasonal population migrations.
Future Things
If/when the package is approved for JOSS, I intend to update the zenodo code as well as the code on pypi/conda. Want to make sure there are no more modifications or recommendations before I do this.
@jshermeyer Thanks for your response. I will be able to look through your changes in more detail this weekend.
@Kevin-Mattheus-Moerman, I will add a comment here when that's done and follow up in review issues where appropriate.
@Kevin-Mattheus-Moerman Looking through the changes, my major comments have been addressed by @jshermeyer and I think the notebooks and code have been made much more accessible.
Right now, I feel like the code and packaging meets the standards of JOSS, but it is up to the author to justify CometTS as a novel research tool. As @jjmcnelis asked above, could editors clarify when a workflow-oriented tool like this submission is defined as a "minor utility"?
The paper should be edited a bit for clarity (#16). In particular, it claims CometTS provides "new" functionality (averaging, cloud masking, etc.) that is available in other open source software like SITS.
@jjmcnelis can you review the latest changes and @jshermeyer 's response to your points.
@jjmcnelis @rmsare To answer your question yes this package is considered more than a "minor utility", and it is clear it may be valuable for scientific research applications. A typical "minor utility" is a package doing something quite trivial or simple and which does not influence scientific research and the findings much or at all. Therefore one would likely not feel the need to cite such a minor utility. In this case however the package does influence the science as it provides both visualization and processing tools and workflows.
@zhampel can you finalize the review on your end? Are you satisfied with the changes made? Thanks
@rmsare @jjmcnelis you can tick the version box (this tick box will be removed in future review issues as it often leads to confusion), the reviewed version will be set appropriately before the acceptance stage.
@Kevin-Mattheus-Moerman Apologies for the radio silence over the last week.
@jshermeyer I'm satisfied with the improvements to the repo. My main critiques about the README content have all been addressed:
Your updates to the paper help to clarify CometTS's place among the other tools that provide some similar functionality.
I apologize for not giving you more specific feedback during my initial review. Several commitments came calling at once. @rmsare Thanks for your diligence in documenting the review comments in the issues on CometTS repo!
@zhampel can you finalize the review on your end? Are you satisfied with the changes made? Thanks
@Kevin-Mattheus-Moerman I see that the author has addressed my earlier comments as well as those of the other reviewers. The documentation has been improved, and I think users will appreciate the addition of sample data for testing purposes. The final two boxes have been checked. Thanks.
@zhampel thanks a lot!
@jjmcnelis thanks for the update too
@jshermeyer @rmsare all boxes are ticked. However is it correct to say some work remains related to https://github.com/CosmiQ/CometTS/issues/16 raised by @rmsare?
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@Kevin-Mattheus-Moerman @jshermeyer Yes, I think the claims in the paper need to be revised a bit to describe what's new in CometTS, and some small edits remain. Otherwise the package is in good shape, and I'd be happy to recommend an updated submission for acceptance.
@jshermeyer can you give an update on progress in terms of replying/dealing with @rmsare comments? It looks like we are nearly there.
Hi Kevin,
@Kevin-Mattheus-Moerman https://github.com/Kevin-Mattheus-Moerman Updated
the text to make it seem as if "Cloud and snow masking" were not new
functionality. If there is any further specific changes required for the
text let me know, otherwise I am satisfied with it.
-Jake
On Sat, Aug 24, 2019 at 5:30 AM Kevin Mattheus Moerman <
[email protected]> wrote:
@jshermeyer https://github.com/jshermeyer can you give an update on
progress in terms of replying/dealing with @rmsare
https://github.com/rmsare comments? It looks like we are nearly there.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/openjournals/joss-reviews/issues/1047?email_source=notifications&email_token=AGNX2AOT2JWN55T3PTTYNULQGD5TLA5CNFSM4F672LN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5B4QTQ#issuecomment-524535886,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGNX2AI72FIL23AHRZAM5KDQGD5TLANCNFSM4F672LNQ
.
@jshermeyer, Thanks for making that change. It's nearly there, but some small edits are required for clarity and a typo.
I've noted the three changes to be made in a comment to this issue.
@jshermeyer :point_up: see above. It looks like we are close. Can you work on these minor sounding issues?
Thanks @zhampel for your contribution. I've just unticked the "conflict of interest" box for you since you indicated to me in an email that "Jake Shermeyer, is a member of a sister lab of [your] organization". I'm reiterating that here for the record.
My last comments were addressed, and I am comfortable recommending the paper be accepted @Kevin-Mattheus-Moerman. Thanks for your patience, and congratulations @jshermeyer
@Kevin-Mattheus-Moerman When I brought this up, I was informed that there was in fact no conflict of interest and thus not a problem during the first round of reviews, hence the box was checked.
Let's go back and have this box be checked - there is a conflict here, but we've recorded it and waived it for the purpose of this review. (We probably need to rephrase this criteria slightly, which I will bring up outside this review thread.)
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@whedon check references
Attempting to check references...
```Reference check summary:
OK DOIs
MISSING DOIs
INVALID DOIs
@jshermeyer looks good. We are ready for the next steps. Can you please:
thanks
@jshermeyer :wave: let me know if you have questions about depositing and archived version on Zenodo. Thanks
New version on Zenodo: https://zenodo.org/record/3418091
Version number is 1.2.0 which incorporates all the edits and comments from reviewer. This version has also been pushed to pypi.
Thanks!
Hi @jshermeyer! I see that the title in this submission and the zenodo archive just barely don't match... can you update the Zenodo archive to match exactly?
@kthyng Good catch, fixed.
@whedon set v1.2.0 as version
OK.
@whedon set 10.5281/zenodo.3418091 as archive
OK. 10.5281/zenodo.3418091 is the archive.
@jshermeyer:
Edits for paper:
Another edit, @jshermeyer: your citation e-sensing/sits:2018 is not formatted correctly. In particular at least the authors in the author list need to be separated by "and" as in your other entries. There may be other problems too, but you can see in your reference list and when you cite it inline that it is not working correctly.
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@kthyng I think I have fixed all of the issues you flagged (among a few others). Let me know if there's anything else you notice. Thanks!
Another edit, @jshermeyer: your citation e-sensing/sits:2018 is not formatted correctly. In particular at least the authors in the author list need to be separated by "and" as in your other entries. There may be other problems too, but you can see in your reference list and when you cite it inline that it is not working correctly.
@jshermeyer This doesn't appear to have changed yet.
Please send me the appropriate format exactly, I added an “and” between the second to last and final author. I’m not sure what you’re looking for.
On Sep 26, 2019, at 12:45 PM, Kristen Thyng notifications@github.com wrote:
Another edit, @jshermeyer: your citation e-sensing/sits:2018 is not formatted correctly. In particular at least the authors in the author list need to be separated by "and" as in your other entries. There may be other problems too, but you can see in your reference list and when you cite it inline that it is not working correctly.
@jshermeyer This doesn't appear to have changed yet.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
Here under "example paper.bib", the first example paper shows how multiple authors (each author) should be separated by "and" instead of a semi-colon. You can check to make sure it worked properly and there aren't other errors by how it looks when cited (shouldn't take up a whole line in the paper) and how it looks in the references (some of the authors are being abbreviated to a single letter I think?).
@whedon generate pdf
Attempting PDF compilation. Reticulating splines etc...
@kthyng thanks, looks like that worked
@whedon accept
Attempting dry run of processing paper acceptance...
```Reference check summary:
OK DOIs
MISSING DOIs
INVALID DOIs
Check final proof :point_right: https://github.com/openjournals/joss-papers/pull/992
If the paper PDF and Crossref deposit XML look good in https://github.com/openjournals/joss-papers/pull/992, then you can now move forward with accepting the submission by compiling again with the flag deposit=true
e.g.
@whedon accept deposit=true
@whedon accept deposit=true
Doing it live! Attempting automated processing of paper acceptance...
🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦
🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨
Here's what you must now do:
Party like you just published a paper! 🎉🌈🦄💃👻🤘
Any issues? notify your editorial technical team...
Woohoo congratulations @jshermeyer!!! Thanks so much to @zhampel, @rmsare, @jjmcnelis for reviewing, and to @Kevin-Mattheus-Moerman for editing!
:tada::tada::tada: Congratulations on your paper acceptance! :tada::tada::tada:
If you would like to include a link to your paper from your README use the following code snippets:
Markdown:
[](https://doi.org/10.21105/joss.01047)
HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.01047">
<img src="https://joss.theoj.org/papers/10.21105/joss.01047/status.svg" alt="DOI badge" >
</a>
reStructuredText:
.. image:: https://joss.theoj.org/papers/10.21105/joss.01047/status.svg
:target: https://doi.org/10.21105/joss.01047
This is how it will look in your documentation:
We need your help!
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:
Thanks all @zhampel, @rmsare, @jjmcnelis, @Kevin-Mattheus-Moerman, @kthyng !
This is presently giving me a 404:
https://joss.theoj.org/papers/10.21105/joss.01047
Assuming it will auto-update given a bit of time?
Weird! It is not giving me a 404. Is it still?
Working on another browser, all good! I must just have to clear my cookies or something.