-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split repository in code-images #4
Comments
The data folders in JHU CSSE are divided into |
We are only downloading data. Look at line 114 at data-lib
self$filenames <- c(confirmed = 'time_series_covid19_confirmed_global.csv',
deaths = 'time_series_covid19_deaths_global.csv',
recovered =
'time_series_covid19_recovered_global.csv')
these are the only downloaded files. And are downloaded one to one. We
don't download the whole JHU repository.
Best, Ale.
…On Fri, Mar 27, 2020 at 10:08 PM Noushin Nabavi ***@***.***> wrote:
The data folders in JHU CSSE <https://github.com/CSSEGISandData/COVID-19/>
are divided into csse_covid_19_data = data
and who_covid_19_situation_reports = images subfolders, can just
read/import files from the data one and not images?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWMBVQU4X7ILUDGFX5C75TRJVEZXANCNFSM4LQ4WLMQ>
.
--
alejandro baranek
@ken4rab <https://twitter.com/ken4rab>
qbotics <http://qbotics.tumblr.com/> | rpolyhedra
<https://qbotics.shinyapps.io/rpolyhedra-explorer/?_inputs_&polyhedron_color=%22%23FF0000FF%22&polyhedron_name=%22Triakis%20Tetrahedron%22&polyhedron_source=%22dmccooey%22&show_axes=false>
| surferinvaders <http://surferinvaders.tumblr.com> | algebraic-soundscapes
<http://imaginary.org/content/algebraic-soundscapes> | surfer-shuffle
<http://imaginary.org/program/surfer-shuffle>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The objective is not to flood code repository with large size IMAGES of daily reports.
The text was updated successfully, but these errors were encountered: