Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Iaga PHP namespace to manage geomagnetic data

License

NotificationsYou must be signed in to change notification settings

terresolide/iaga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISGIBCMT

Namespace Iaga

Contains:

  • Class Dataset: PHP class to read and to handle iaga file (geomagnetic data format)
  • Class Chart: to build chart

Use

  • Highcharts a javascript library to create interactive charts

Require

  • PHP >= 5.6

Install

With composer

In yourcomposer.json:

  • 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"   },

Then update package

composer update

Without composer

Download the sourceiaga.zip and unzip and add it to library.

Examples

Export a iaga file to json (data and metadata)

@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();

Documentation

See more information in thewiki

About

Iaga PHP namespace to manage geomagnetic data

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp