# @mapbox/geojson-normalize

> normalize different geojson forms into featurecollections

Latest version **0.0.1** (published 2016-12-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install @mapbox/geojson-normalize
pnpm add @mapbox/geojson-normalize
yarn add @mapbox/geojson-normalize
bun add @mapbox/geojson-normalize
```

Provides the command `geojson-normalize`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2016-12-02 |
| First published | 2016-12-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 34 |
| Author | Tom MacWright |
| Maintainers | tmcw |
| Keywords | geojson, normalize, featurecollection |

## Links

- npm: https://www.npmjs.com/package/@mapbox/geojson-normalize
- Repository: https://github.com/mapbox/geojson-normalize
- Issues: https://github.com/mapbox/geojson-normalize/issues
- npm.io page: https://npm.io/package/@mapbox/geojson-normalize

## 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.0.1 (latest) — 2016-12-02

## README

[![Build Status](https://travis-ci.org/mapbox/geojson-normalize.svg)](https://travis-ci.org/mapbox/geojson-normalize)

# geojson-normalize

Normalize any GeoJSON object into a GeoJSON FeatureCollection.

## install

    npm install --save geojson-normalize

## api

    normalize(object) -> featurecollection object

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