Hi Leo,
I will do my best to answer some of your questions. First, I think I
am familiar with your dataset (but I may be mistaken). This dataset
has 1104 hexagonal cells, and it has been mentioned before in the
ResNet discussion group by Diego Valencia:
http://groups.google.com/group/bbcl_software/browse_thread/thread/f705392e8ded5d16
At a recent ConsNet training course, Diego and I talked about how to
transfer this data set into the ConsNet format. Creating the
adjacency file is not easy, but if you have a ResNet input file that
contains the adjacency information, then you have all of the
information that you need. The ResNet input file contains ten columns
reserved for "adjacency information", which lists the neighbors for
each cell. From here, some creative Excel programming can re-arrange
the data into the ConsNet format. However, I think Diego might have
done this step already (if you are colleagues, you may want to check
with him).
As for the shared boundary between the cells, this information is
usually very difficult to manage. But for regular hexagonal cells,
the shared boundary between any two cells is always the same (i.e. the
length of one side of the hexagon).
maxent_to_resnet was developed at the University of Texas BBCL, but I
do not have a copy of this software (I will ask around and get back to
you). The final output of this program is not quite in the proper
format to use with ConsNet. I am currently working on a more direct
conversion program that will take Maxent output and convert it
directly to the ConsNet input file (with error checking).
Michael