1.6.0 • Published 4 months ago

cimengine-build-tools v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

CIMEngine build tools

Installation

npm i cimengine-build-tools

or

npm i cimengine-build-tools -g

Usage

Tools

  1. cimengine-init - Initializes the cimengine project
  2. cimengine-build - Assembles project files into a single geojson
  3. cimengine-country-fix - Transforms the country geojson file (merges polygons and simplifies them)

cimengine-init

params: name - name of project
usage: cimengine-init --name map

cimengine-build

params:

  1. projectFolder - folder with project generated by cimengine-init (If this parameter is specified, no other parameters are needed)
  2. layers - path to layers.yaml
  3. properties - path to properties.yaml
  4. config - path to config.yaml
  5. countries - path to countries folder
  6. natureObjects - path to nature folder
  7. roads - path to roads folder
  8. output - path to output file

usage: cimengine-build --projectFolder ./map

cimengine-country-fix

params:

  1. countryPath - path to country file
  2. simplify - Simplification accuracy of polygons (optional)

usage: cimengine-country-fix --countryPath ./map/src/countries/usa.geojson

1.6.0

4 months ago

1.4.3

6 months ago

1.4.2

10 months ago

1.5.0

6 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.2.0

11 months ago

1.3.2

11 months ago

1.3.1

11 months ago

1.2.2

11 months ago

1.3.0

11 months ago

1.2.1

11 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago