Use CopPhil Data Explorer to find all Sentinel-3 Land Surface Temperature products over Manila in January 2024

Sentinel-3 sends a combination of optical, thermal, and altimetry sensors and those data can be used in a cross-disciplinary manner. Diverse groups of stakeholders – scientists, government agencies, urban planners, environmental organizations, and agricultural managers – can use those data as sent or can combine them with other satellite data.

Typical uses of Sentinel-3 Land Surface Temperature (LST) data are

  • Urban heat island (UHI) analysis

  • climate monitoring

  • agricultural and crop management

  • disaster management and health applications

  • infrastructure development and energy demand forecasting

  • water resource management

In this article, we cover an example of creating a search query for CopPhil OData API using CopPhil Data Explorer. We will be searching for all Sentinel-3 Land Surface Temperature products over Manila which were sensed in January 2024.

Prerequisites

No. 1 Access to Data Explorer

Login to Data Explorer with this link: https://explore.infra.copphil.philsa.gov.ph/search

You don’t need to be logged in to search for products.

However, you need to be logged in if you want to be able to download products.

If needed, refer to How to register and login to Data Explorer on CopPhil cloud

No. 2 Familiarity with searching for products on Data Explorer

You need to know how to use the search panel of Data Explorer: How to search for products using Data Explorer on CopPhil

No. 3 Familiarity with area of interest (AOI) on Data Explorer

We will use area of interest (AOI) to limit our search to products sensed around Manila. Learn more here: Area of interest as a means of limiting product search using Data Explorer on CopPhil

No. 4 Overview of available satellite instrumentation and capabilities

Page EO Data Collection shows information about the following satellites: Sentinel-1, Sentinel-2, Sentinel-3, Sentinel-5p and Sentinel-6.

In this article, we shall use only Sentinel-3:

../_images/Screenshot_20241106_134104.png

What We Are Going To Cover

  • Filling in the search panel

  • Defining area of interest (AOI)

  • Copying query

  • Exploring the results

Step 1 Fill in the search panel

Assuming you have worked through Prerequisite No. 1, you will have Data Explorer open in your browser.

../_images/use-data-explorer-sentinel-3-01_copphil.png

In section Select mission: of the search panel on the left of the page uncheck SENTINEL-2 and check SENTINEL-3. Make sure that only SENTINEL-3 is checked.

../_images/use-data-explorer-sentinel-3-02_copphil.png

Checking SENTINEL-3 checkbox should reveal more options for this mission.

There, from section Product type: check SL_2_LST__

../_images/use-data-explorer-sentinel-3-03_copphil.png

Make sure that in drop-down menu Type of dates: option Sensing dates is selected.

../_images/use-data-explorer-sentinel-3-04_copphil.png

On the right side of field Date range, click the calendar icon.

../_images/use-data-explorer-sentinel-3-05_copphil.png

To define time range for whole of January 2024, first navigate to that month. Click the left arrow enough times to get there:

../_images/use-data-explorer-sentinel-3-06_copphil.png

Once you are in that month, click the first and last day of this month, in that order.

../_images/use-data-explorer-sentinel-3-07_copphil.png ../_images/use-data-explorer-sentinel-3-08_copphil.png

The field should now display the correct time range.

../_images/use-data-explorer-sentinel-3-09_copphil.png

Step 2 Define area of interest (AOI)

From the bar on the right of the page, choose Draw polygon.

../_images/use-data-explorer-sentinel-3-10_copphil.png

Create a polygon around Manila. Click on each of its points.

To learn more about specifying area of interest (AOI), check Prerequisite No. 3.

Eventually, you should get something like this:

../_images/use-data-explorer-sentinel-3-11_copphil.png

Step 3 Copy query

Return to the search panel. In its bottom part, click Copy query:

../_images/use-data-explorer-sentinel-3-12_copphil.png

The URL to CopPhil OData API containing your query should be copied to your clipboard.

While creating this article, the following URL was generated:

https://catalogue.infra.copphil.philsa.gov.ph/odata/v1/Products?$filter=((ContentDate/Start%20ge%202024-01-01T00:00:00.000Z%20and%20ContentDate/Start%20le%202024-01-31T23:59:59.999Z)%20and%20(Online%20eq%20true)%20and%20(OData.CSC.Intersects(Footprint=geography%27SRID=4326;POLYGON%20((120.46104%2014.846153,%20120.503603%2014.412971,%20121.181456%2014.160909,%20121.198797%2014.800435,%20120.46104%2014.846153))%27))%20and%20(((((Collection/Name%20eq%20%27SENTINEL-3%27)%20and%20(((Attributes/OData.CSC.StringAttribute/any(i0:i0/Name%20eq%20%27productType%27%20and%20i0/Value%20eq%20%27SL_2_LST___%27)))))))))&$expand=Attributes&$expand=Assets&$orderby=ContentDate/Start%20asc&$top=20

Step 4 Explore the results

Open the URL in the new tab or window of your Internet browser. You should see the results in JSON format.

../_images/use-data-explorer-sentinel-3-13_copphil.png

If you are using Firefox like in this example, you can click the arrow next to value to expand the results:

../_images/use-data-explorer-sentinel-3-14_copphil.png ../_images/use-data-explorer-sentinel-3-15_copphil.png

Top 20 results (ordered by sensing date ascending) were returned. To view more details about one of these results, expand it.

../_images/use-data-explorer-sentinel-3-16_copphil.png ../_images/use-data-explorer-sentinel-3-17_copphil.png

To view the next set of results, navigate to URL which is the value of key @odata.nextLink. In this example, it is:

https://catalogue.infra.copphil.philsa.gov.ph/odata/v1/Products?%24filter=%28%28ContentDate%2FStart+ge+2024-01-01T00%3A00%3A00.000Z+and+ContentDate%2FStart+le+2024-01-31T23%3A59%3A59.999Z%29+and+%28Online+eq+true%29+and+%28OData.CSC.Intersects%28Footprint%3Dgeography%27SRID%3D4326%3BPOLYGON+%28%28120.46104+14.846153%2C+120.503603+14.412971%2C+121.181456+14.160909%2C+121.198797+14.800435%2C+120.46104+14.846153%29%29%27%29%29+and+%28%28%28%28%28Collection%2FName+eq+%27SENTINEL-3%27%29+and+%28%28%28Attributes%2FOData.CSC.StringAttribute%2Fany%28i0%3Ai0%2FName+eq+%27productType%27+and+i0%2FValue+eq+%27SL_2_LST___%27%29%29%29%29%29%29%29%29%29&%24expand=Attributes&%24expand=Assets&%24orderby=ContentDate%2FStart+asc&%24top=20&%24skip=20

What To Do Next

You can also use other satellites and their data to inspect conditions over Manila in a defined period of time. The following article uses Sentinel-2 LST data:

Use CopPhil Data Explorer to find all Sentinel-3 Land Surface Temperature products over Manila in January 2024