Skip to content

Instantly share code, notes, and snippets.

@no-reply
Created September 16, 2014 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save no-reply/aeafc6ea80f232da165c to your computer and use it in GitHub Desktop.
Save no-reply/aeafc6ea80f232da165c to your computer and use it in GitHub Desktop.
What is this error about?
{ 'sourceResource': { 'DIFFERENT VALUES': { 'CURRENT DICT: ': { u'spatial': [ { u'coordinates': u'39.95233, -75.16379',
u'country': u'United States',
u'county': u'Philadelphia County',
u'name': u'Philadelphia, PA',
u'state': u'Pennsylvania'},
{ u'coordinates': u'37.77493, -122.41942',
u'country': u'United States',
u'county': u'San Francisco County',
u'name': u'San Francisco, CA',
u'state': u'California'},
{ u'coordinates': u'40.71427, -74.00597',
u'country': u'United States',
u'name': u'New York, NY',
u'state': u'New York'},
{ u'coordinates': u'32.75042, -83.50018',
u'country': u'United States',
u'name': u'Georgia',
u'state': u'Georgia'}]},
'EXPECTED DICT:': { 'spatial': [ { 'coordinates': '39.95234, -75.16379',
'country': 'United States',
'county': 'Philadelphia County',
'name': 'Philadelphia, PA',
'state': 'Pennsylvania'},
{ 'coordinates': '37.77493, -122.41942',
'country': 'United States',
'county': 'San Francisco County',
'name': 'San Francisco, CA',
'state': 'California'},
{ 'coordinates': '40.71427, -74.00597',
'country': 'United States',
'name': 'New York, NY',
'state': 'New York'},
{ 'coordinates': '32.75042, -83.50018',
'country': 'United States',
'name': 'Georgia',
'state': 'Georgia'}]}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment