SystemsX
  • SystemsX
  • Bridge
    • API Create Job
    • API Billing Usage
  • SENSE
    • API - Base URL
    • API Agents - List
    • API Call - Manual Upload
    • API Call - History
    • API Call - Metrics
    • Assist - Integration
    • API Assist - Load
    • API Assist - Functions
    • API Email - History
    • API Email - Create
  • GEO
    • Common - Encode
    • Common - Decode
    • Common - Neighbors
    • Common - Inside Polygon
Powered by GitBook
On this page
  1. GEO

Common - Encode

Encode Lat/Lng to GeoHash

POST /api/common

Returns the GeoHash for the lat/lng provided. If precision is auto, the result will be max 12 char length. The max precision of a GeoHash is based on the decimals of the initial Lat/Lng, for more precision ensure the Lat/Lng is the most accurate as possible.

Body

Param
Value/Type
Description

function

'encode'

Static

latitude

float

precision

int

0 = Auto

Response

{
  "geo_hash": "gbuw6fyprdsg"
}
{
  "error": "Error Message Here"
}

PreviousAPI Email - CreateNextCommon - Decode

Last updated 3 months ago