cid-harvard / atlas-economic-complexity

[DEPRECATED] The Atlas online is a powerful interactive tool that enables users to visualize a country’s total trade, track how these dynamics change over time and explore growth opportunities for more than a hundred countries worldwide.
http://atlas.cid.harvard.edu
81 stars 40 forks source link

Create separate API calls for attr and attr_data #246

Open romsson opened 10 years ago

romsson commented 10 years ago

Those do not contain any data specific to a country/product

e.g. attr_data = Country.objects.get_all(lang) attr = helpers.get_attrs(prod_class=prod_class, name=name)

makmanalp commented 10 years ago

Related: #202