Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ Optional Dependencies
* `Cartopy <https://scitools.org.uk/cartopy/docs/latest/>`_ Mapping and geoplots
* `Py-ART <https://arm-doe.github.io/pyart/>`_ Reading radar files, plotting and corrections
* `scikit-posthocs <https://scikit-posthocs.readthedocs.io/en/latest/>`_ Using interquartile range or generalized Extreme Studentized Deviate quality control tests
* `icartt <https://mbees.med.uni-augsburg.de/docs/icartt/2.0.0/>`_ icartt is an ICARTT file format reader and writer for Python
* `PySP2 <https://arm-doe.github.io/PySP2/>`_ PySP2 is a python package for reading and processing Single Particle Soot Photometer (SP2) datasets.
* `MoviePy <https://zulko.github.io/moviepy/>`_ MoviePy is a python package for creating movies from images

Expand Down
2 changes: 1 addition & 1 deletion act/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
'ameriflux': ['convert_to_ameriflux', 'read_ameriflux'],
'text': ['read_csv'],
'icartt': ['read_icartt'],
'icartt': ['Icartt', 'read_icartt', 'write_icartt'],
'mpl': ['proc_sigma_mplv5_read', 'read_sigma_mplv5'],
'neon': ['read_neon_csv'],
'noaagml': [
Expand Down
Loading
Loading