2017 © Pedro Peláez
 

library charta

A CLI tool to add geolocations to addresses

image

boosboos/charta

A CLI tool to add geolocations to addresses

  • Friday, April 24, 2015
  • by hugoboos
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Charta

Software License Quality Score SensioLabsInsight, (*1)

Charta is a CLI tool to add geolocations to address., (*2)

Installation

Install the dependencies:, (*3)

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install

Usage

$ bin/carta convert <input file> <output file>

Currently only a CSV as <input file> is supported, and a JSON file as <output file>., (*4)

CSV file format

<Name>;<Street>;<Postal code>;<City>

JSON file format

{
  "Name": "<Name>",
  "Address": {
    "Street": "<Street>",
    "PostalCode": "<Postal code>",
    "City": "<City>",
    "Geo": {
      "Lat": 123,
      "Lng": 456
    }
  }
}

License

Charta is released under the MIT License., (*5)

The Versions

24/04 2015

dev-master

9999999-dev https://github.com/hugoboos/charta

A CLI tool to add geolocations to addresses

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hugo Stijns

24/04 2015

v0.1.0

0.1.0.0 https://github.com/hugoboos/charta

A CLI tool to add geolocations to addresses

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hugo Stijns