Eclipse Path Map (SVG)
render_eclipse_pathRender an equirectangular world map with an eclipse path, showing centerline and a shaded band of specified width. Useful for visualizing solar or lunar eclipse tracks.
Instructions
Equirectangular world graticule with caller-supplied eclipse track. Renders centerline + shaded band of given degree-width.
[Group: Visualization]
Example request body: {"path":[{"latitude":40,"longitude":-100},{"latitude":35,"longitude":-90}],"bandWidthDeg":3,"title":"Eclipse 2026"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| centerlinePoints | No | ||
| bandWidthDeg | No | ||
| title | No | ||
| options | No |