crs_assign_by_guess
Assign a coordinate reference system to unlabelled coordinates by analyzing their value range. Returns ranked candidates with confidence and reason.
Instructions
Guess the probable CRS of unlabelled coordinates from their value range.
Pass either points (a sample of [x, y] pairs) or bbox as
[xmin, ymin, xmax, ymax]. This is a heuristic over typical Polish
coordinate ranges (geographic degrees, Web Mercator metres, PUWG
2000/1992 northing-easting) - it returns ranked candidates with a
confidence and reason each, not a single definitive answer. Useful when
a data source (e.g. an old shapefile with no .prj) gives no CRS at all;
confirm with the user before assuming the top candidate is correct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | ||
| points | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||