From 9da3c72cf77d9486d3cffce0e35a309606cc8c37 Mon Sep 17 00:00:00 2001 From: IsabelBirds <44876111+IsabelBirds@users.noreply.github.com> Date: Thu, 4 Dec 2025 14:56:51 +0000 Subject: [PATCH 1/3] Note to address #7 bulk download --- docs/faq.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 148f946..12de339 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -37,9 +37,15 @@ Frequently Asked Questions We are currently working to improve access to bulk downloads of CDFD's outputs from the web interface. While this work is ongoing, bulk downloads can be found at the following links: - * `EN_CDFD.zip `_ - * `FR_CDFD.zip `_ - * `ES_CDFD.zip `_ - * `PT_CDFD.zip `_ + * English: `EN_CDFD.zip `_ + * French: `FR_CDFD.zip `_ + * Spanish: `ES_CDFD.zip `_ + * Portuguese: `PT_CDFD.zip `_ - Note that this is a prototype service. There may be a delay of ~24-36 hours before recently published data is incorporated into these aggregate results. + There may be a delay of ~24-36 hours before recently published data is incorporated into these aggregate results. + + Note that this is a prototype service. For example, transactions which have the same sector, recipient, etc are aggregated into calendar quarters. + However, the :iati-reference:`iati-activity/transaction/aid-type/@code` column is not currently included in the download, so it may not be clear why some + transactions with different earmarking codes are not aggregated. + + \ No newline at end of file From 797d47b3f4a1e85b551937ae9c264c17d142a7a1 Mon Sep 17 00:00:00 2001 From: IsabelBirds <44876111+IsabelBirds@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:26:00 +0000 Subject: [PATCH 2/3] Update data source --- docs/retrieval.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/retrieval.rst b/docs/retrieval.rst index cb96c2c..e5b7ca4 100644 --- a/docs/retrieval.rst +++ b/docs/retrieval.rst @@ -7,7 +7,7 @@ This section outlines how IATI data is retrieved by CDFD. Data Source ============ -CDFD downloads a daily snapshot of all IATI data from the `IATI Data Dump `_, a tool built by the IATI community. +CDFD downloads a daily snapshot of all IATI data from the `IATI Bulk Data Service `_. CDFD currently uses all IATI data published to version 2.01 of the standard or above. This includes both valid and invalid data, so activities that are not accessible via other IATI tooling may be found in CDFD outputs. From 7edcc1df21b36aa785f44f368baebbba8297af16 Mon Sep 17 00:00:00 2001 From: IsabelBirds <44876111+IsabelBirds@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:29:59 +0000 Subject: [PATCH 3/3] Update theme version to fix tables --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ca23cfe..4735421 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ docutils==0.21.2 # sphinx-togglebutton # sphinxcontrib-opendataservices # sphinxcontrib-opendataservices-jsonschema -iati-sphinx-theme==3.1.0 +iati-sphinx-theme==3.1.1 # via -r requirements.in idna==3.10 # via requests diff --git a/requirements_dev.txt b/requirements_dev.txt index 249a8bf..485db95 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -49,7 +49,7 @@ docutils==0.21.2 # sphinxcontrib-opendataservices-jsonschema h11==0.16.0 # via uvicorn -iati-sphinx-theme==3.1.0 +iati-sphinx-theme==3.1.1 # via -r requirements.txt idna==3.10 # via