0.1.27 • Published 9 years ago
polygon-city-cli v0.1.27
Polygon City CLI
Requirements
- npm and Node v5 (https://nodejs.org/dist/v5.2.0/node-v5.2.0.pkg)
- Redis (http://redis.io/download#installation)
- A Mapzen Elevation Service key (https://mapzen.com/developers)
Installation
$ npm install polygon-city-cli@latest -g
Usage
Processing a new CityGML file:
$ polygon-city -c <epsg_code> -E <mapzen_elevation_key> -o /path/to/obj/output/directory /path/to/cityGml/file.xml
Resuming previous unfinished jobs:
$ polygon-city resume
Step-by-step example
- Run
npm install polygon-city-cli -g
- Start a local Redis server (using port 6379)
- Download some CityGML data from Linz, Austria
- Take note of the EPSG code used for the Linz dataset (EPSG:31255)
- Run the command line tool:
$ polygon-city -c 31255 -E "your_mapzen_elevation_key" -o /path/to/obj/output/directory /path/to/cityGml/file.xml
0.1.27
9 years ago
0.1.26
9 years ago
0.1.25
9 years ago
0.1.24
9 years ago
0.1.23
9 years ago
0.1.22
9 years ago
0.1.21
9 years ago
0.1.20
9 years ago
0.1.19
9 years ago
0.1.18
10 years ago
0.1.17
10 years ago
0.1.16
10 years ago
0.1.15
10 years ago
0.1.14
10 years ago
0.1.13
10 years ago
0.1.12
10 years ago
0.1.11
10 years ago
0.1.10
10 years ago
0.1.9
10 years ago
0.1.81
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago