UBC-MDS / software-review-2022

0 stars 0 forks source link

Submission Group 28: CovidTracker (Python) #50

Open Davidwang11 opened 2 years ago

Davidwang11 commented 2 years ago

Submitting Author:

Package Name: CovidTracker One-Line Description of Package: CovidTracker provides basic data cleaning, wrangling and plotting of Covid tracking data in Canada. Repository Link: https://github.com/UBC-MDS/Group28-CovidTracker Version submitted:
Editor: TBD
Reviewer 1: Aldo de Almeida Saltao Barros Reviewer 2: Morgan Rosenberg Reviewer 3: Affrin Sultana Reviewer 4: Katia Aristova Archive: TBD
Version accepted: TBD


Description

CovidTracker

Provides basic data cleaning, wrangling and plotting of Covid tracking data in Canada.

Functions

The CovidTracker package is designed for the easy retrieval and analysis of data pertaining to Covid trends in Canada, including information about cases, vaccinations and testing. The package serves as a wrapper for the opencovid.ca API, and provides additional helper functions for visualising the data, either as a time series or in the form of a map.

Scope

* Please fill out a pre-submission inquiry before submitting a data visualization package. For more info, see notes on categories of our guidebook.

The package is designed for the easy retrieval and analysis of data pertaining to Covid trends in Canada, including information about cases, vaccinations, testing and mortality. The package serves as a wrapper for the opencovid.ca API, and provides additional helper functions for visualising the data, either as a time series or in the form of a map, and summary information during a time period.

Any people who have basic python knowledge and care about the covid-related information in Canada.

There are currently no other Python packages available that can perform the same set of data retrieval and analysis functionalities as CovidTracker. There are several packages that have similar functionality, but most are tailored either towards covid data retrieval or data visualization. The packages designed for covid data retrieval also do not use the same data source as CovidTracker.

Technical checks

For details about the pyOpenSci packaging requirements, see our packaging guide. Confirm each of the following by checking the box. This package:

Publication options

JOSS Checks - [ ] The package has an **obvious research application** according to JOSS's definition in their [submission requirements][JossSubmissionRequirements]. Be aware that completing the pyOpenSci review process **does not** guarantee acceptance to JOSS. Be sure to read their submission requirements (linked above) if you are interested in submitting to JOSS. - [ ] The package is not a "minor utility" as defined by JOSS's [submission requirements][JossSubmissionRequirements]: "Minor ‘utility’ packages, including ‘thin’ API clients, are not acceptable." pyOpenSci welcomes these packages under "Data Retrieval", but JOSS has slightly different criteria. - [ ] The package contains a `paper.md` matching [JOSS's requirements][JossPaperRequirements] with a high-level description in the package root or in `inst/`. - [ ] The package is deposited in a long-term repository with the DOI: *Note: Do not submit your package separately to JOSS*

Are you OK with Reviewers Submitting Issues and/or pull requests to your Repo Directly?

This option will allow reviewers to open smaller issues that can then be linked to PR's rather than submitting a more dense text based review. It will also allow you to demonstrate addressing the issue via PR links.

Code of conduct

P.S. *Have feedback/comments about our review process? Leave a comment here

Editor and Review Templates

Editor and review templates can be found here

aldojasb commented 2 years ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Readme requirements The package meets the readme requirements below:

The README should include, from top to bottom:

Usability

Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider:

Functionality

For packages co-submitting to JOSS

Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.

The package contains a paper.md matching JOSS's requirements with:

Final approval (post-review)

Estimated hours spent reviewing:

1.5 hours

Review Comments

Unfortunately, I couldn't download and test the package since I'm a windows user. However, I was evaluating the code and the other files into the package. Here go some comments:

  1. Please, make this package also available for windows users. For desktop and laptop computers, Windows is the most used at 75%, followed by Apple's macOS at 16%. Making it available for windows is worth it.
  2. The test file is very well designed, I would suggest putting more tests (asserts) for the function getcoviddata
  3. The usage session is good and straightforward. As you have plots within your packages, I would suggest you insert some examples of charts that you can obtain from the package.
  4. Similar packages session is also good. My suggestion here is to explain a little bit better the benefits and drawbacks of the other packages and compare how your package is better than those ones.
  5. As the package don't work for windows user, I would suggest you to recommend other packages or websites that can make up for it.
Davidwang11 commented 2 years ago

Thank you aldojasb. But with Windows machine, because pip install Fiona does not work, you need to install Finoa package first, and then install our covidtracker package. We have updated our README file.

morganrosenberg50 commented 2 years ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Readme requirements The package meets the readme requirements below:

The README should include, from top to bottom:

Usability

Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider:

Functionality

For packages co-submitting to JOSS

Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.

The package contains a paper.md matching JOSS's requirements with:

Final approval (post-review)

Estimated hours spent reviewing: 1.5 hr


Review Comments

Affrin101 commented 2 years ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Readme requirements The package meets the readme requirements below:

The README should include, from top to bottom:

Usability

Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider:

Functionality

For packages co-submitting to JOSS

Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.

The package contains a paper.md matching JOSS's requirements with:

Final approval (post-review)

Estimated hours spent reviewing: 1.5 hrs


Review Comments

Kudos and great job on developing and publishing such a useful and handy Python package!!

katerinkus commented 2 years ago

Package Review

Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide

Documentation

The package includes all the following forms of documentation:

Readme requirements The package meets the readme requirements below:

The README should include, from top to bottom:

Usability

Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider:

Functionality

Estimated hours spent reviewing: 1.5h


Review Comments

Overall, this is an easy to understand package with useful functionality. There are a few tweaks related to vignettes that would be good to address.