# geojson-numeric

> Makes properties of geojson features numeric.

Latest version **0.2.1** (published 2019-11-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install geojson-numeric
pnpm add geojson-numeric
yarn add geojson-numeric
bun add geojson-numeric
```

Provides the command `geojson-numeric`.

## 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.2.1 |
| Published | 2019-11-27 |
| First published | 2014-04-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Martin Raifer |
| Maintainers | tyr_asd |
| Keywords | geojson |

## Links

- npm: https://www.npmjs.com/package/geojson-numeric
- Repository: https://github.com/tyrasd/geojson-numeric
- Homepage: https://github.com/tyrasd/geojson-numeric#readme
- Issues: https://github.com/tyrasd/geojson-numeric/issues
- npm.io page: https://npm.io/package/geojson-numeric

## Dependencies (2)

- [optimist](https://npm.io/package/optimist.md) ~0.3.5
- [concat-stream](https://npm.io/package/concat-stream.md) 2.0.0

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 0.2.1 (latest) — 2019-11-27
- 0.2.0 — 2014-05-31
- 0.1.1 — 2014-05-30
- 0.1.0 — 2014-04-14

## README

geojson-numeric
===============

Makes properties of geojson features numeric

    … "properties": { "population": "265778" } …
         ↓     ↓    ↓    ↓    ↓    ↓    ↓    
    … "properties": { "population": 265778 } …

[![Build Status](https://secure.travis-ci.org/tyrasd/geojson-numeric.png)](https://travis-ci.org/tyrasd/geojson-numeric)

Usage
-----

* as a command line tool:
  
        $ npm install -g geojson-numeric
        $ geojson-numeric file.geojson > file_numeric.geojson
  
* as a nodejs library:
  
        $ npm install geojson-numeric
  
        var numerify = require('geojson-numeric');
        numerify(geojson_data);

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