-
-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The whole world in a graph #6813
Comments
Attachment: graph_world.sobj.gz |
comment:1
Attachment: worldmap.patch.gz I get errors. At the bottom, I copy the md5 digest to check my download:
|
comment:2
that was with 4.1.2.alpha2 |
comment:3
I get a totally different checksum..... Good job noticing it !!! I just retried to load the graph with a version of the file graph_world downloaded from the TRAC server and it worked for me. My checksum is the following :
As I suspect it may come from some weird encoding, here is a .rar version of the file : http://www-sop.inria.fr/members/Nathann.Cohen/world.rar I also copied the file on sagemath in the directory as ~/ncohen/graph_world.sobj On my machine
On sagemath
Could you check if this version works, and if the checksum is correct ? Thank you !!! Nathann |
comment:4
I get the same checksum as you do. {{{$ md5sum data/graphs/graph_world.sobj Adam |
applies to sage-4.1.2.rc0 |
Reviewer: Adam Webb |
comment:5
Attachment: 6813-worldmap.patch.gz |
comment:6
These changes are perfect for me ! Thank for your help :-) |
Merged: sage-4.3.alpha1 |
Author: Nathann Cohen |
comment:9
I had to add the .sobj file to the graphs-20070722 spkg. |
see http://groups.google.com/group/sage-devel/browse_thread/thread/25e57b8421c0ae9c/5ed13d13bc41b370#5ed13d13bc41b370
This patch adds a function WorldMap to graph_generators.py, which lets the user load the graph in which vertices are countries and links denote a shared boundary between two of them. The data I used to build this comes from The Cia Factbook ( mentionned in the docstring )
To use it, you need to apply the patch, but also to move the file graph_world.sobj to SAGE_ROOT/data/graphs/
Thank you for your help ! :-)
Component: graph theory
Author: Nathann Cohen
Reviewer: Adam Webb
Merged: sage-4.3.alpha1
Issue created by migration from https://trac.sagemath.org/ticket/6813
The text was updated successfully, but these errors were encountered: