Skip to content

spatial-monorepo


spatial-monorepo / imdf/src / exportGIS

Function: exportGIS()

exportGIS(archive, opts): Promise`<Blob>`

Defined in: packages/imdf/src/gis-export.ts:479

Export building-scoped IMDF feature layers as a zipped GIS bundle.

  • geojson: one .geojson file per IMDF feature type (units, openings, levels, …)
  • shapefile: valid zipped shapefile components (.shp, .shx, .dbf, .prj) per type

Parameters

archive

IMDFArchive

opts

ExportGISOptions

Returns

Promise`<Blob>`

Released under commercial licensing.