Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

citygml-boundaries

polygon-city13MIT0.1.1

Retrieve gml:exterior and gml:interior boundaries from a given XML string

citygml, boundaries, geometry, ring, xml, dom, mapping, gis

readme

CityGML Boundaries

Retrieve gml:exterior and gml:interior boundaries from a given XML string

Usage

var citygmlBoundaries = require("citygml-boundaries");

var xml = "..."; // Some CityGML
var boundaries = citygmlBoundaries(xml); // {exterior: [...], interior: [...]}