From a289bbde19d6b86bce7bf91a19a13e221f06ea09 Mon Sep 17 00:00:00 2001 From: Julien Brun Date: Fri, 16 Feb 2024 13:00:15 -0800 Subject: [PATCH] replace process by aquire for API data collection --- manage.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.qmd b/manage.qmd index fc7f710..2b2fe04 100644 --- a/manage.qmd +++ b/manage.qmd @@ -19,7 +19,7 @@ As you collect your data, if using pre-existing data sources, we strongly recomm During the data collection phase, also make sure to create a dedicated folder to save the raw data version you just acquired. -If you are using a programmatic approach to process your data (e.g., API), make sure to only read the raw data and save any processed intermediate data products in a different folder. We recommend changing the permissions on your raw data folder to read-only to avoid any unexpected incidents. +If you are using a programmatic approach to aquire your data (e.g., API), make sure to only read the raw data and save any processed intermediate data products in a different folder. We recommend changing the permissions on your raw data folder to read-only to avoid any unexpected incidents. If you are accessing the data using a Graphical User Interface (GUI), we recommend you create a "working copy" of your raw data in a separate folder and use those files as it is often very easy to accidentally overwrite it.