adithirgis / pollucheck

This application helps exploring the open source air quality data.
Other
10 stars 6 forks source link

Review for joss #1

Closed ibarraespinosa closed 3 years ago

ibarraespinosa commented 3 years ago

hello @adithirgis, how are you? I hope everything is fine.

I`m starting this issue to review your article, according to the guidelines suggestions as mentioned here https://github.com/openjournals/joss-reviews/issues/3435

I will be editing this issue and adding more items as my review progress.

Checklist The JOSS paper

Checklist license

Checklist Substantial scholarly effort

Statement of need

Tests

Autorship

adithirgis commented 3 years ago

Hi @ibarraespinosa!

I am doing good, hope you are doing well too.

Thanks for reviewing this!

ibarraespinosa commented 3 years ago

Hello @adithirgis

i have been trying to download from CCR but I can't. I only got a message saying "Processing". I think you package is very useful and I'm wondering if I can use with my own data.

Screenshot from 2021-07-14 12-37-15

Do you have a sample data?

Then, I downloaded your data and open it with LibreOffice, finding that it includes row.names. Did you use row.names = T when you generate the csv? Screenshot from 2021-07-14 12-43-05

adithirgis commented 3 years ago

Hello!

Thank you for reviewing the application.

  1. Sorry the site where you download CCR, sometimes has issues, you can try clicking the excel option again and see if it downloads. I am adding a few hourly files here from CCR and from OpenAir and AirNow to explore.
  2. I have not added row.names = TRUE. I could take a look into that.

Cheers! Adithi

adithirgis commented 3 years ago

Hi,

Just wondering if we have have multiple reviews here and in the issues of JOSS.

Thanks!

ibarraespinosa commented 3 years ago

Hi,

Just one review. Here is more like a personal review based on JOSS guidelines. The official review is here https://github.com/openjournals/joss-reviews/issues/3435.

Em qui., 15 de jul. de 2021 às 01:34, Adithi R. Upadhya < @.***> escreveu:

Hi,

Just wondering if we have have multiple reviews here and in the issues of JOSS.

Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adithirgis/pollucheck/issues/1#issuecomment-880383946, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGRM74H4Q5GP5E6GWA6VUQTTXZQNZANCNFSM4772MVTA .

ibarraespinosa commented 3 years ago

Observations of the manuscript:

General: This a great work and I'm interested in sharing with colleagues who work with observations. The only issues us that the manuscript shows a description of the API rather than paper. In this sense it would be nice to add an example and its explanations. For instance, on Line 53 you mention that the ratio PM2.5/PM10 is a useful metric on air pollution field but you do not mention why. Then, my suggestion is to add a section analyzing a case of air pollution, using and explaining some of the tools that you have developed. Again, this is a suggestion only.

L8: I don't understand the word device. You mean promote? L13: Is quantum appropriate?

ibarraespinosa commented 3 years ago

I`m having lots of fun with this package. AIRNOW works perfectly, but I cant upload OpenAQ data. What are the restrictions, min 15-min?

ibarraespinosa commented 3 years ago

Add a CrediT statement mentioning what authors did

ibarraespinosa commented 3 years ago

Please, add tests.

adithirgis commented 3 years ago

Hello,

Thanks for the review, here are the tests - https://github.com/adithirgis/pollucheck/tree/main/inst/shiny/tests/shinytest.

adithirgis commented 3 years ago

Add a CrediT statement mentioning what authors did

We have added the roles of the authors in the DESCRIPTION file, do we need to add anymore?

adithirgis commented 3 years ago

I`m having lots of fun with this package. AIRNOW works perfectly, but I cant upload OpenAQ data. What are the restrictions, min 15-min?

So, the options/restrictions for CCR are 15, 30 and 60 min only, while for OpenAQ there are no options or restrictions, I am afraid if the CCR option is checked.

ibarraespinosa commented 3 years ago

Add a CrediT statement mentioning what authors did

We have added the roles of the authors in the DESCRIPTION file, do we need to add anymore?

I`m having lots of fun with this package. AIRNOW works perfectly, but I cant upload OpenAQ data. What are the restrictions, min 15-min?

So, the options/restrictions for CCR are 15, 30 and 60 min only, while for OpenAQ there are no options or restrictions, I am afraid if the CCR option is checked.

measurements_2.csv I cant make it work with this file

adithirgis commented 3 years ago

Let me try this. Thanks!

adithirgis commented 3 years ago

Hello!

Were you able to work with the CCR data?

And was I able to respond to these following comments correctly? (Sorry I am a little confused)

Please, add tests.

Add a CrediT statement mentioning what authors did

