Skip to content
index.rst 1.42 KiB
Newer Older
Christoph Knote's avatar
Christoph Knote committed
.. ICARTT documentation master file, created by
   sphinx-quickstart on Thu Feb 10 09:33:37 2022.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Christoph.Knote's avatar
Christoph.Knote committed
icartt
`icartt` is an ICARTT file format reader and writer for Python
The ICARTT data format is described here: https://www-air.larc.nasa.gov/missions/etc/IcarttDataFormat.htm

Christoph Knote's avatar
Christoph Knote committed
.. toctree::
   :maxdepth: 2
   :caption: Contents:
.. include:: usage.rst
Christoph.Knote's avatar
Christoph.Knote committed
API
Christoph.Knote's avatar
Christoph.Knote committed

Christoph.Knote's avatar
Christoph.Knote committed

Reported here for completeness, do not need to be changed by the user. Can be defined by the user upon :class:`Dataset` / :class:`Variable` creation and when writing to output.

.. autodata:: icartt.dataset.DEFAULT_NUM_FORMAT

.. autodata:: icartt.dataset.DEFAULT_FIELD_DELIM

.. autodata:: icartt.dataset.DEFAULT_SCALE_FACTOR

.. autodata:: icartt.dataset.DEFAULT_MISSING_VALUE
Christoph.Knote's avatar
Christoph.Knote committed

Dataset
Christoph.Knote's avatar
Christoph.Knote committed

Christoph.Knote's avatar
Christoph.Knote committed
.. autoclass:: Dataset
   :members:
Christoph Knote's avatar
Christoph Knote committed
DataStore
*********

The `.data` attribute of a Dataset is a DataStore, which can be accessed to add data as follows:
Christoph Knote's avatar
Christoph Knote committed

.. autoclass:: DataStore1001
Christoph Knote's avatar
Christoph Knote committed

.. autoclass:: DataStore2110
Christoph Knote's avatar
Christoph Knote committed

Variable
********

.. autoclass:: Variable
   :members:

Variable types
Christoph Knote's avatar
Christoph Knote committed
***************

.. autoenum:: VariableType

Christoph Knote's avatar
Christoph Knote committed
Indices and tables
Christoph Knote's avatar
Christoph Knote committed

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`