Topic: Calculate hospitals nearest to schools in a city
Data preparation: School and hospital data of a city
Basic Steps:
- Through Measure Distance, you can calculate hospitals nearest to schools. Specific operations are as follows:
- The result is attribute table data, recording school ID, distance information and IDs of hospitals nearest to schools. Through Append Column, you can append Hospital_ID and Distance field information in the attribute table to the point dataset for schools.
- According to the ID of hospitals, you can add corresponding hospitals to point dataset for schools. Specific parameters are as follows:
-
After the appending operation, there are hospital ID, names, distance information in the school point data. After creating label matrix map for the School dataset, hospitals and distance information to schools will be vividly displayed.
Related Topics