JuliaEarth / geospatial-data-science-with-julia

Geospatial Data Science with Julia

Home Page:https://juliaearth.github.io/geospatial-data-science-with-julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prompt the reader to download the data files

daviewales opened this issue · comments

I may have missed it.
However, I got to this point without having downloaded the data files:

https://juliaearth.github.io/geospatial-data-science-with-julia/02-geoviz.html

I notice that they are here:
https://github.com/JuliaEarth/geospatial-data-science-with-julia/tree/main/data

But it would be good to prompted to download them to a suitable location at the start of the book, and perhaps reminded of this when they are used.

I see that you use GitHub Actions.
Perhaps you could add a step to zip the data directory and copy it to the quarto publish directory before publishing to GitHub pages. Then you could link it as:

https://juliaearth.github.io/geospatial-data-science-with-julia/data.zip

Thank you @daviewales for the suggestion. We can add a section to the Preface explaining the data folder, and add notes pointing to it whenever the data is loaded in other chapters.