Touchstone 2022 Database Reference
tECASpatialDataSetBucketDetail Table
AIRProject Database : tECASpatialDataSetBucketDetail Table
Description
Stores information regarding the data set bucket used during the Geospatial analysis. A bucket is a range that is analyzed as a single entity with a single damage ratio; For example, a bucket of wind speed could be 60 – 70 miles per hour.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the bucket record.int4   
 

Unique system-generated sequential identifier for the bucket definition record.

For a complete list of records, see tECASpatialDataSetBucketDefinition Table.

int4   
 Attribute of the bucket. For example, wind speed, soil type, elevation.varchar255  
 Used for wind speed tracking, it is the minimum value of the bucket range. numeric9 (19,6)  
 Used for wind speed tracking, it is the maximum value of the bucket range. numeric9 (19,6)  
 When the bucket value is not min/max, a discrete bucket value is provided.varchar50  
 Color used to display the bucket on a map.varchar15  
 

Code for the unit of measure used to express the minimum bucket value.

For a complete list of codes, see tUnit Table.

varchar10  
 

Code for the unit of measure used to express the maximum bucket value.

For a complete list of codes, see tUnit Table.

varchar10  
 Ratio of the cost to repairing a building vs. the cost of rebuilding it. Multiply the value by 100 to express it as a percentagereal4  
 Calculated values based on BucketMin.numeric9 (19,6) 
([dbo].[fBucketValueComputeSource]([BucketMin],[MinConversionUnitCode],[BucketDefinitionSID]))
 Calculated values based on BucketMax.numeric9 (19,6) 
([dbo].[fBucketValueComputeSource]([BucketMax],[MaxConversionUnitCode],[BucketDefinitionSID]))
Objects that tECASpatialDataSetBucketDetail depends on
 Database ObjectObject TypeDescriptionDep Level
tAnalysis tabletAnalysisTableStores information about each analysis.4
tDataSource tabletDataSourceTable

Stores information about the databases registered with the application, for example, the exposure and results databases.

5
tECASpatialDataSetBucketDefinition tabletECASpatialDataSetBucketDefinitionTableStores information that defines the buckets used in a Geospatial analysis. A bucket is a range of attribute values that is analyzed as a single entity with a single damage ratio; For example, a bucket of wind speed could be 60 – 70 miles per hour.1
tECASpatialDataSetOption tabletECASpatialDataSetOptionTableStores information regarding the spatial data set options used during the Geospatial analysis.2
tExposureConcentrationAnalysisOption tabletExposureConcentrationAnalysisOptionTableStores the options used during a Geospatial analysis.3
tProject tabletProjectTableStores information about each project, for example, the project name and status code.5
tUnitConversion tabletUnitConversionTable

Stores the ratio needed to convert from one distance measurement unit type to another, such as feet to meters.

3
See Also

Related Objects

AIRProject Database