php-coord/datapack-northamerica

PHPCoord high-accuracy addon datapack for North America


Keywords
geo, map, projection, coord, latitude, longitude, grid ref, north america
Licenses
MIT/CC-PDDC/OGL-Canada-2.0/CC-BY-4.0/etalab-2.0

Documentation

PHPCoord high-accuracy addon datapack for North America

Build Status Download count Current version Documentation

This is a supplementary package for PHPCoord, which is a PHP library to aid in handling coordinates. It can convert coordinates for a point from one system to another and also calculate distance between points. This particular add-on provides additional data relating to coordinate systems used in North America.

Documentation

More information on PHPCoord datapacks is available here.

Installation

If you use Composer, just add php-coord/datapack-northamerica to your project's composer.json file:

    composer require php-coord/datapack-northamerica

Otherwise, the library is PSR-4 compliant, so will work with the autoloader of your choice. No configuration is necessary once installed