rOpenSpain / spanishoddata

Access national high-quality and open-access datasets on movement patterns derived from mobile telephone datasets
https://ropenspain.github.io/spanishoddata/
Other
20 stars 0 forks source link

Mention the two versions in the README intro #47

Closed eugenividal closed 3 weeks ago

eugenividal commented 4 weeks ago

Mention very briefly and clear in the README intro the two versions of the data and direct the readers to the respective vignettes.

eugenividal commented 4 weeks ago

Draft new intro README:

spanishoddata is an R package that provides functions for downloading and formatting Spanish origin-destination (OD) data from the Ministry of Transport and Sustainable Mobility of Spain.

It supports the two versions of the Spanish OD data. The first version covers data from 2020 and 2021, including the period of the COVID-19 pandemic. The second version contains data from January 2022 onwards and is updated monthly on the fifteenth of each month. Both versions of the data primarily consist of mobile phone positioning data, and include matrices for overnight stays, individual movements, and trips of Spanish residents at different geographical levels.

spanishoddata is designed to save people time by providing the data in analysis-ready formats. Automating the process of downloading, cleaning, and importing the data can also reduce the risk of errors in the laborious process of data preparation. It also reduces computational resources by using computationally efficient packages behind the scenes. To effectively work with multiple data files, it’s recommended you set up a data directory where the package can search for the data and download only the files that are not already present.

e-kotov commented 3 weeks ago

@eugenividal good to go, feel free to merge. Please, connect your recent pull request with any issues it closes via # sign and close the issues.

eugenividal commented 3 weeks ago

This is now done!