Snowflake Functions
Geospatial Functions
Returns a polygon containing the h3 integer cell boundaries Supported Signatures
Returns the H3 children cells as integers for a given H3 index Supported Signatures
Returns the H3 children cells as strings for a given H3 index Supported Signatures
Returns the H3 parent cell as an integer for a given H3 index Supported Signatures
Returns a point (geography) corresponding to the center of the h3 integer cell passed Supported Signatures
Returns the full spherical based covering of H3 cells as integers for any geography type Supported Signatures
Returns the full spherical based covering of H3 cells as strings for any geography type Supported Signatures
Returns the cell resolution for a given H3 integer cell Supported Signatures
Returns all H3 cells that are at most k steps away from the input cell Supported Signatures
Returns the number of H3 cells that are betweem two input cells Supported Signatures
Returns all H3 cells that are along the straight line connecting both cells Supported Signatures
Returns the H3 cell formatted as a string given its integer representation Supported Signatures
Returns an H3 index as an integer that corresponds to a given point (lat/lng) and resolution Supported Signatures
Returns an H3 index as a string that corresponds to a given point (lat/lng) and resolution Supported Signatures
Returns an H3 integer cell that corresponds to a given point (geography) and resolution Supported Signatures
Returns an H3 string cell that corresponds to a given point (geography) and resolution Supported Signatures
Returns the planar centroid based covering of H3 cells as integers for a polygon/multipolygon Supported Signatures
Returns the planar centroid based covering of H3 cells as strings for a polygon/multipolygon Supported Signatures
Returns the H3 cell formatted as an integer given its string representation Supported Signatures
Calculate great circle distance (in km) from two (lat, lon) locations (degrees). Supported Signatures
Area of the object in square meters Supported Signatures
Return the WKB representation of the GEOGRAPHY object Supported Signatures
Return the EWKB representation of the GEOGRAPHY object Supported Signatures
Return the WKB representation of the GEOGRAPHY object Supported Signatures
Return the GeoJSON representation of the GEOGRAPHY object Supported Signatures
Return the WKT representation of the GEOGRAPHY object Supported Signatures
Return the WKB representation of the GEOGRAPHY object Supported Signatures
Return the WKB representation of the GEOGRAPHY object Supported Signatures
Returns the azimuth in radians of the segment defined by the given point Supported Signatures
Returns the geometry generated by the buffer operation upon the given input geometry using the diven distance Supported Signatures
The centroid of geography Supported Signatures
Aggregates all geographies into a GeometryCollection or Multi* geography if they are all of the same single element type (e.g. Point) Supported Signatures
True if the first object fully contains the second Supported Signatures
True if the second object covers the first Supported Signatures
True if the first object covers the second Supported Signatures
Geometry representing the set difference a minus b Supported Signatures
The dimension of the input geography Supported Signatures
True if the two objects not intersect Supported Signatures
Distance between two geography objects in meters Supported Signatures
True if the minimum distance between two objects is smaller than or equal to the specified distance in meters Supported Signatures
The last point in the geography, only supports LineStrings Supported Signatures
the double-precision (float8) minimum bounding box for the supplied geometry Supported Signatures
The geography represented by the geohash Supported Signatures
The point represented by the geohash Supported Signatures
Parse WKB or EWKB Supported Signatures
Alias of ST_GEOGRAPHYFROMTEXT Supported Signatures
The geohash of a geography Supported Signatures
Parse WKB or EWKB from binary Supported Signatures
Alias of ST_GEOMETRYFROMTEXT Supported Signatures
the Hausdorff distance between two geometries Supported Signatures
Geometry representing the intersection of a and b Supported Signatures
True if the two objects intersect Supported Signatures
True if g has an internal representation Supported Signatures
Length or perimeter of the object in meters Supported Signatures
Creates a point with the given x and y Supported Signatures
Create a Line out of the points in the input geographies Supported Signatures
Creates a point with the given longitude and latitude Supported Signatures
The Polygon consisting of the LineString as outer shell Supported Signatures
The Polygon consisting of the LineString as outer shell, with unmodified orientation Supported Signatures
The number of points in the objectโs definition Supported Signatures
Alias for ST_NPOINTS Supported Signatures
Perimeter of the object in meters Supported Signatures
Creates a point with the given longitude and latitude Supported Signatures
The nth point in the geography, only supports LineStrings Supported Signatures
Alias for ST_MAKEPOLYGON Supported Signatures
Returns a geometry same as input geometry but with SRID set to the given value Supported Signatures
Simplified version of the given geometry Supported Signatures
Returns the SRID of a geography if present. Otherwise 4326 Supported Signatures
The first point in the geography, only supports LineStrings Supported Signatures
Geometry representing the set symmetric difference a minus b Supported Signatures
Returns the geometry transformed from one SRID to another SRID. Supported Signatures
Geometry representing the union of a and b Supported Signatures
True if the second object fully contains the first Supported Signatures
The longitude of a point Supported Signatures
The maximum longitude Supported Signatures
The minimum longitude Supported Signatures
The latitude of a point Supported Signatures
The maximum latitude Supported Signatures
The minimum latitude Supported Signatures
No-op; prevents us from re-packaging GEOGRAPHY during input Supported Signatures
No-op; prevents us from re-packaging GEOMETRY during input Supported Signatures
No-op; prevents us from re-packaging GEOGRAPHY during input Supported Signatures
No-op; prevents us from re-packaging GEOMETRY during input Supported Signatures
โI