Skip to content

polygon-city/citygml-boundaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [...]}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published