Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php80-php-pecl-geospatial - PHP Extension to handle common geospatial functions

Website:
https://pecl.php.net/package/geospatial
Licence:
PHP
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
The extension currently has implementations of the Haversine and
Vincenty's formulas for calculating distances, an initial bearing calculation
function, a Helmert transformation function to transfer between different
supported datums, conversions between polar and Cartesian coordinates,
conversions between Degree/Minute/Seconds and decimal degrees, a method to
simplify linear geometries, as well as a method to calculate intermediate
points on a LineString.

Package built for PHP 8.0 as Software Collection (php80 by remi).

Packages

php80-php-pecl-geospatial-0.3.1-1.fc33.remi.x86_64 [24 KiB] Changelog by Remi Collet (2021-01-28):
- update to 0.3.1
- raise dependency on PHP 7.0
php80-php-pecl-geospatial-0.2.1-3.fc33.remi.x86_64 [24 KiB] Changelog by Remi Collet (2020-09-30):
- add patch for PHP 8 from
  https://github.com/php-geospatial/geospatial/pull/27