jkibele / pyriv

Python library for analysis of minimum aquatic distance across rivers and coasts. It's like Google Maps for anadromous fish.
MIT License
1 stars 1 forks source link

GraphML Read/Write #9

Closed jkibele closed 6 years ago

jkibele commented 7 years ago

It looks like reading graphml is a problem. I saved out a land graph and read it back in and found that the nodes came in as string representations of tuples instead of actual tuples. This causes a number of problems. gpickle may be better. Also, the graphml version was over twice as large.

hwright-ucsb commented 6 years ago

It looks like this is still and issue. Changes were being made to networkx's graphml read/write as recent as 7/31/2017. We will not support this format for now.