File Extension | Description | Remarks |
---|---|---|
MapInfo Extended TAB - also called NativeX Tab | .tab and the associated file extensions | Works with 64bit editions of MapInfo Pro |
Esri Shape format | .shp and the associated file extensions | Provided for StreetPro Display products only, where maximum file size < 2 GB |
Esri File Geodatabase | .gdb and the associated file extensions | All data content bundled into a single .gdb folder |
Pipe Delimited Text file with Well-known Text (WKT) geometries | .txt | Pipe delimited text files with WKT geometries included in the “geom” field |
MapInfo Extended Tab Format
This is the primary delivery format for the StreetPro family of products. The table schema and product illustrations provided in this document represent the MapInfo Extended Tab version of the products. Details of the TAB file extensions are given below:
File Extension | Description |
---|---|
.tab |
MapInfo Pro Table file Note: This file type includes a set of up to four different supporting file types:
.dat, .map, .id and .ind, which are explained below. To use the data correctly,
you must have access to all of the files in the file set and all files for each
file set must be located in the same directory. Not all .tab files contain all
four supporting file types.
|
.dat | Data file |
.map | Map file |
.id | Identification file |
.ind | Index file |
.wor | MapInfo Pro workspace file |
.mws | MapXtreme/Spectrum Spatial workspace file |
Esri Shapefile, Esri File Geodatabase and Pipe Delimited Text Format with WKT (Well-known Text) Geometries
StreetPro products provided in these formats are similar to the TAB variants, as explained above, with the following exceptions:
- These formats do not contain styling information for the geometries as included with the TAB variants.
- These formats do not include content specific to MapInfo Pro or other Precisely technologies, such as seamless TAB files, workspaces, Autoloader, Spectrum Spatial files etc.
- Esri shapefiles enforce a 10 character width limit to column names. As a consequence, some field names are shortened. The table below shows revised column names for columns that currently exceed the 10 character limit.
Layer | Original_Column_Name | Revised SHP column name |
---|---|---|
Airports | Perimeter_Meters, Feature_Type | Perimeter , Feat_Type |
Urban Areas | Perimeter_Meters | Perimeter |
Cities | Perimeter_Meters | Perimeter |
Towns | Perimeter_Meters | Perimeter |
Water boundaries | Perimeter_Meters | Perimeter |
Gazetteer1 -7 | Gazetteer_Level | Gaz_Level |
Street_Tables | Shield_Code | Shld_Code |
Rivers | Length_Meters | Length |
Landmarks | Feature_Type, SubCategory | Feat_Typ, SubCat |
LandUse | Perimeter_Meters, Feature_Type | Perimeter , Feat_Type |
Supplemental Address file | ToLeftAlpha, ToRightAlpha, FromLeftAlpha, FromRightAlpha | TLftAlph, TRghtAlph, FLftAlph, FRghtAlph |
Railroads |
Length_Meters BeginGradeLevel EndGradeLevel |
Length BeginGrde EndGrde |
Layer | Original_Column_Name | Revised SHP Column Name |
---|---|---|
S1-S6 | Alt_Road_Nm | Alt_Rd_Nm |
S1-S6 | Alt_Road_No | Alt_Rd_No |
Land Cover | Description | Descrip |
Land use | Display_Type | Disp_typ |
Land use | Display_Value | Disp_val |
Water |
Feature_Desc Display_Class |
Feat_desc Disp_Cls |
Oneway | Obj_Rotation | Obj_rotn |
S1-S6 | Road_Nm_Lng | Rd_Nm_Lng |
AP, B, FI, FR, P, PU, RE, ST | SubCategory | SubCat |
Supplemental Address file | ToLeftAlpha, ToRightAlpha, FromLeftAlpha, FromRightAlpha | TLftAlph, TRghtAlph, FLftAlph, FRghtAlph |
Shortened shapefile column names for Navigation layers for all countries:
Layer | Original_Column_Name | Revised SHP column name |
---|---|---|
XXX_Streets |
Speed_Verified Speed_AMPeak Speed_PMPeak Speed_Interpeak Speed_Night Speed_Sevenday Surface_Type |
Spd_Verfd Spd_AMPk Spd_PMPk Spd_Intrpk Spd_Night Spd_7day Srfc_Type |
Esri shapefile format has a maximum file size of 2GB. Shapefile product variants are not provided for countries where the data size exceeds 2GB.
File specifications for Pipe Delimited Text format:Column Delimiter | Vertical Bar ( | ) |
Text Qualifier | double-quote (“) |
First Row Contains Column names | Yes |
CodePage | 12521 (ANSI – Latin1) |
Row Delimiter | {CR}{LF} (Carriage-Return / Line Feed) |