citygml-points

0.1.1 • Public • Published

CityGML Points

Retrieve gml:PosList and gml:Pos values from a given XML string

Usage

var citygmlPoints = require("citygml-points");
 
var xml = "..."; // Some CityGML
var points = citygmlPoints(xml); // [[x,y,z], [...]]

Package Sidebar

Install

npm i citygml-points

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • bcamper
  • robhawkes