Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Data Subset: Generic Space-Time Cut

**Example 1:**

This example retrieves a subset of in-situ salinity measurements by Argo floats.
Retrieves a subset of in-situ salinity measurements by Argo floats.

.. code-block:: python

Expand Down Expand Up @@ -121,7 +121,7 @@ The last few lines of code (lines 21-27) makes a couple of simple visualizations

**Example 3:**

This example retrieves a subset of sea surface temperature measured by satellite.
Retrieves a subset of sea surface temperature measured by satellite.
Notice, depth1 and depth2 values are automatically ignored because this is a surface dataset.
A simple plot is made to visualize the retrieved data.

Expand Down Expand Up @@ -180,6 +180,8 @@ Here is how to achieve the same results using a direct SQL statement. Please ref

**Example:**

Retrieves a subset of sea surface temperature measured by satellite.

.. code-block:: sql

EXEC uspSpaceTime 'tblsst_AVHRR_OI_NRT', 'sst', '2016-04-30', '2016-04-30', '10', '70', '-180', '80', '0', '0'