Lots of IATI products do a daily pull of all IATI XML data. That involves downloading gigabytes of data, via thousands of HTTP requests. So it’s quite slow.
Downloading a single archive file is significantly faster. That’s available here!
We perform a daily fetch of all IATI data, compress it, and upload the archive. There’s a metadata.json file inside the zip, that lets you know how fresh the data is.
This github gist is updated with the list of erroring datasets.
The original code relied heavily on IATI Registry Refresher, made by @caprenter and @Bjwebb.
The new, much faster code was contributed by @notshi and @xriss.
Feel free to raise an issue or send a pull request.