annamcmahon / oecddata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OECD Data Explorer

About

The Organization for Economic Cooperation and Development's (OECD) has a ton of datasets. They also have an API for interacting with these datasets.

Existing OECD Api examples requests:

Each dataset can be filtered by a set of dimensions. The "filter expression" can consist of a variety of dimensions/ dimension values that are all represented in short abbreviations.

the Dataset QNA (Quarterly National Accounts) has the dimension CL_QNA_LOCATION (Country), and this dimension has the possible value of AUS(Australia).

Figuring out things like the CL_QNA_LOCATION dimension has values that are countires, and then getting a list of the countries that can be used as dimension value is not easy. Its kinda hard to figure out what all the datasets and dimensions are, which ones are required, etc. so I just made something that makes that easier.

Components:

1. A simple wrapper around the oecd api to get information about all the datasets and their dimensions
2. A website to explore the datasets, their dimensions, and and construct valid Oecd api requests,

Resources:

OECD API reference R OECD API reference

###Work in progress: Also working on being able to display the results of the query using sdmxjsonlib and d3.

About

License:MIT License


Languages

Language:JavaScript 89.5%Language:CSS 7.4%Language:HTML 3.1%