
Download and Process KEFS Catch Surveys from Kobotoolbox
ingest_kefs_surveys.Rd
This function retrieves KEFS (Kenya Fisheries Service) survey data from their dedicated Kobo instance, processes it, and uploads the raw data as a Parquet file to Google Cloud Storage.
Usage
ingest_kefs_surveys(log_threshold = logger::DEBUG)
Details
The function performs the following steps:
Reads configuration settings.
Downloads survey data from KEFS Kobo instance (kf.fimskenya.co.ke).
Checks for uniqueness of submissions.
Converts data to tabular format.
Uploads raw data as a Parquet file to Google Cloud Storage.
Note: Preprocessing, validation, and export stages for KEFS data are not yet implemented.