2017 © Pedro Peláez
 

symfony-bundle atlasbundle

Symfony 2.X bundle for easy conversion between GPS and Lambert coordinates

image

olousouzian/atlasbundle

Symfony 2.X bundle for easy conversion between GPS and Lambert coordinates

  • Monday, March 14, 2016
  • by Olousouzian
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Atlas , (*1)

Content

Provide a Symfony 2.X bundle for easy conversion between GPS (WGS84) to Lambert coordinates. For more details please read this following links :, (*2)

How to install ?

Install it with Composer, (*3)

composer require olousouzian/atlasbundle

Finally, register the bundle into app/AppKernel :, (*4)

new Olousouzian\AtlasBundle\OlousouzianAtlasBundle(),

How to use it ?

Helper :, (*5)

$ app/console atlas:convert --help

Usage:
  atlas:convert [options]

Options:
      --format=FORMAT        Output format like: lambertI, lambertII, lambertIIExtended, lambertIII, lambertIV, lambert93, all [default: "all"]
      --output[=OUTPUT]      json [default: 1]
      --latitude=LATITUDE    
      --longitude=LONGITUDE  
  -h, --help                 Display this help message
  -q, --quiet                Do not output any message
  -V, --version              Display this application version
      --ansi                 Force ANSI output
      --no-ansi              Disable ANSI output
  -n, --no-interaction       Do not ask any interactive question
  -s, --shell                Launch the shell.
      --process-isolation    Launch commands from shell as a separate process.
  -e, --env=ENV              The Environment name. [default: "dev"]
      --no-debug             Switches off debug mode.
  -v|vv|vvv, --verbose       Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
 Convert WGS84 coordinates to Lambert coordinates
  • Example Get all Lambert coordinates for Lyon city :
$ app/console atlas:convert  --latitude=45.7484600 --longitude=4.8467100
  • Example Get Lambert93 coordinates for Lyon city printed in JSON :
$ app/console atlas:convert  --latitude=45.7484600 --longitude=4.8467100 --format=lambert93 --output=json

{"Lambert93":{"x":843562.53347857,"y":6518219.0605733}}

License

This solution is under MIT license., (*6)

The Versions

14/03 2016

dev-master

9999999-dev

Symfony 2.X bundle for easy conversion between GPS and Lambert coordinates

  Sources   Download

MIT

by Fabien Olousouzian

gps latitude longitude bundle symfony wgs84 atlas lambert lambert93

14/03 2016

1.0.1

1.0.1.0

Symfony 2.X bundle for easy conversion between GPS and Lambert coordinates

  Sources   Download

MIT

by Fabien Olousouzian

gps latitude longitude bundle symfony wgs84 atlas lambert lambert93

14/03 2016

1.0

1.0.0.0

Symfony 2.X bundle for easy conversion between GPS and Lambert coordinates

  Sources   Download

MIT

by Fabien Olousouzian

gps latitude longitude bundle symfony wgs84 atlas lambert lambert93