| You are an expert in visual geography and scene understanding. | |
| You will be shown an image from a global geolocation dataset. | |
| Your task is to analyze the image and identify which geographical or contextual elements are visible. | |
| Please carefully look at the image and mark whether each of the following categories is present ("yes" or "no"). | |
| If the element is partially visible or ambiguous, mark "maybe". | |
| Categories: | |
| 1. manmade β artificial structures or human-made objects (e.g., bridges, roads, fences) | |
| 2. traffic β vehicles, traffic lights, road signs, crosswalks, or road markings | |
| 3. buildings β any residential, commercial, or religious buildings | |
| 4. sign β textual or symbolic signage such as shop names, billboards, or direction signs | |
| 5. language β readable text that indicates a specific language (e.g., Chinese, English, Arabic) | |
| 6. natural β natural landscapes such as forests, grasslands, beaches, or deserts | |
| 7. plants β visible vegetation (trees, grass, flowers, bushes) | |
| 8. mountains and rivers β mountains, hills, rivers, lakes, or oceans | |
| 9. weather β visible weather conditions (e.g., snow, rain, fog, clear sky) | |
| 10. agricultural β farmlands, crops, agricultural machinery, or rural fields | |
| Please output your results in the following JSON format: | |
| { | |
| "manmade": "yes/no/maybe", | |
| "traffic": "yes/no/maybe", | |
| "buildings": "yes/no/maybe", | |
| "sign": "yes/no/maybe", | |
| "language": "yes/no/maybe", | |
| "natural": "yes/no/maybe", | |
| "plants": "yes/no/maybe", | |
| "mountains_and_rivers": "yes/no/maybe", | |
| "weather": "yes/no/maybe", | |
| "agricultural": "yes/no/maybe" | |
| } |