/ Published in: Java
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
double lambda0 = 2488.57915; // addition des longitudes
float scale = 100000; // scale dans gephi
int totalNode = 70;
double latitude;
double longitude;
float x = 552.6573; //position x après spatialisation
float y = 3682.871; //position y après spatialisation
lambda0 = lambda0/totalNode;
longitude = 180/PI * ( x/scale + lambda0);
println(latitude);
println(longitude);
Comments
 Subscribe to comments
                    Subscribe to comments
                
                