Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

strip-carto

HarryStevens9ISC1.0.1

Strip cartodb_id from properties in GeoJSONs.

cartodb, geojson

readme

strip-carto

Coverage Status Build Status

Remove the cartodb_id from the properties of GeoJSON features.

Installation

 npm i strip-carto -S

Usage

var strip_carto = require("strip-carto");
strip_carto(input_geojson_file, output_geojson_file);

Tests

npm test