Skip to content

Instantly share code, notes, and snippets.

@antoinecourtin
Created May 6, 2014 20:38
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 antoinecourtin/b592d847e8431918f2bc to your computer and use it in GitHub Desktop.
Save antoinecourtin/b592d847e8431918f2bc to your computer and use it in GitHub Desktop.
No name - README is empty

README is empty

ville Lat
Bruxelles 50.8503396, 4.351710300000036
chalais 46.262536, 7.499281
Compiègne 49.4355853, 2.8039295999999467
Francfort 50.111966, 8.682569
hainburg an der donau 48.155995, 16.940852
La Haye 52.086002, 4.302144
Heidelberg 49.4145008, 8.662895800000001
Neustadt 51.0594963, 13.75602379999998
Prague 50.0755381, 14.43780049999998
Solleure 47.2086574, 7.5379548999999315
Detern-stickhausen 053.212771, 7.661614
Venise 45.433723, 12.337141999999972
Vienne 48.2081743, 16.37381890000006
Rome 41.8723889, 12.48018019999995
Ulm 48.400583, 9.986733
Madrid 40.415874, -3.704256
Londres 51.511658, -0.125460
Constantinople 41.022937, 28.961368
Coire 46.857054, 9.523379
Paris 48.860360, 2.338392
Hanau 50.119303, 8.923768
Raguse 42.650650, 18.094830
Turin 45.075140, 7.686854
{
"name": "No name",
"state": "trash",
"created": "2014-05-06T20:38:25.728Z",
"sources": [
{}
],
"profiles": {
"dataexplorer": "0.9"
},
"scripts": [
{
"id": "main.js",
"path": "main.js"
}
],
"views": [
{
"id": "grid",
"label": "Grid",
"type": "SlickGrid",
"state": {
"gridOptions": {
"editable": true,
"enabledAddRow": true,
"enabledDelRow": true,
"autoEdit": false,
"enableCellNavigation": true
}
},
"queryState": {
"size": 23,
"from": 0,
"q": "",
"facets": {},
"filters": [],
"sort": [
{
"field": "ville",
"order": "asc"
}
]
}
},
{
"id": "graph",
"label": "Graph",
"type": "Graph",
"queryState": {
"size": 23,
"from": 0,
"q": "",
"facets": {},
"filters": []
}
},
{
"id": "map",
"label": "Map",
"type": "Map"
}
],
"id": "dataexplorer-156626",
"username": "antoinecourtin",
"resources": [
{
"backend": "csv",
"delimiter": "\t",
"path": "current.csv",
"schema": {
"fields": [
{
"id": "ville",
"label": "ville",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "Lat",
"label": "Lat",
"type": "string",
"format": null,
"is_derived": false
}
]
},
"fields": []
},
{
"backend": "csv",
"delimiter": "\t",
"path": "original.csv",
"id": "undefined-original",
"schema": {
"fields": [
{
"id": "ville",
"label": "ville",
"type": "string",
"format": null,
"is_derived": false
},
{
"id": "Lat",
"label": "Lat",
"type": "string",
"format": null,
"is_derived": false
}
]
},
"fields": []
}
]
}
loadDataset("current", function (error, dataset) {
// error will be null unless there is an error
// dataset is a Recline memory store (http://reclinejs.com//docs/src/backend.memory.html).
console.log(dataset);
});
Bruxelles 50.8503396, 4.351710300000036
chalais 46.262536, 7.499281
Compiègne 49.4355853, 2.8039295999999467
Francfort 50.111966, 8.682569
hainburg an der donau 48.155995, 16.940852
La Haye 52.086002, 4.302144
Heidelberg 49.4145008, 8.662895800000001
Neustadt 51.0594963, 13.75602379999998
Prague 50.0755381, 14.43780049999998
Solleure 47.2086574, 7.5379548999999315
Detern-stickhausen 053.212771, 7.661614
Venise 45.433723, 12.337141999999972
Vienne 48.2081743, 16.37381890000006
Rome 41.8723889, 12.48018019999995
Ulm 48.400583, 9.986733
Madrid 40.415874, -3.704256
Londres 51.511658, -0.125460
Constantinople 41.022937, 28.961368
Coire 46.857054, 9.523379
Paris 48.860360, 2.338392
Hanau 50.119303, 8.923768
Raguse 42.650650, 18.094830
Turin 45.075140, 7.686854
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment