bcgov / bcdata

An R package for searching & retrieving data from the B.C. Data Catalogue
https://bcgov.github.io/bcdata
Apache License 2.0
81 stars 12 forks source link

[JOSS Review]: State of the field #245

Closed MilesMcBain closed 3 years ago

MilesMcBain commented 3 years ago

A review checklist item for the paper is that it discusses the 'state of the field'. My understanding is that is where you draw comparisons between your software and other software people might use to achieve similar outcomes.

In your case you might mention:

As an example you could talk about how you unify these concerns in one tool, abstract away low level protocol details, and utilise a functional programming model that is compatible with dplyr and the wider tidyverse suite, rather than the OOP style of these packages.

Another thing you might consider is comparisons to R packages that are designed to connect to other open data portals. For example:

I am not suggesting an exhaustive review. More like here are a few examples that show there is precedent for this work, they have these features the same as ours (search, fetch etc) but not the dbplyr integration for large spatial data, which definitely seems to be novel and useful.

edit: link main review thread: https://github.com/openjournals/joss-reviews/issues/2927

boshek commented 3 years ago

Probably worth mentioning this package: https://github.com/eblondel/ows4R

ateucher commented 3 years ago

Closed by #263