Giter VIP home page Giter VIP logo

geocode-csv's Introduction

geocode-csv

Geocode addresses in a CSV file (i.e., add latitude and longitue) with locationiq

Command line utitliy to geocode addresses in a CSV File. You specify the address elements (steet, city, etc.) by giving either the column number or the name of the column in the CSV header. The specified columns for latitude and logitude will be filled-in in the resulting output file (note that the columns must already be present in the input CSV file).

You will need a key from https://locationiq.com to run this.

USAGE:
    geocode-csv --city <city> --country <country> --input <input> --key <key> --lat <lat> --lng <lng> --output <output> --postalcode <postalcode> --street <street>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -i, --input <input>              File name for the input CSV file
    -o, --output <output>            File name for the output CSV file
    -k, --key <key>                  Your key for accessing locationiq.com
    -s, --street <street>
            Street input column (0-indexed or header name)

    -p, --postalcode <postalcode>
            Postalcode input column (0-indexed or header name)

    -c, --city <city>
            City input column (0-indexed or header name)

    -y, --country <country>
            Country input column (0-indexed or header name)

    -t, --lat <lat>
            Latitude output column (0-indexed or header name)

    -g, --lng <lng>
            Longitude output column (0-indexed or header name)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.