You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an idea that crossed my mind after reading @hulsiejames's outline for the vignette #116
Though, this also required the data_packs vignette to be updated... my current thoughts are:
re-write the data_packs vignette to have the following format:
a brief intro on motivation and context for transport infrastructure data packs,
followed by - visualisations of a 1/2.5km circular buffer around the city of leeds showing data pack outputs. Each visualisation has descriptions of data pack column names, what they mean, and potentially how they are derived... leading onto the next point:
followed by reproducible code on how to create the plots (or at least a link to another vignette that goes through this in more detail) so people/planners can visualise their own data packs (obtainable from the project releases page)
This is a lot of information for a single vignette, so I thought maybe it would make sense to use bookdown package or Quarto to write a report/article divided in chapters and sub-chapters?
I think it would make the information much more accessible and I also assume it might help to avoid some of the issues, such as taking too long to load a vignette because of many embedded interactive maps?
I do realise it would be more time consuming, so obvs it would be better to have an imperfect vignette for now, but maybe it's something to consider.
The text was updated successfully, but these errors were encountered:
Then:
A - Update this section to include definitions of alll functions (currently only 3/4)
B - For each function, add justifications (tags used) and descriptions of functions, can also link to function docs
data_packs.Rmd Covers the introduction to data packs (needs re-writing), example visualisations and data pack column name descriptions.
data_packs_documentation.Rmd Now contains documentation informatio, including the general workflow used to create data packs, an exmaple production for Leeds, documentation for the openinfra functions used to create a data pack.
If there are no other suggestions, I will close this issue after I have re-written a better introduction (motivation etc.) for data_packs.Rmd.
This is an idea that crossed my mind after reading @hulsiejames's outline for the vignette #116
This is a lot of information for a single vignette, so I thought maybe it would make sense to use
bookdown
package or Quarto to write a report/article divided in chapters and sub-chapters?I think it would make the information much more accessible and I also assume it might help to avoid some of the issues, such as taking too long to load a vignette because of many embedded interactive maps?
I do realise it would be more time consuming, so obvs it would be better to have an imperfect vignette for now, but maybe it's something to consider.
The text was updated successfully, but these errors were encountered: