get_earth_imagery
Retrieve Landsat 8 satellite imagery of Earth locations by specifying coordinates and date to access visual data for analysis and monitoring.
Instructions
Get Earth imagery from Landsat 8 satellite.
Args: lat: Latitude. lon: Longitude. date: Image date in YYYY-MM-DD format. If not specified, the most recent image is used. dim: Width and height of the image in degrees (0.025 degrees is approximately 2.7 km). cloud_score: Calculate the percentage of the image covered by clouds (currently not available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| date | No | ||
| dim | No | ||
| cloud_score | No |