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], [...]]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    4
  • 0.1.0
    1

Package Sidebar

Install

npm i citygml-points

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • bcamper
  • robhawkes