TIGERweb

From OpenStreetMap Wiki
Jump to navigation Jump to search

TIGERweb is a web-based system that allows us to visualize the most up-to-date TIGER data.

WMS

These WMS urls can be can be changed to fit your needs (see WMS).

Note: The ESPG:3857 projection is used.

To view the tiles the following WMS tile URLs can be used:

Everything

This tile url includes all data from TIGER:

 https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/tigerWMS_PhysicalFeatures/MapServer/export?bbox={bbox}&bboxSR={proj}&layers=show:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24&format=png&transparent=true&dpi=200&f=image

Transportation only

This tile URL only includes transportation data from TIGER:

 https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/tigerWMS_PhysicalFeatures/MapServer/export?bbox={bbox}&bboxSR={proj}&layers=show:1,2,3,4,5,6,7,8&format=png&transparent=true&dpi=200&f=image

Boundaries only

This tile URL only includes boundaries from TIGER:

https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/tigerWMS_Current/MapServer/export?dpi=96&transparent=true&format=png32&layers=show:20,21,24,25,26,27,28,29,30,31,34,35,36,37,40,41,42,43,44,45,46,47,48,49,50,51,52,53,80,81,82,83&bbox={bbox}&bboxSR={proj}&imageSR=102100&size={width},{height}&f=image

Fixup using TIGERweb

TIGERweb can be overlayed over your preferred aerial imagery to help fix old TIGER data. The following ways this can be used to fix old TIGER data.

  • Name conflicts between the old imported data and most recent data.
  • Missing roads
  • Missing road names

Orignal Names

TIGER stores all road names in abbreviated format. "Ave" instead of "Avenue" and such. In OSM we prefer names to be unabbreviated. The above URLs point to tiles does NOT have the road names expanded. If there is a need to view the original TIGER names in their unabbreviated form, look for the most recent OSM-US provided tile servers at TIGER#Updates

External Links