- Notifications
You must be signed in to change notification settings - Fork0
Iaga PHP namespace to manage geomagnetic data
License
NotificationsYou must be signed in to change notification settings
terresolide/iaga
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Contains:
- Class Dataset: PHP class to read and to handle iaga file (geomagnetic data format)
- Class Chart: to build chart
- Highcharts a javascript library to create interactive charts
- PHP >= 5.6
- Add repository:
https://github.com/terresolide/iaga.git
- Add require to:
terresolide/iaga
"repositories": [{"type":"git","url":"https://github.com/terresolide/iaga.git"} ],"require": {"terresolide/iaga":"^0.3.0" },
composer update
Download the sourceiaga.zip and unzip and add it to library.
@seetests/export-json.php ortests/export-json-autoload.php
// create iaga Dataset from filepath$dataset =new \Iaga\Dataset('data/iaga_file.dat');// outputheader('Content-Type: application/json');echo$dataset->toJson();
See more information in thewiki
About
Iaga PHP namespace to manage geomagnetic data
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published