Skip to content
pyautark (soon)

@urban-toolkit/autk-db


@urban-toolkit/autk-db / CsvDefaultLatLngGeometryColumns

Type Alias: CsvDefaultLatLngGeometryColumns

CsvDefaultLatLngGeometryColumns = true

Defined in: use-cases/load-csv/interfaces.ts:11

Enables point geometry creation from the default Latitude and Longitude CSV columns.

This shorthand covers the common case where input files already follow the expected column naming convention.

Example

ts
const geometryColumns: CsvDefaultLatLngGeometryColumns = true;

Released under the MIT License.