[Planetlab-users] Code to generate the PL world map

Thierry Parmentelat thierry.parmentelat at sophia.inria.fr
Mon Sep 17 04:32:38 EDT 2007


As far as I know, this map is generated thanks to plot-latlong that 
comes with the web pages module 'new_plc_www' here:
http://cvs.planet-lab.org/cvs/new_plc_www/plot-latlong/

I am not sure about the glue script that performs the plc api calls to 
generate inputs to plot_latlong, which might have been considered 
site-specific
in any case you'd basically need to call
GetSites(auth,{},['latitude','longitude'])
and do the required cooking

If you wanted to handle federated sites separately, than just add 
'peer_id' to the list of columns; then an empty peer_id would mean the 
site is local.
-- Thierry

Jay A. Patel wrote:
> Hi,
>
> Does anyone know where I can find the code that generated the world 
> map on PL website? (http://planet-lab.org/generated/World50.png)
>
> I looked in the CVS repository but couldn't locate it.
>
> If it exists, please let me know -- it would save me quite a bit of time.
>
> Cheers,
> Jay.
>
> _______________________________________________
> Users mailing list: Users at lists.planet-lab.org
> https://lists.planet-lab.org/mailman/listinfo/users



More information about the Users mailing list