Skip to content

Commit

Permalink
Merge pull request #12 from stephanbracke/development
Browse files Browse the repository at this point in the history
Fixed table IMFV2.83 Fixed scrollbar on tables in html with extra css…
  • Loading branch information
stephanbracke authored Oct 26, 2023
2 parents 06f27d3 + 3f5375e commit cf0e8a6
Show file tree
Hide file tree
Showing 13 changed files with 180 additions and 130 deletions.
25 changes: 13 additions & 12 deletions appendices/includes/dataformats/imagcdfformat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -403,15 +403,15 @@ Attributes that Relate to Publication of the Data

These attributes are needed when that data is published.

.. tabularcolumns:: |p{3cm}|p{2cm}|>{\centering\arraybackslash}p{1.5cm}|p{8cm}|
.. tabularcolumns:: |p{3cm}|p{2cm}|c|p{8cm}|

.. table::
:widths: auto
:align: center

+-------------------+------------+-----------+--------------------------------------------------+
| Attribute Name | Type | Entries | Description |
+-------------------+------------+-----------+--------------------------------------------------+
+===================+============+===========+==================================================+
| Source | String | 1 | Set to one of: "institute" (if the named |
| | | | institution provided the data- see section |
| | | | :ref:`app_cdf_gattr_obs` |
Expand Down Expand Up @@ -502,19 +502,19 @@ the StandardsLevel attribute is set to Partial.

+---------------------------+---------------------------------+---------------------------+
| Data product | Relevant Standard | Contents of StandardName |
+---------------------------+---------------------------------+---------------------------+
+===========================+=================================+===========================+
| One second definitive | INTERMAGNET Definitive | INTERMAGNET_1-Second |
| data | One-second Data | |
| | Standard [#f1]_ | |
| | Standard [#f2]_ | |
+---------------------------+---------------------------------+---------------------------+
| One minute definitive | INTERMAGNET magnetic | INTERMAGNET_1-Minute |
| data | observatory – | |
| | specifications [#f2]_ | |
| | specifications [#f3]_ | |
+---------------------------+---------------------------------+---------------------------+
| One minute | INTERMAGNET magnetic | INTERMAGNET_1-Minute_QD |
| quasi-definitive data | observatory – | |
| | specifications [#f2]_,modified | |
| | for baseline accuracy [#f3]_ | |
| | specifications [#f3]_,modified | |
| | for baseline accuracy [#f4]_ | |
+---------------------------+---------------------------------+---------------------------+
| Hourly means | No relevant standard | |
+---------------------------+---------------------------------+---------------------------+
Expand All @@ -525,9 +525,9 @@ the StandardsLevel attribute is set to Partial.
| Annual means | No relevant standard | |
+---------------------------+---------------------------------+---------------------------+

.. [#f1] INTERMAGNET Technical Note 6
.. [#f2] :numref:`1min_imo_descr`
.. [#f3] Quasi-definitive definition on the INTERMAGNET web site: |faq_qd|
.. [#f2] INTERMAGNET Technical Note 6
.. [#f3] :numref:`1min_imo_descr`
.. [#f4] Quasi-definitive definition on the INTERMAGNET web site: |faq_qd|
If a standard is met in full or not met at all, PartialStandDesc can be
omitted. Where a standard is partially met (e.g. the time stamp accuracy
Expand Down Expand Up @@ -714,14 +714,15 @@ is not coded into the filename.
ISO 8601 Duration Strings for Common Geomagnetic Sample Periods
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

.. tabularcolumns:: |p{3cm}|>{\centering\arraybackslash}p{5cm}|
.. tabularcolumns:: |p{3cm}|c|

.. table::
:widths: auto
:align: center

============= ========================
Sample Period ISO 8601 duration string
============= ========================
1 second PT1S
1 minute PT1M
Hourly means PT1H
Expand All @@ -747,7 +748,7 @@ data intervals:

+---------------+------------------+---------------------------------------------------------------+
| Data Interval | Date/time format | Example filename |
+---------------+------------------+---------------------------------------------------------------+
+===============+==================+===============================================================+
| Annual means | YYYY | esk_2000_4.cdf – final annual mean data from Eskdalemuir |
| | | starting in the year 2000 |
+---------------+------------------+---------------------------------------------------------------+
Expand Down
3 changes: 3 additions & 0 deletions appendices/includes/dataformats/imagimfv1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ Two (2) minutes of data are concatenated on the same line
AAAAAAA_BBBBBBB_CCCCCCC_FFFFFF__AAAAAAA_BBBBBBB_CCCCCCC_FFFFFFCrLf
(values for minute 58) (values for minute 59)

.. tabularcolumns:: |p{2cm}|p{7cm}|

.. table::
:widths: auto
:align: center
Expand Down Expand Up @@ -324,6 +326,7 @@ Two (2) minutes of data are concatenated on the same line
(values for minute 58) (values for minute 59)


.. tabularcolumns:: |p{2cm}|p{7cm}|

.. table::
:widths: auto
Expand Down
Loading

0 comments on commit cf0e8a6

Please sign in to comment.