.. _index:
.. code-block:: text
███╗ ██╗ ██████╗████████╗██╗███╗ ███╗███████╗
████╗ ██║██╔════╝╚══██╔══╝██║████╗ ████║██╔════╝
██╔██╗ ██║██║ ██║ ██║██╔████╔██║█████╗
██║╚██╗██║██║ ██║ ██║██║╚██╔╝██║██╔══╝
██║ ╚████║╚██████╗ ██║ ██║██║ ╚═╝ ██║███████╗
╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝
netCDF files describe all dimensions necessary to work with. In the climate community, this format is widely used
following the `CF conventions `_. Dimensions such as longitude, latitude and time are
included in NetCDF files as vectors.
Time is a key dimension from NetCDF files that could lead to flawed studies or unused data if misdeclared. ``nctime``
allows researchers to easily diagnose the time definition of their data to ensure a proper analysis. It provides two
netCDF tools:
- the netCDF Time Coverage Checker :: ``nctcck``
Analyses the time continuity of datasets split across files.
- the netCDF Time Axis Checker :: ``nctxck``
Analyses the time axis correctness by rebuilding a convention-compliant time axis for netCDF files.
See the :ref:`faq` to learn more about what is behind the scene of ``nctime``.
.. toctree::
:maxdepth: 1
installation
configuration
usage
nctcck
nctxck
faq
Quick start
credits
log
autodoc
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`