Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvdoug/phpcoordarctic
High-accuracy addon datapack for the Arctic
https://github.com/dvdoug/phpcoordarctic
Last synced: 23 days ago
JSON representation
High-accuracy addon datapack for the Arctic
- Host: GitHub
- URL: https://github.com/dvdoug/phpcoordarctic
- Owner: dvdoug
- License: other
- Created: 2021-04-12T17:53:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T14:23:32.000Z (10 months ago)
- Last Synced: 2024-05-01T21:23:38.198Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: license.txt
Awesome Lists containing this project
README
PHPCoord high-accuracy addon datapack for the Arctic
====================================================[![Build Status](https://github.com/dvdoug/PHPCoordArctic/workflows/CI/badge.svg?branch=master)](https://github.com/dvdoug/PHPCoordArctic/actions?query=workflow%3ACI+branch%3Amaster)
[![Download count](https://img.shields.io/packagist/dt/php-coord/datapack-arctic.svg)](https://packagist.org/packages/php-coord/datapack-arctic)
[![Current version](https://img.shields.io/packagist/v/php-coord/datapack-arctic.svg)](https://packagist.org/packages/php-coord/datapack-arctic)
[![Documentation](https://readthedocs.org/projects/phpcoord/badge/?version=master)](https://www.phpcoord.net/en/stable/coordinate_conversions_easy.html#accuracy)This is a supplementary package for [PHPCoord](https://www.phpcoord.net), 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 the Arctic.Documentation
-------------
More information on PHPCoord datapacks [is available here](https://www.phpcoord.net/en/stable/coordinate_conversions_easy.html#accuracy).Installation
------------
If you use [Composer](http://getcomposer.org/), just add `php-coord/datapack-arctic` to your project's `composer.json` file:
```
composer require php-coord/datapack-arctic
```Otherwise, the library is PSR-4 compliant, so will work with the autoloader of your choice. No configuration is
necessary once installed