-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into traffic
- Loading branch information
Showing
53 changed files
with
3,825 additions
and
1,534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.. _quest_supported_label: | ||
|
||
QUEST Supported Datasets | ||
======================== | ||
|
||
On this page, we outline the datasets that are supported by the QUEST module. Click on the links for each dataset to view information about the API and sensor/data platform used. | ||
|
||
|
||
List of Datasets | ||
---------------- | ||
|
||
`Argo <https://argo.ucsd.edu/data/>`_ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
The Argo mission involves a series of floats that are designed to capture vertical ocean profiles of temperature, salinity, and pressure down to ~2000 m. Some floats are in support of BGC-Argo, which also includes data relevant for biogeochemical applications: oxygen, nitrate, chlorophyll, backscatter, and solar irradiance. | ||
|
||
A paper outlining the Argo extension to QUEST is currently in preparation, with a citable preprint available in the near future. | ||
|
||
:ref:`Argo Workflow Example<quest_workbook_label>` | ||
|
||
|
||
Adding a Dataset to QUEST | ||
------------------------- | ||
|
||
Want to add a new dataset to QUEST? No problem! QUEST includes a template script (``dataset.py``) that may be used to create your own querying module for a dataset of interest. | ||
|
||
Once you have developed a script with the template, you may request for the module to be added to QUEST via GitHub. | ||
Please see the How to Contribute page :ref:`dev_guide_label` for instructions on how to contribute to icepyx. | ||
|
||
Detailed guidelines on how to construct your dataset module are currently a work in progress. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.