File tree Expand file tree Collapse file tree 4 files changed +33
-3
lines changed
Expand file tree Collapse file tree 4 files changed +33
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ PySAL network will include the following spatial analytical methods
1818 - Local Indicators of Network-Constrained Clusters (LINCS)
1919 - Local K-Functions
2020 - Network Kernels
21+ - Accessibility Indices
2122
2223### Utility
2324
@@ -35,12 +36,29 @@ PySAL network will include the following spatial analytical methods
3536 - Extraction of WED from a planar polyine shapefile
3637 - Spatial Weights for Networks
3738
39+ ### FileIO
40+
41+ #### Input
42+ - reading polyline shapefiles
43+ - point shapefiles
44+ - polygon files
45+ - wed
46+ - dot
47+ - (geo)json
48+
49+ #### Output
50+ - wed
51+ - dot
52+ - shapefiles
53+ - polyline
54+ - points
55+ - polygons
56+ - (geo)json
3857
3958### Module Listing
4059
4160List key modules here and their purposes
4261
43-
4462 - ` shp2graph.py ` ?
4563 - ` wed.py ` core winged edge data structure
4664 - ` util.py ` utility functions
@@ -53,10 +71,9 @@ List notebooks and their purpose
5371
5472Prioritize components for 1.7 development
5573
56-
5774## Issues
5875
59-
76+ - holes in the wed
6077
6178
6279[ GeoDaNet ] : https://geodacenter.asu.edu/drupal_files/Geodanet_Manual_03_2012.pdf
Original file line number Diff line number Diff line change 1+ # Analytic functions/classes for network module
2+
3+ """
4+ - Global Network Autocorrelation
5+ - Global K-Functions
6+ - Local Indicators of Network-Constrained Clusters (LINCS)
7+ - Local K-Functions
8+ - Network Kernels
9+ - Accessibility Indices
10+ """
11+
Original file line number Diff line number Diff line change 1+ # Data structures for network module
Original file line number Diff line number Diff line change 1+ # IO handlers for network module go here
You can’t perform that action at this time.
0 commit comments