State Highway Network Postmiles Tenth
Postmiles is used to display postmile locations on a digital map display, or to query for the purposes of finding a specific location reference by county, route, and postmile. Postmiles are coded with the district, county, route, postmile prefix (if any), postmile, and postmile suffix (if any). The source of data is the Caltrans TSN (Transportation System Network) database. Two additional fields - PMInterval and AlignCode - should be understood by the user for effective use of this data set (refer to the Entity and Attribute Information section of this metadata). PMInterval indicates the interval on which the postmile falls: 0.001, 0.01, 0.1, 1, 5, or 10. This field is handy for drawing a subset of postmiles at desired intervals, for example this Definition Query will tell ArcMap to draw postmiles only at 1 mile intervals: "PMInterval" >= 1 Though the vast majority of postmiles fall on a 0.1 (tenth mile) or larger intervals, postmiles are included that fall on a smaller interval. Examples are the beginning or end of a route or county, or at an equation point. These postmiles can be identified through use of the "HwySegment" field that contains codes of "Begin County", "Begin Segment", "Mid Segment", "End Segment", and "End County". Begins and ends of routes are coded "Begin County" and "End County". A Definition Query that would tell ArcMap to draw postmiles only at 1 mile intervals or the begin of county would be: "PMInterval" >= 1 OR "HwySegment" = 'Begin County'AlignCode indicates if the postmile is on a Right alignment, Left alignment, Right Side of an independent alignment, or Left Side of an independent alignment. Where TSN considers most state highways to have just a centerline, the underlying linework that the postmiles are based upon has a line for each direction. On undivided highways the right and left lines are identical. On divided highways the right and left are separated, but TSN treats the segment as a single centerline. In the last case where highways are not only divided but also have different lengths (where the right and left carriageway diverge around physical obstacles or are separated onto different one-way streets) the underlying linework has dual carriageways, and TSN treats the segment as an "independent alignment". In some cases (especially for small-scale mapping), it may be appropriate to display Postmiles for just one alignment (e.g. Right alignment), and only for the other side where TSN indicates independent right and left alignments. In other cases (e.g. large-scale mapping), it may be appropriate to display Postmiles for both alignments, regardless of how TSN treats the segment. This is an example of a Definition Query that would tell ArcMap to display postmiles at one mile intervals only on the right alignment where TSN indicates just a centerline, and on both right and left alignments where TSN indicates independent alignments: "PMInterval" >= 1 AND "AlignCode" <> 'Left' Similarly, only at 1 mile intervals or beginning of county, and not Left: ("PMInterval" >= 1 OR "HwySegment" = 'Begin County') AND "AlignCode" <> 'Left'The Odometer field represent the actual distance in miles from the start of the highway to the postmile. This is in contrast to the postmile value, which no longer represents this value as each highway is realigned (and made longer or shorter) over time.
Data files
Data title and description | Access data | File details | Last updated |
---|---|---|---|
CSV | Download | CSV | 01/08/25 |
Shapefile | Download | ZIP | 01/08/25 |
GeoJSON | Download | GEOJSON | 01/08/25 |
KML | Download | KML | 01/08/25 |
File Geodatabase | Download | ZIP | 01/08/25 |
Supporting files
Data title and description | Access data | File details | Last updated |
---|---|---|---|
ArcGIS Hub Dataset | HTML | 01/08/25 | |
ArcGIS GeoService | ARCGIS GEOSERVICES REST API | 01/08/25 |