Skip to content
Snippets Groups Projects
Commit a1b20055 authored by Yash Shah's avatar Yash Shah
Browse files
parents 461c55a1 d1a8dca2
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ adjusting manually and previewing the effect on delta F, etc. ...@@ -130,7 +130,7 @@ adjusting manually and previewing the effect on delta F, etc.
## References ## References
- Jankowski, J., and Sucksdorff, C., [Guide for Magnetic Measurements and Observatory Practice](http://www.iugg.org/IAGA/iaga-pages/pdf/Iaga-Guide-Observatories.pdf), - Jankowski, J., and Sucksdorff, C., [Guide for Magnetic Measurements and Observatory Practice](http://www.iaga-aiga.org/data/uploads/pdf/guides/iaga-guide-observatories.pdf),
Int. J. of Forecasting, 19(1), 143-148. Int. J. of Forecasting, 19(1), 143-148.
- Hitchman, P. G., Crosthwaite, W. V., Lewis, A. M., and Wang, L. (2011), [Australian Geomagnetism Report 2011](https://d28rz98at9flks.cloudfront.net/73627/Rec2012_072.pdf) - Hitchman, P. G., Crosthwaite, W. V., Lewis, A. M., and Wang, L. (2011), [Australian Geomagnetism Report 2011](https://d28rz98at9flks.cloudfront.net/73627/Rec2012_072.pdf)
...@@ -19,6 +19,6 @@ ...@@ -19,6 +19,6 @@
"indent_to_bracket": false, "indent_to_bracket": false,
"translate_tabs_to_spaces": true, "translate_tabs_to_spaces": true,
"trim_automatic_white_space": true, "trim_automatic_white_space": true,
"trim_trailing_white_space_one_save": true "trim_trailing_white_space_on_save": true
} }
} }
...@@ -16,7 +16,7 @@ class IAGA2002Parser(object): ...@@ -16,7 +16,7 @@ class IAGA2002Parser(object):
"""IAGA2002 parser. """IAGA2002 parser.
Based on documentation at: Based on documentation at:
http://www.ngdc.noaa.gov/IAGA/vdat/iagaformat.html https://www.ngdc.noaa.gov/IAGA/vdat/IAGA2002/iaga2002format.html
Attributes Attributes
---------- ----------
......
"""IO Module for IAGA 2002 Format """IO Module for IAGA 2002 Format
Based on documentation at: Based on documentation at:
http://www.ngdc.noaa.gov/IAGA/vdat/iagaformat.html https://www.ngdc.noaa.gov/IAGA/vdat/IAGA2002/iaga2002format.html
""" """
from __future__ import absolute_import from __future__ import absolute_import
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment