Community of VE/MapPoint Users and Developers
This is a discussion on I have a dataset of 390 hospitals with zipcodes, d.... within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I have a dataset of 390 hospitals with zipcodes, divided into high and low volume categories. I would like to ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| |
| |||
|
This is a fairly brute force problem. First I assume you have MapPoint datasets with this data, right? Also, what distance do you want, crow flight or driving? Basically you would have to do code with an outer loop to access each low-volume hospital, and inner loop to process each high-volume hospital. Then calculate the distance you want between each outer-inner loop pair. Either use the Distance method to get the crow flight distance, or create a route with each set of inner-outer loop points as waypoints to get the driving distance. Save the results to a database. Then you can run a query to find the minimum distance for each low-volume hospital. Not too hard, but a fair number of steps involved. - Walt Cygan |
![]() |
| Tags |
| 390, dataset, hospitals, zipcodes |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| zipcodes | Anonymous | MapPoint 2006/2009 Discussion | 1 | 02-16-2005 09:31 AM |
| Extract all zipcodes from MapPoint via C#.NET | Anonymous | MapPoint 2006/2009 Discussion | 1 | 08-09-2004 10:56 PM |
| Mapping Zipcodes in Puerto Rico | Anonymous | MapPoint 2006/2009 Discussion | 1 | 11-19-2003 11:22 PM |
| Possible to Locate all Hospitals in 1 mile radius? | ChrisC | MapPoint 2006/2009 Discussion | 1 | 01-08-2003 06:09 PM |
| Showing Zipcodes | shaistasohail | MapPoint 2006/2009 Discussion | 0 | 09-03-2002 07:03 PM |