https://github.com/harrystevens/strip-geojson-property
Strip any property from a GeoJSON file.
https://github.com/harrystevens/strip-geojson-property
Last synced: 3 months ago
JSON representation
Strip any property from a GeoJSON file.
- Host: GitHub
- URL: https://github.com/harrystevens/strip-geojson-property
- Owner: HarryStevens
- License: mit
- Created: 2017-09-04T11:37:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T11:54:52.000Z (over 7 years ago)
- Last Synced: 2025-02-25T11:41:39.614Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/strip-geojson-property
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strip-geojson-property
[](https://travis-ci.org/HarryStevens/strip-geojson-property) [](https://coveralls.io/github/HarryStevens/strip-geojson-property?branch=master)Remove any property from a set of GeoJSON features.
## Installation
```bash
npm i strip-geojson-property -S
```## Usage
```js
var strip = require("strip-geojson-property");
strip(input_geojson_file, property, output_geojson_file);
```## Tests
```bash
npm test
```