@urban-toolkit/autk-db / OsmTable
Interface: OsmTable
Defined in: interfaces.ts:67
Raw OSM import that has not yet been materialized as a renderable layer.
Represents the unclassified OSM staging table created before layer extraction.
Extends
Properties
bands?
optionalbands?:RasterBandMetadata[]
Defined in: interfaces.ts:59
Optional raster band metadata when the table stores raster data.
Inherited from
boundingBox?
optionalboundingBox?:BoundingBox
Defined in: interfaces.ts:57
Cached layer extent when the table contains geometry data.
Inherited from
columns
columns:
Column[]
Defined in: interfaces.ts:55
Flat schema information returned by DuckDB.
Inherited from
name
name:
string
Defined in: interfaces.ts:53
Unique table name within the active workspace.
Inherited from
source
source:
"osm"
Defined in: interfaces.ts:69
Marks the table as originating from the OSM loader.
Overrides
type?
optionaltype?:undefined
Defined in: interfaces.ts:71
Stays undefined until the raw import is converted into a layer table.