I am trying to create an agent-based model and I need a .CSV file that contains the attributes of a routable road network and a number of other shapefiles I have.
I have the following:
In my model, I need to be able to load the road network, then use a .CSV file to assign my agents certain 'home' locations (using info in the LSOA shapefile above), then have my agents use the road network to navigate to other certain points (LSOA Centroids or Hospitals).
Any help would be greatly appreciated!
أكثر...
I have the following:
- Ordnance Survey Integrated Transport Network shapefile
- Office for National Statistics 2011 LSOA Boundaries shapefile
- Office for National Statistics 2011 LSOA population-weighted Centroids shapefile
- a self-made shapefile that contains half a dozen points that represent hospitals
In my model, I need to be able to load the road network, then use a .CSV file to assign my agents certain 'home' locations (using info in the LSOA shapefile above), then have my agents use the road network to navigate to other certain points (LSOA Centroids or Hospitals).
Any help would be greatly appreciated!
أكثر...