All Projects → dvdoug → PHPCoord

dvdoug / PHPCoord

Licence: other
PHPCoord 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

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to PHPCoord

beihu-geo
地理位置解析服务,可供爬虫使用!供参考学习!
Stars: ✭ 16 (-79.49%)
Mutual labels:  geo, latitude, longitude
Open Location Code
Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
Stars: ✭ 3,567 (+4473.08%)
Mutual labels:  geo, latitude, longitude
geofiddle
Geometric conversions between different formats and projections
Stars: ✭ 15 (-80.77%)
Mutual labels:  conversion, epsg
mapshaper-proj
A JavaScript port of the Proj.4 map projection library.
Stars: ✭ 29 (-62.82%)
Mutual labels:  projection, epsg
mgrs
🌐 An R Package to Convert 'MGRS' (Military Grid Reference System) References From/To Other Coordiante Systems
Stars: ✭ 20 (-74.36%)
Mutual labels:  projection, grid-references
pikaz-location
定位插件(限中国)
Stars: ✭ 78 (+0%)
Mutual labels:  latitude, longitude
geodesy-php
Geodesy PHP - Port of some known geodesic/math functions for getting distance from a known point A to a known point B given their coordinates. It also supports conversion between units of length, Polar position to Cartesian coordinates, and different Reference Datums.
Stars: ✭ 26 (-66.67%)
Mutual labels:  latitude, longitude
font-gis
Icon font and SVG for use with GIS and spatial analysis tools
Stars: ✭ 121 (+55.13%)
Mutual labels:  map, geo
llttz
The easy way to get java TimeZone from latitude/longitude
Stars: ✭ 27 (-65.38%)
Mutual labels:  latitude, longitude
Trilateration
Trilateration system using 3 latitude and longitude points, and 3 radius distances in PHP, C#, Java and Javascript
Stars: ✭ 22 (-71.79%)
Mutual labels:  latitude, longitude
haversine-js
JavaScript implementation of the Haversine formula
Stars: ✭ 12 (-84.62%)
Mutual labels:  latitude, longitude
ctt
ctt postal codes into MySQL with latitude and longitude from google
Stars: ✭ 33 (-57.69%)
Mutual labels:  latitude, longitude
php-haversine-formula
Calculates de distance between two geocode points 📌🗺
Stars: ✭ 44 (-43.59%)
Mutual labels:  latitude, longitude
d3-geomap
A library for creating geographical maps based on D3.js
Stars: ✭ 124 (+58.97%)
Mutual labels:  map, geo
Go Staticmaps
A go (golang) library and command line tool to render static map images using OpenStreetMap tiles.
Stars: ✭ 246 (+215.38%)
Mutual labels:  map, geo
Locationpicker
iOS location picker view controller
Stars: ✭ 226 (+189.74%)
Mutual labels:  map, geo
adaptive-composite-map-projections
Adaptive composite map projections combine several projections
Stars: ✭ 64 (-17.95%)
Mutual labels:  map, projection
Openrailwaymap
An OpenStreetMap-based project for creating a map of the world's railway infrastructure.
Stars: ✭ 150 (+92.31%)
Mutual labels:  map, geo
Awesome Gis
😎Awesome GIS is a collection of geospatial related sources, including cartographic tools, geoanalysis tools, developer tools, data, conference & communities, news, massive open online course, some amazing map sites, and more.
Stars: ✭ 2,582 (+3210.26%)
Mutual labels:  map, geo
openfairdb
Open Fair DB is the CreativCommons Backend of Kartevonmorgen.org
Stars: ✭ 53 (-32.05%)
Mutual labels:  map, geo

PHPCoord

Build Status Download count Current version Documentation

PHPCoord 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.

6553 different coordinate systems are supported, covering the entire globe. Some common systems supported include:
  • WGS84 (GPS)
  • OSGB36 (Great Britain)
  • NAD27 and NAD83 (North America)
  • UTM (Universal Transverse Mercator)
  • ED50 and ETRS89 (Europe)
  • GDA94 and GDA2020 (Australia)
  • NZGD49 and NZGD2000 (New Zealand)

Documentation

Documentation and usage examples are available here.

Installation

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

    composer require php-coord/php-coord

Otherwise, the library is PSR-4 compliant, so will work with the autoloader of your choice.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].