Socrata was acquired by Tyler Technologies in 2018 and is now the Data and Insights division of Tyler. The platform is still powered by the same software formerly known as Socrata but you will see references to Data & Insights going forward.

location_point

Function: location_point
  Extract the point from a location

Examples:

  make_location('3331 39th Ave', 'Vancouver', 'WA', '98818', to_point('POINT (42 42)')).point
  -- Result: {"type":"Point","coordinates":[42,42]}




Signatures
location -> point