I would like to play around with this information in a manner similar to Torben Jansen, but I haven’t figured out the API connection. The DKAN API documentation overwhelm me.
I have experimented with this and that pattern for API connections, but to no avail. Most of the approaches I’ve found on how to connect hit up against CORS errors on these ADB-hosted URL that are linked through the web UI hosted JSON files.
Please help me to get connected and help with a quick guide to how to ask some simple questions of the data
As far as I can tell, they only serve metadata following the DKAN API. To do interesting stuff with the data, you’ll probably want to fetch the CSV files, e.g. with d3.csv:
@mootari, here’s where the the JSON data is linked:
… just under the link ADB introduces the link to the DKAN API.
@bgchen - thank you. it’s unfortunate that the API does not allow one to better interface with ADB data grabbing out all these individual csv files is rough.
grabbing out all these individual csv files is rough.
One thing that could help a tiny bit is to get a list of csv URLs from the metadata and fetch from those so that you don’t have to manually dig up the links. But this might not save that much time since it looks like the metadata URLs they provide only refer to a few resources each.
Thanks again @mootari and @bgchen. Just to follow up, CSV totally did the trick:
Unfortunately ADB’s general project data csv file excludes some information used in their project search interface, such as information about which projects have gender components :(. I’ll see if I can find this information in another csv and then tie it in. Also still struggling with some basic regional maps, but I’ll keep plugging away and will raise questions where I get stuck.
You too both have been, and continue to be, amazingly patient and caring. Thank you!