This web-application showcases 3 API calls using the GeoNames API as outlined in the task set.
I have provided example coordinates below for ease of use.
| Location | Latitude | Longitude |
|---|---|---|
| United Kingdom | 51 | 0 |
| Austria | 47 | 10 |
| Snowdown | 53.068567 | -4.076072 |
| Everest peak | 27.9882 | 86.9254 |
| North Atlantic Ocean | 40 | -44 |
| Indian Ocean | -10 | 75 |
| API Name | Description | Parameters | |||||
|---|---|---|---|---|---|---|---|
| 1. Timezone | The timezone at the lat/lng with GMT offset (1. January) and DST offset (1. July). |
|
|||||
| 2. Elevation Astergdem | A single number giving the elevation in meters according to aster gdem. |
|
|||||
| 3. Ocean | Returns the ocean or sea for the given latitude/longitude. |
|
| API Name | Results | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1. Timezone |
|
||||||||||||||
| 2. Elevation |
|
||||||||||||||
| 3. Ocean |
|