geojson-numeric

0.2.1 • Public • Published

geojson-numeric

Makes properties of geojson features numeric

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

Build Status

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);
    

/geojson-numeric/

    Package Sidebar

    Install

    npm i geojson-numeric

    Weekly Downloads

    6,640

    Version

    0.2.1

    License

    MIT

    Unpacked Size

    6.45 kB

    Total Files

    7

    Last publish

    Collaborators

    • tyr_asd