geojson-numeric

WebJar for geojson-numeric

Лицензия

Лицензия

MIT
Категории

Категории

Geo Прикладные библиотеки Geospatial JSON Данные
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

geojson-numeric
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

geojson-numeric
WebJar for geojson-numeric
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/tyrasd/geojson-numeric

Скачать geojson-numeric

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/geojson-numeric/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>geojson-numeric</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/geojson-numeric/
implementation 'org.webjars.npm:geojson-numeric:0.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/geojson-numeric/
implementation ("org.webjars.npm:geojson-numeric:0.2.0")
'org.webjars.npm:geojson-numeric:jar:0.2.0'
<dependency org="org.webjars.npm" name="geojson-numeric" rev="0.2.0">
  <artifact name="geojson-numeric" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='geojson-numeric', version='0.2.0')
)
libraryDependencies += "org.webjars.npm" % "geojson-numeric" % "0.2.0"
[org.webjars.npm/geojson-numeric "0.2.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : optimist jar [0.3.5,0.4)
org.webjars.npm : concat-stream jar [1.0.1,1.1)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.2.0