Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvdoug/phpcoordasia
High-accuracy addon datapack for Asia
https://github.com/dvdoug/phpcoordasia
Last synced: 23 days ago
JSON representation
High-accuracy addon datapack for Asia
- Host: GitHub
- URL: https://github.com/dvdoug/phpcoordasia
- Owner: dvdoug
- License: other
- Created: 2021-04-12T17:54:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T14:33:26.000Z (10 months ago)
- Last Synced: 2024-05-01T21:23:38.747Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 60.6 MB
- 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 Asia
==============================================[![Build Status](https://github.com/dvdoug/PHPCoordAsia/workflows/CI/badge.svg?branch=master)](https://github.com/dvdoug/PHPCoordAsia/actions?query=workflow%3ACI+branch%3Amaster)
[![Download count](https://img.shields.io/packagist/dt/php-coord/datapack-asia.svg)](https://packagist.org/packages/php-coord/datapack-asia)
[![Current version](https://img.shields.io/packagist/v/php-coord/datapack-asia.svg)](https://packagist.org/packages/php-coord/datapack-asia)
[![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 Asia.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-asia` to your project's `composer.json` file:
```
composer require php-coord/datapack-asia
```Otherwise, the library is PSR-4 compliant, so will work with the autoloader of your choice. No configuration is
necessary once installed