@urban-toolkit/autk-db / LoadGeoTiffParams
Interface: LoadGeoTiffParams
Defined in: use-cases/load-geotiff/interfaces.ts:1
Properties
coordinateFormat?
optionalcoordinateFormat?: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?
optionalgeotiffArrayBuffer?:ArrayBuffer
Defined in: use-cases/load-geotiff/interfaces.ts:5
Raw ArrayBuffer of an already-fetched GeoTIFF file.
geotiffFileUrl?
optionalgeotiffFileUrl?:string
Defined in: use-cases/load-geotiff/interfaces.ts:3
URL of the GeoTIFF file to fetch and load.
maxPixels?
optionalmaxPixels?: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?
optionalworkspace?:string
Defined in: use-cases/load-geotiff/interfaces.ts:18