Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

wandergis/coordtransform-cli

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coordtransform-cli

A CLI version for coordtransform module.

CLI Usage

npm install -g coordtransform-cli

Usage: coordtransform -t typename input output

Options:
  -t, --type  transform type.
     [string] [required] [choices: "bd09togcj02", "gcj02tobd09", "wgs84togcj02", "gcj02towgs84"]
  -h, --help  Show help                                [boolean]

Examples:
  coordtransform -t bd09togcj02  input.geojson output.geojson

Node or browser Usage

npm install coordtransform-cli

var transformGeoJSON = require('coordtransform-cli');
var anygeojson = { type: 'Point', coordinates: [118, 34] };
var result = transformGeoJSON(anygeojson, 'wgs84togcj02');
console.log(result);

About

A CLI version for [coordtransform](https://github.com/wandergis/coordtransform) module that can transform geojson file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.