Skip to content
pyautark (soon)

@urban-toolkit/autk-db


@urban-toolkit/autk-db / JsonWktGeometryColumns

Interface: JsonWktGeometryColumns

Defined in: use-cases/load-json/interfaces.ts:34

Describes how to build geometry from a single WKT JSON field.

Example

ts
const columns: JsonWktGeometryColumns = { wktColumnName: 'geom' };

Properties

coordinateFormat?

optional coordinateFormat?: string

Defined in: use-cases/load-json/interfaces.ts:38

CRS of the source WKT geometry before it is transformed into the workspace CRS.


wktColumnName

wktColumnName: string

Defined in: use-cases/load-json/interfaces.ts:36

Name of the field that stores WKT geometry text such as POINT(...) or POLYGON(...).

Released under the MIT License.