sookoll / geophp
GeoPHP 是一个开源的本地 PHP 库,用于进行几何操作。它完全用 PHP 编写,因此可以在共享主机上运行。它可以读取和写入多种格式:WKT(包括 EWKT)、WKB(包括 EWKB)、GeoJSON、KML、GPX、GeoRSS)。它支持所有 Simple-Feature 地理
1.2
2014-12-02 06:11 UTC
Requires (Dev)
- phpunit/phpunit: 4.1.*
This package is not auto-updated.
Last update: 2024-09-26 20:21:47 UTC
README
从 http://github.com/phayes/geoPHP 分支
为 Polygon 和 Multipolygon 类添加了 pointInPolygon 方法,以便在没有 GEOS 的情况下进行 intersects 测试。
致谢
维护者:Patrick Hayes
其他贡献者
- GeoMemes Research (http://www.geomemes.com)
- HighWire Press (http://www.highwire.org) 和 GeoScienceWorld (http://www.geoscienceworld.org)
- Arnaud Renevier (gisconverter.php) https://github.com/arenevier/gisconverter.php
- Dave Tarc https://github.com/dtarc
- Elliott Hunston (文档) https://github.com/ejh
这个库是开源的,并且双重许可,既受修改后的 BSD 许可证也受 GPLv2 许可证的保护。您可以根据自己的选择使用任一许可证。