39 Commits

Author SHA1 Message Date
Derick Rethans 6cd0365f9f Go with 0.3.3 2025-06-19 13:32:10 +01:00
Derick Rethans d3f3ab0a83 Go with 0.3.2 2022-08-11 14:34:51 +01:00
Derick Rethans 1a04a011d2 Fix arginfo 2022-08-11 14:34:51 +01:00
Derick Rethans c6db5d5b5a Go with 0.3.1 2021-01-28 13:22:47 +00:00
Derick Rethans 518bfc1a53 Add support for PHP 8/Drop support for PHP 5 2021-01-28 11:48:35 +00:00
Derick Rethans 8460c5b53e Don't put code in header files 2019-03-12 14:30:23 +00:00
Derick Rethans 6f70cc258d Back to -dev 2019-01-08 11:38:57 +00:00
Derick Rethans 5e1d4b2083 Go with 0.2.1 2019-01-08 11:37:40 +00:00
Derick Rethans 51710ed4ac Back to -dev 2017-12-29 12:11:18 +00:00
Derick Rethans 3e36c70e74 Go with 0.2.0. 2017-12-29 12:10:29 +00:00
Emir Beganovic 6bd4087dfc Add Geo Hashing functions geohash_encode and geohash_decode. 2017-12-29 12:03:37 +00:00
Derick Rethans 2ed17b239e Fixed issue #14: License consistency
I've also upped the years in the license header
2016-12-15 11:43:25 +00:00
Derick Rethans 821928e550 Back to -dev 2015-12-04 19:07:12 +00:00
Derick Rethans 27547d489d Fixed up config.m4 and config.w32 files, and added a package.xml file 2015-12-04 19:05:26 +00:00
Derick Rethans f67de40f98 Update license headers 2015-12-04 18:59:38 +00:00
Derick Rethans b02ac6e3ee Added interpolation for linestrings and polygon. 2014-10-03 23:33:51 +01:00
Derick Rethans 31fe8f4c15 We can't have one in km, and one in meters. Use the SI unit "meter" everywhere. 2014-02-19 16:01:18 +00:00
Derick Rethans c9481fd394 Added the initial_bearing() function. 2014-01-14 17:00:43 +00:00
Derick Rethans db780b4cc9 Merge branch 'master' of github.com:php-geospatial/geospatial
Conflicts:
	php_geospatial.h
2013-11-29 16:34:29 +00:00
Derick Rethans 85209cb930 General formatting changes and license headers. 2013-11-29 16:33:35 +00:00
Nathaniel McHugh be482c431f remove merge flags 2013-10-24 17:36:34 +01:00
Nathaniel McHugh b1f4132b95 Merge branch 'master' of git://github.com/php-geospatial/geospatial into vincenty
Conflicts:
	geospatial.c
	php_geospatial.h
2013-10-04 23:46:05 +01:00
Derick Rethans 01d68a7a76 Added a Ramer-Douglas-Peucker line/polygon simplification algorithm. 2013-09-17 11:04:13 +01:00
Nathaniel McHugh c628cbebda add vincenty function 2013-09-01 23:10:18 +01:00
Derick Rethans b7f429277f Merge branch 'master' of github.com:php-geospatial/geospatial
Conflicts:
	geospatial.c
	php_geospatial.h
2013-08-16 15:21:12 +01:00
Derick Rethans 5ce87c6be9 Added the fraction_along_gc_line() function.
This is the code behind http://drck.me/gc-a98.
2013-08-16 14:32:01 +01:00
Nathaniel McHugh 9d42be2f7a * spaces to tabs
* more comments
2012-11-09 12:53:37 +00:00
Nathaniel McHugh ebeb425ed4 clean up names and prototypes 2012-11-07 22:52:03 +00:00
Nathaniel McHugh 49b3e9ccb6 add 2 new functions to convert co-ord formats 2012-11-03 10:45:57 +00:00
Nathaniel McHugh 1340ae890d * move constants into structure and allow reverse helmert 2012-10-19 12:51:57 +01:00
Nathaniel McHugh 14d61d5c70 * better set up of constants
* more tests
2012-10-18 11:55:15 +01:00
Nathaniel McHugh b156736659 * trasform polar to cartesian co-ords
* transform caresian to polar co-ords
* clean up code of helmert a lot
* by combining output can transform between datums
* -1 error with height
* next step is to move these php functuons to C functions and create convert datum PHP function and wrappers
2012-10-14 14:42:26 +01:00
Nathaniel McHugh 2b54166ae2 * converts from polar to cartesian based on Airy 1830
* converts from cartesian to polar based on Airy 1830
* need to handle different ellipsoids
2012-10-11 12:50:55 +01:00
Nathaniel McHugh 8677e05bdf first draft at a helmert transformation 2012-10-09 22:27:38 +01:00
Marcus Deglos 62e02208e5 Corrected code-documentation with values for earth radii. 2012-10-05 14:58:01 -07:00
Michael Maclean cc9e784b0a Add optional radius parameter 2012-10-05 22:52:02 +01:00
Marcus Deglos d847f15a3f Changed Earth radius definition to match that used by equatorial WGS-84. 2012-10-05 14:22:15 -07:00
Michael Maclean 761cf1fbac Add implementation of haversine function 2012-10-05 21:40:30 +01:00
Michael Maclean d0f1416acf Initial commit 2012-10-05 20:33:44 +01:00