Skip to content
pyautark (soon)

@urban-toolkit/autk-db


@urban-toolkit/autk-db / LoadGeoTiffParams

Interface: LoadGeoTiffParams

Defined in: use-cases/load-geotiff/interfaces.ts:1

Properties

coordinateFormat?

optional coordinateFormat?: string

Defined in: use-cases/load-geotiff/interfaces.ts:12

CRS of the input GeoTIFF file (source). Defaults to EPSG:4326. The geometry will be transformed from this CRS to the workspace CRS.


geotiffArrayBuffer?

optional geotiffArrayBuffer?: ArrayBuffer

Defined in: use-cases/load-geotiff/interfaces.ts:5

Raw ArrayBuffer of an already-fetched GeoTIFF file.


geotiffFileUrl?

optional geotiffFileUrl?: string

Defined in: use-cases/load-geotiff/interfaces.ts:3

URL of the GeoTIFF file to fetch and load.


maxPixels?

optional maxPixels?: number

Defined in: use-cases/load-geotiff/interfaces.ts:17

Maximum number of pixels to load. Defaults to 500 000. An error is thrown if the full raster exceeds this limit.


outputTableName

outputTableName: string

Defined in: use-cases/load-geotiff/interfaces.ts:7

Name of the output DuckDB table.


workspace?

optional workspace?: string

Defined in: use-cases/load-geotiff/interfaces.ts:18

Released under the MIT License.