Touchstone 2022 Database Reference
TblSourceTargetMap_US Table
AIRGeography Database : TblSourceTargetMap_US Table
Description

Stores the grid identifier and weight type that corresponds to each source code. The table also stores 'look-up' area codes that the application uses for disaggregated locations in the United States and the weight for each location.

Properties
Creation Date1/22/2015 7:10 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows1599139
Data Space Used124,080.00 KB
Index Space Used592.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

GUID of the external source.

dbo.GUID16   
Primary Key Grid identifier.bigint8   
 

Country code for the location.

For a complete list of codes, see tCountry Table.

smallint2   
 

Area or CRESTA code for the location.

For a complete list of codes, see tGeography Table.

varchar16   
 

Subarea code for the location.

For a complete list of codes, see tGeography Table.

varchar16   
 

Postal code for the location.

For a complete list of codes, see tGeography Table.

varchar16  
 Latitude coordinate for the grid. Values will be positive for locations north of the equator and negative south of the equator.real4   
 Longitude coordinate for the grid. Values will be negative for locations west of the prime meridian up to the international date line. They will be positive for locations east of the prime meridian.real4   
Primary Key 

Identifier for the weight type. 

For a complete list of weight types, see TblAreaWeightType Table.

int4   
 Grid weight.decimal9 (10,9)   
 

Unique system-generated sequential identifier for the geography grid record.

Used internally by Touchstone.

int4   
Objects that TblSourceTargetMap_US depends on
 Database ObjectObject TypeDescriptionDep Level
TblAreaExternal tableTblAreaExternalTableStores valid area information.1
TblAreaWeightType tableTblAreaWeightTypeTableStores a list of supported area weight types.1
See Also

Related Objects

AIRGeography Database