Skip to content

spatial-monorepo


spatial-monorepo / core/src / exportGIS

Function: exportGIS()

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

Defined in: packages/imdf/dist/index.d.ts:72

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.