Coder Social home page Coder Social logo

cs2cs-perl's Introduction

Geo::LibProj::cs2cs

This distribution is a Perl interprocess communication interface to the cs2cs utility, which is a part of the PROJ coordinate transformation library.

Unlike Geo::Proj4, this module is pure Perl. It does require the PROJ library to be installed, but it does not use the PROJ API via XS. Instead, it communicates with the cs2cs utility using the standard input/output streams, just like you might do at a command line. Data is formatted using sprintf and parsed using regular expressions.

As a result, this module may be expected to work with many different versions of the PROJ library, whereas Geo::Proj4 is limited to version 4 (at time of this writing). However, this module is definitely less efficient and possibly also less robust with regards to potential changes to the cs2cs input/output format.

Installation

Released versions of Geo::LibProj::cs2cs may be installed via CPAN:

cpanm Geo::LibProj::cs2cs

CPAN distribution

To install a development version from this repository, run the following steps:

  1. git clone https://github.com/johannessen/cs2cs-perl && cd cs2cs-perl
  2. dzil build (requires Dist::Zilla)
  3. cpanm <archive>.tar.gz

cs2cs-perl's People

Contributors

johannessen avatar

Watchers

 avatar  avatar

cs2cs-perl's Issues

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.