fdsn/webservice-library
最新稳定版本:5.0.0
Composer 安装命令:
composer require fdsn/webservice-library
包简介
PHP Library to access to FDSN webservices
README 文档
README
With this library you can get information about quakes, getting data from FDSN webservices.
You can search quakes filtering by:
- Event ID (int unique event -earthquake- identifier)
- DateTime range (Datetime min -> Datetime max)
- Geographical selection - BoundingBox (Lat/Lon min -> Lat/Lon max)
- Geographical selection - Radius (Lat/Lon + Radius min -> max)
- Magnitude range (Magnitude min -> Magnitude max)
- Depth range (Depth min -> Depth max)
except search by Event ID, you can combine all of them.
The library returns the list of quakes found and all their details.
Install and usage
See wiki about Install, Autoload and Usage here: https://gitlab.rm.ingv.it/fdsn/webservices-library/-/wikis/Home
Note
During object construct a method checks if FDSN webservice version is compatible with the library, if unsupported a RuntimeException is raised.
Documentation
You can find documentation, automatically created by PHPDocumentor here: http://fdsn.gitpages.rm.ingv.it/webservices-library/phpdoc/
Test and Deploy
Tests are realized using PHPUnit.
You can find code coverage here: http://fdsn.gitpages.rm.ingv.it/webservices-library/coverage/
Contributing
If you want to contribute, please use pull requests. To get a best integration, please code using Test Driven Development (TDD) and Calisthenic Programming.
Authors and acknowledgment
Diego Sorrentino, Istituto Nazionale di Geofisica e Vulcanologia, https://www.ingv.it/organizzazione/chi-siamo/personale/#922
License
GPL v3
Project status
Development in progress
统计信息
- 总下载量: 213
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2024-08-14