Thanks!

adithirgis commented 3 years ago

Hello,

measurements_2.csv I cant make it work with this file

Thanks so much for pointing it out. I hope it works now :)

adithirgis commented 3 years ago

L8: I don't understand the word device. You mean promote? L13: Is quantum appropriate?

I have changed device to facilitate and quantum to amount.

adithirgis commented 3 years ago

Add a CrediT statement mentioning what authors did

Where should I add this statement?

Adithi R. Upadhya created the package and contributed to the manuscript and she will maintain the package with Meenakshi Kushwaha who also supervised and contributed to the manuscript, Pratyush Agrawal contributed to designing, testing the application and data collection while Sreekanth Vakacherla designed, contributed to the manuscript and supervised the project.

adithirgis commented 3 years ago

Line 53 you mention that the ratio PM2.5/PM10 is a useful metric on air pollution field but you do not mention why.

We have added the reasons along with references in manuscript, thank you for pointing it out.

"the app computes the PM2.5/PM10 ratio, a useful metric in the air pollution field to identify sources of PM and to estimate PM2.5 when only PM10 is available [Chan:2008; Chu:2015; Spandana:2021]."

adithirgis commented 3 years ago

my suggestion is to add a section analyzing a case of air pollution, using and explaining some of the tools that you have developed.

We are working on this. Thank you

ibarraespinosa commented 3 years ago

It would be nice to identify the units on the data-base and add it on the plot, keeping the option Edit Y axis label

adithirgis commented 3 years ago

I am sorry but some files downloaded from CCR does not have units attached in the raw file. Any suggestions we should hard code it?

Thanks!

ibarraespinosa commented 3 years ago

In that case it is hard. However, if it is possible, you could make default reading the units from the database, and if the units is not available, the you could just add "units" or something. I will check your code

Em sáb, 17 de jul de 2021 01:58, Adithi R. Upadhya @.***> escreveu:

I am sorry but some files downloaded from CCR does not have units attached in the raw file. Any suggestions we should hard code it?

Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adithirgis/pollucheck/issues/1#issuecomment-881828601, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGRM74BWZR6NZDSCUKQCBW3TYEEW5ANCNFSM4772MVTA .

adithirgis commented 3 years ago

Hello @ibarraespinosa,

Should I change the Y axis label values everywhere instead of Y parameter to Y parameter (units)?

And also have we been able to respond to your previous comments?

Thanks Adithi

ibarraespinosa commented 3 years ago

Hello Adithirgis,

I am not sure. It would be fine that your program detect automatically the untis. If that is not possible you can keep it as it is. YEah, all your comments are good so far.

Have a nice week.

Best, Sergio

Em seg., 19 de jul. de 2021 às 02:57, Adithi R. Upadhya < @.***> escreveu:

Hello @ibarraespinosa https://github.com/ibarraespinosa,

Should I change the Y axis label values everywhere instead of Y parameter to Y parameter (units)?

And also have we been able to respond to your previous comments?

Thanks Adithi

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adithirgis/pollucheck/issues/1#issuecomment-882260281, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGRM74GBRQU3OVOZ65RZUH3TYO5DDANCNFSM4772MVTA .

adithirgis commented 3 years ago

Thanks for the quick response.

I was trying to make it work, but it seems like it would be difficult to add for CCR files. I hope this is ok. Thanks so much for your review. We really appreciate it.

Where should we add the credit statement?

Also we are almost completing with the case study, I will update in the paper.md soon.

ibarraespinosa commented 3 years ago

Add a CrediT statement mentioning what authors did

Where should I add this statement?

Adithi R. Upadhya created the package and contributed to the manuscript and she will maintain the package with Meenakshi Kushwaha who also supervised and contributed to the manuscript, Pratyush Agrawal contributed to designing, testing the application and data collection while Sreekanth Vakacherla designed, contributed to the manuscript and supervised the project.

You can include initials, but it is fine.

adithirgis commented 3 years ago

In the paper.md or in the ReadMe file?

We will wait for the review to finish in https://github.com/openjournals/joss-reviews/issues/3435

Thanks

ibarraespinosa commented 3 years ago

In the paper.md or in the ReadMe file?

We will wait for the review to finish in openjournals/joss-reviews#3435

Thanks

For me it is fine, the paper and the software are already very good. Just try to fix the problem with the upload of openAQ. For me the revision is over.

You have developed another great software to address air pollution problems. I hope you can publish many papers using pollucheck. I`m sure it will be used around the globe.

Best, Sergio

adithirgis commented 3 years ago

Oh thanks so much, we have addressed the OpenAQ issue, please let us know if you still face same issue.