Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://cdfd.iati.opendataservices.coop/output/web/xlsx/cdfd-xlsx-files-en.zip>`_
* `FR_CDFD.zip <https://cdfd.iati.opendataservices.coop/output/web/xlsx/cdfd-xlsx-files-fr.zip>`_
* `ES_CDFD.zip <https://cdfd.iati.opendataservices.coop/output/web/xlsx/cdfd-xlsx-files-es.zip>`_
* `PT_CDFD.zip <https://cdfd.iati.opendataservices.coop/output/web/xlsx/cdfd-xlsx-files-pt.zip>`_
* English: `EN_CDFD.zip <https://cdfd.iati.opendataservices.coop/output/web/xlsx/cdfd-xlsx-files-en.zip>`_
* French: `FR_CDFD.zip <https://cdfd.iati.opendataservices.coop/output/web/xlsx/cdfd-xlsx-files-fr.zip>`_
* Spanish: `ES_CDFD.zip <https://cdfd.iati.opendataservices.coop/output/web/xlsx/cdfd-xlsx-files-es.zip>`_
* Portuguese: `PT_CDFD.zip <https://cdfd.iati.opendataservices.coop/output/web/xlsx/cdfd-xlsx-files-pt.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.


2 changes: 1 addition & 1 deletion docs/retrieval.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://iati-data-dump.codeforiati.org/>`_, a tool built by the IATI community.
CDFD downloads a daily snapshot of all IATI data from the `IATI Bulk Data Service <https://bulk-data.iatistandard.org/>`_.

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.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down