Skip to content
/ mgfield Public
Zyzonix edited this pageAug 8, 2024· 5 revisions

Welcome to the MGFieldPy wiki!

To-Do

  • Add feature to dis-/enable storing of all exact values from each measurement

  • Rewrite the whole project in C/C++ to make it more efficient - use any of the following C++ libraries:

  • Add OUT-Value calculation to Raspberry Pi Output: SELECT FROM_UNIXTIME(UNIX_TIMESTAMP(time_utc) DIV 30 * 30) AS time_interval, AVG(SQRT( POW(x_value - out_value, 2) + POW(y_value - out_value, 2) + POW(z_value - out_value, 2) )) AS avg_magnetic_field_strength FROM mgfield.buetzfleth2.rawmeasurements GROUP BY time_interval ORDER BY time_interval;

  • Add live Data from WNG station, located near the measurement site to compare our data to professional sites by the GFZ.

iaga-code is WNG publication-state is one of: reported for raw data from the sensor adjusted for data with provisional adjustments made quasi-def for data within 5nT of their final values definitive for final published data best-avail for the best available from the above data types cadence is one of pt1m for minute data or pt1s for second data orientation is one of: native for the orientation of the data as supplied by the data provider xyzf for a Cartesian reference frame

Clone this wiki locally