nasa_epic
Access high-resolution Earth images by specifying a date and collection type (natural or enhanced). Utilize NASA's data integration to visualize Earth from space.
Instructions
Earth Polychromatic Imaging Camera - views of Earth
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | No | Image collection (natural or enhanced) | |
date | No | Date of the image (YYYY-MM-DD) |
Input Schema (JSON Schema)
{
"properties": {
"collection": {
"description": "Image collection (natural or enhanced)",
"type": "string"
},
"date": {
"description": "Date of the image (YYYY-MM-DD)",
"type": "string"
}
},
"type": "object"
}