virtualcommons / port-of-mars-analysis

R analysis pipeline for Port of Mars "Mars Madness" tournaments
https://portofmars.asu.edu
GNU General Public License v3.0
0 stars 0 forks source link

refactor data dump from port of mars to directly feed into the R analysis here #2

Closed alee closed 7 months ago

alee commented 2 years ago

The handshake between https://github.com/virtualcommons/port-of-mars/blob/main/dump.sh and running the routines here is unnecessarily complicated by the input data requirements.

Refactor either the dump scripts or the import routines so that we can feed the output from dump.sh directly into this repo.