11.520: A Workshop on Geographic Information Systems |
11.188: Urban Planning and Social Science Laboratory |
This URL (from last lecture and similar to those in lab exercise #8) does not specify WMS version level: ==> NOTE version information in error message reply: |
|
http://maps.massgis.state.ma.us/mapaccess/main.jsp?dpi=120&request=GetMap&layers=MHD+Roads&styles=Class&srs=EPSG:26986&bbox=233500,900000,236500,902500&width=640&height=480&format=image/png&service=wms | |
Error message returned by above URL when used as address in ordinary browser:
|
|
Adding "version=1.1.1" to parameters in the same URL now works: (the images are similar to the street map overlays shown in the next section) | |
http://maps.massgis.state.ma.us/mapaccess/main.jsp?version=1.1.1&dpi=120&request=GetMap&layers=MHD+Roads&styles=Class&srs=EPSG:26986&bbox=233500,900000,236500,902500&width=640&height=480&format=image/png&service=wms |
Image A: MassGIS Roads Overlay (in State Plane Coordinates) | Image B: MassGIS Roads Overlay (in lat/lon) |
Network Example: using US Census Bureau, TIGER Line Files
Street centerline road segments |
Attaching address ranges to road segments |
What
is a Network?
Other basic elements of a network:
A shortest path is the shortest (or least 'cost' path) from a source node (origin) to a
destination node. In practice, pathfinding
seeks the shortest or most efficient way to visit a sequence of locations.
A tour is an
enclosed path, that is, the first node and the final node on the path are
the same node on the network.
A stop is a
location visited in a path or a tour.
Events or locations
may be viewed as collection points (e.g., 'origins' or 'destinations' )
where certain resources are supplied or consumed.
A turn on a
network is the transition from one arc to another arc at a node (there are
16 ways in which two intersecting roads can allow vehicle flow among the
4 links that 'connect' to the one node).
'Location-allocation'
models often use network representation of connected places in order to
determine the optimal locations for a given number of facilities (e.g.,
stores, restaurants, banks, factories, warehouses, libraries, hospitals,
post offices, and schools) based on some criteria, assign people to the
the 'nearest' facility.
Optional network analysis lab exercise (lab9_network written for old ArcView)
Reference
for further information about GIS and networks:
Source: http://www.ncgia.ucsb.edu/giscc/units/u064/
Interoperable Geospatial Services