sukri12 / pysal

Automatically exported from code.google.com/p/pysal
Other
0 stars 0 forks source link

Add weight format converters #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
MH had previously written code to convert between different spatial weight 
formats.

This ticket would bring that code into PySAL and design a way to interact with 
both fileio and weights utilities.

Original issue reported on code.google.com by sjsrey on 13 Apr 2011 at 8:56

GoogleCodeExporter commented 8 years ago

Original comment by sjsrey on 13 Apr 2011 at 8:57

GoogleCodeExporter commented 8 years ago

Original comment by sjsrey on 13 Apr 2011 at 9:02

GoogleCodeExporter commented 8 years ago

Original comment by mhwa...@gmail.com on 13 Apr 2011 at 9:08

GoogleCodeExporter commented 8 years ago

Original comment by dfo...@gmail.com on 19 May 2011 at 5:23

GoogleCodeExporter commented 8 years ago

Original comment by dfo...@gmail.com on 19 May 2011 at 6:40

GoogleCodeExporter commented 8 years ago
Currently we have about 11 different file formats. Thus, rather than creating 
functions for all pair-wise file conversions (e.g., gal_from_gwt), how about 
writing a general converter class (e.g., WeightFileConverter)? If we are to 
create functions for all pairwise file conversion, the number of functions to 
be added is more than 100. So, instead of doing this, I think we can ask users 
to what destination formats they want to convert their source file. Before I 
start coding, I want to check this because our previous discussion was more 
toward the pair-wise functions approach. 

Original comment by mhwa...@gmail.com on 30 May 2011 at 7:49

GoogleCodeExporter commented 8 years ago

Original comment by mhwa...@gmail.com on 8 Jul 2011 at 5:35