# citygml-points

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

Latest version **0.1.1** (published 2015-05-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install citygml-points
pnpm add citygml-points
yarn add citygml-points
bun add citygml-points
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2015-05-28 |
| First published | 2015-05-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+22 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Robin Hawkes |
| Maintainers | robhawkes |
| Keywords | citygml, geometry, points, coordinates, xml, dom, mapping, gis |

## Links

- npm: https://www.npmjs.com/package/citygml-points
- Repository: https://github.com/polygon-city/citygml-points
- Issues: https://github.com/polygon-city/citygml-points/issues
- npm.io page: https://npm.io/package/citygml-points

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^3.9.3
- [xmldom](https://npm.io/package/xmldom.md) ^0.1.19

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 0.1.1 (latest) — 2015-05-28
- 0.1.0 — 2015-05-28

## README

# CityGML Points

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

## Usage

```javascript
var citygmlPoints = require("citygml-points");

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

---
_Source: https://npm.io/package/citygml-points · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
