Open-Elevation (Independent Publisher) (Preview)
Open-Elevation is a free and open-source alternative to the Google Elevation and similar offerings.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Fördős András |
fordosa90+ipc_openelev@gmail.com |
Connector Metadata | |
---|---|
Publisher | Fördős András |
Website | https://www.open-elevation.com/ |
Privacy policy | https://github.com/Jorl17/open-elevation/blob/master/README.md |
Categories | Data |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Lookup |
Returns 'looks up' the elevation at one or more (latitude,longitude) points. |
Lookup
Returns 'looks up' the elevation at one or more (latitude,longitude) points.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Locations
|
locations | True | string |
List of locations, separated by '|' in latitude, longitude format, similar to the Google Elevation API. Example: '10,10|20,20'. |
Returns
Name | Path | Type | Description |
---|---|---|---|
results
|
results | array of object |
results |
Latitude
|
results.latitude | float |
Latitude of the requested location. |
Longitude
|
results.longitude | float |
Longitude of the requested location. |
Elevation
|
results.elevation | float |
Elevation in meters. If there is no recorded elevation at the provided coordinate, sea level (0 meters) is returned. |