Last active
October 18, 2016 14:12
-
-
Save jorgeyp/33d1594a1e49ecb8b126640a93ae7d85 to your computer and use it in GitHub Desktop.
PROTEUS format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "x": 34 }, | |
{ "x": 35 }, | |
{ "x": 36 }, | |
{ "x": 35 }, | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "x": 12, "y": 30 }, | |
{ "x": 52, "y": 68 }, | |
{ "x": 45, "y": 23 }, | |
{ "x": 25, "y": 12 } | |
] | |
[ | |
{ "lon": -5.821, "lat": 43.422, "label": "placemark1" }, | |
{ "lon": -5.820, "lat": 43.423, "label": "placemark2" }, | |
{ "lon": -5.820, "lat": 43.422, "label": "placemark3" }, | |
{ "lon": -5.819, "lat": 43.419, "label": "placemark4" } | |
] | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "lon": -5.821, "lat": 43.422, "lon": 36.5, "label": "placemark1" }, | |
{ "lon": -5.820, "lat": 43.423, "lon": 36.3, "label": "placemark2" }, | |
{ "lon": -5.820, "lat": 43.422, "lon": 37.2, "label": "placemark3" }, | |
{ "lon": -5.819, "lat": 43.419, "lon": 36.0, "label": "placemark4" } | |
] | |
[ | |
{ "key": "adults", "x": "ES", "y": 30 }, | |
{ "key": "children", "x": "ES", "y": 49 }, | |
{ "key": "adults", "x": "DE", "y": 23 }, | |
{ "key": "children", "x": "DE", "y": 68 } | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "id": "/", "parent": "", "value": 150, "label": "/ 150Kb" }, | |
{ "id": "home", "parent": "/", "value": 100, "label": "/home 100Kb" }, | |
{ "id": "usr", "parent": "/", "value": 50, "label": "/usr 50Kb"}, | |
{ "id": "bin", "parent": "usr", "value": 50, "label": "/usr/bin 50Kb"} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "x": 12, "y": 30, "z": 32, "key": "group1" }, | |
{ "x": 52, "y": 68, "z": 43, "key": "group1" }, | |
{ "x": 45, "y": 23, "z": 97, "key": "group2" }, | |
{ "x": 25, "y": 12, "z": 26, "key": "group2" } | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "id": "a", "label": "A" }, | |
{ "id": "b", "label": "B" }, | |
{ "id": "ab", "source": "a", "target": "b", "label": "AB" }, | |
{ "id": "ba", "source": "a", "target": "b", "label": "BA", "type": "directed" } | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "id": "task1", "start": "2016-10-18T09:00:00Z", "end": "2016-10-18T12:00:00Z", "category": "Development" }, | |
{ "id": "task2", "start": "2016-10-18T12:00:00Z", "end": "2016-10-18T14:00:00Z", "category": "Documentation" }, | |
{ "id": "task3", "start": "2016-10-18T16:00:00Z", "end": "2016-10-18T17:00:00Z", "category": "Development" }, | |
{ "id": "task4", "start": "2016-10-18T17:00:00Z", "end": "2016-10-18T18:00:00Z", "category": "Documentation" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment