New GeoSpatial options
Two new GeoSpatial tools and improvements for geocoding.

Today we’re releasing two new tools for working with geometry on the Canvas and updates to our Geocoding capabilities
The new Center tool takes a polygon column and returns its center point as center_longitude and center_latitude. Useful when you need a single point per area - for maps, joins, or distance calculations - without leaving Less.
The new Geo Transform tool is the broader geometry toolkit. It works on geometry columns in two modes:
Convert format - move between TopoJSON, GeoJSON, and WKT. This is helpful to use with destinations. For example transforming to WKT before sending to Snowflake. And while on the topic we default to TopoJSON because it performs best at scale.
Adjust geometry - reshape geometries in place:
Buffer (meters) expands a shape by a radius: points become circles, lines become corridors, polygons grow outward.
Simplify (meters) drops vertices on lines and polygons while keeping the overall shape; higher tolerance removes more detail.
Bounding box replaces each geometry with its axis-aligned enclosing rectangle (points stay points).
Lastly, we added optional parameters to the city and region parameters to the Geocode tool to ensure a more accurate results.





