Supported in: Batch, Streaming
Takes a pair of coordinates from a source coordinate system and transforms them into WGS 84 latitude/longitude values. Coordinate systems (also know as coordinate reference systems or spatial reference systems) represent different systems for identifying the location of a point on the globe and are often identified by key in standardized databases such as EPSG. If the given projection is not supported or either coordinate is null, returns null. This expression is for advanced users. It is recommended to use the "Create GeoPoint" expression if you do not need to deal with coordinate systems.
Expression categories: Geospatial
Output type: GeoPoint
Argument values:
x_coordinate
y_coordinate
x_coordinate | y_coordinate | Output |
---|---|---|
322190.2233952965 | 4306505.703879281 | { latitude -> 38.88944258, longitude -> -77.05014581, } |
323243.1361536059 | 4318298.06539618 | { latitude -> 38.99585379643137, longitude -> -77.04105678275415, } |
407063.63465300016 | 4764873.719585404 | { latitude -> 43.03086518778498, longitude -> -76.14077251822197, } |
Argument values:
x_coordinate
y_coordinate
x_coordinate | y_coordinate | Output |
---|---|---|
142735.75 | 470715.91 | { latitude -> 52.22438577, longitude -> 5.20771293, } |
92891.44163 | 437357.50015 | { latitude -> 51.9212285, longitude -> 4.4843492, } |
81047.96352 | 454913.24287 | { latitude -> 52.0775512, longitude -> 4.3084213, } |