Frends.Gps.TransformGdal / 1.0.0
Summary
Converts a coordinate from one spatial reference system to another using GDAL, handling the projection maths rather than a naive unit conversion.
Typical use — reconciling location data between systems that use different national or global reference systems
Input class with coordinates to transform
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| X | String |
– | 24,12 |
X coordinate |
| Y | String |
– | 24,12 |
Y coordinate |
| Z | String |
– | 24,12 |
Z coordinate |