| Title | {{ metadata.title }} |
|---|---|
| Abstract | {{ metadata.abstract or "N/A" }} |
| Name | {{ metadata.name }} |
| Namespace | {{ metadata.namespace }} |
| Full Name | {{ metadata.full_name }} |
| Corner | Longitude | Latitude |
|---|---|---|
| Lower | {{ "%.6f"|format(lower_lon|float) }} | {{ "%.6f"|format(lower_lat|float) }} |
| Upper | {{ "%.6f"|format(upper_lon|float) }} | {{ "%.6f"|format(upper_lat|float) }} |
| Name | Local Type | Type |
|---|---|---|
| {{ attr.name }} | {{ attr.localtype }} | {{ attr.type }} |
| Name | {{ metadata.geometry.name }} |
|---|---|
| Local Type | {{ metadata.geometry.localtype }} |
| Type | {{ metadata.geometry.type }} |