Description:

This plugin contains the "GeoLayout", which displays your graph based on geocoded attributes (i.e. latitude and longitude) and standard projections.

Author:

  • Alexis Jacomy

Sources:

github.com/gephi/gephi-plugins/tree/geolayout-plugin

License:

GPL v3

Compatible Gephi versions:

Related images:


README:

Introduction

A Gephi plugin to display your geocoded graphs.

Plugin Owner’s Notes

This plugin contains only a layout (“GeoLayout”) to display your graph according to geocoded attributes. To use it:

  1. Select the two attributes which contain the geocoded coordinates of your nodes (latitude and longitude). The attributes must have a numeric type.
  2. Select the projection you want to use
  3. Set the other parameters according to the selected projection
  4. Launch the algorithm

The available projections are:

And if, for any reason, some of your nodes do not have valid values on the selected attributes (for latitude and longitude), they will be displayed on a line on the bottom of your graph (then, you can delete them or do what you want). Also make sure your latitude and longitude columns are of a numeric type, not 'string'.