Skip to content

Commit

Permalink
Merge pull request #257 from zmoon/data-cli-doc
Browse files Browse the repository at this point in the history
Update data CLI doc
  • Loading branch information
zmoon committed May 1, 2024
2 parents ebf7c7b + b49569c commit 314b8ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/background/supported_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Surface
^^^^^^^

* `AirNow <https://www.airnow.gov/>`_
* `AERONET <https://aeronet.gsfc.nasa.gov/>`_ (under development)
* `AERONET <https://aeronet.gsfc.nasa.gov/>`_
* `IMPROVE <http://vista.cira.colostate.edu/Improve/>`_ (under development)
* `AQS <https://www.epa.gov/aqs/>`_ (in MONET, coming soon to MELODIES MONET)
* `CRN <https://www.ncdc.noaa.gov/crn/>`_ (in MONET, coming soon to MELODIES MONET)
Expand All @@ -40,10 +40,15 @@ Surface
(in MONET, coming soon to MELODIES MONET)
* `ISD <https://www.ncei.noaa.gov/products/land-based-station/integrated-surface-database>`_
(in MONET, coming soon to MELODIES MONET)

See the `Expand Surface Observations <https://github.com/NOAA-CSL/MELODIES-MONET/projects/7>`_
project on GitHub to learn about current and future development.

.. note::

The :doc:`/cli` can be used to download and create MELODIES MONET-ready datasets for:
AirNow, AERONET, AQS, and ISD.

Aircraft (under development)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 4 additions & 0 deletions docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ any Python code::
* |run|_ -- run a control file
* |get-airnow|_ -- get AirNow data
* |get-aeronet|_ -- get AERONET data
* |get-aqs|_ -- get AQS data
* |get-ish|_ -- get ISH data
* |get-ish-lite|_ -- get ISH-Lite data

Expand All @@ -27,6 +28,9 @@ any Python code::
.. |get-aeronet| replace:: ``get-aeronet``
.. _get-aeronet: #melodies-monet-get-aeronet

.. |get-aqs| replace:: ``get-aqs``
.. _get-aqs: #melodies-monet-get-aqs

.. |get-ish| replace:: ``get-ish``
.. _get-ish: #melodies-monet-get-ish

Expand Down

0 comments on commit 314b8ee

Please sign in to comment.