get_earth_assets
Retrieve Earth imagery assets for a specific location and date using latitude, longitude, and date inputs. Access high-resolution satellite data directly via the NASA-MCP server.
Instructions
Get information about available imagery assets for a specific location and date.
Args: lat: Latitude. lon: Longitude. date: Date in YYYY-MM-DD format. dim: Width and height of the image in degrees (0.025 degrees is approximately 2.7 km).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | Yes | ||
dim | No | ||
lat | Yes | ||
lon | Yes |