datasets / gdp

Country, regional and world GDP in current US Dollars ($)
https://datahub.io/core/gdp
72 stars 57 forks source link

iso-3-geo-codes/id? #1

Closed ajschumacher closed 9 years ago

ajschumacher commented 9 years ago

In the datapackage.json there is this:

          {
            "name": "Country Code",
            "type": "string",
            "foreignkey": "iso-3-geo-codes/id"
          }

What does the iso-3-geo-codes/id refer to? It seems like it's meant to be machine readable, but what does it refer to? Am I unaware of some part of the datapackage spec?

rufuspollock commented 9 years ago

@ajschumacher this refers to http://dataprotocols.org/json-table-schema/#foreign-keys - however I don't think this is a correct implementation here as it stands (among other things that data package iso-3-geo-codes does not exist as a core data package atm afaik)