examples of downloading data file of Belgian Covid19 cases (and hospitalisations) and doing some work on them;
- covid19DataBE to download the cases in cvs, split into data columns, filter the data of a choosen city, and optionally show the graph or export to cvs file.
(note: gambas 3.10 is not compatible with the versions that have the graph, you need gambas 3.14 or so)
- covid19DataBE2db CLI to download the data files, split into data colums, and import in your (mariadb) database (in the works), might run as daily script.