Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
503 B
Plaintext
Raw Permalink Normal View History

2025-02-07 11:26:47 +00:00
{
2025-02-11 09:56:54 +00:00
"name": "crs_to_authid",
2025-02-07 11:26:47 +00:00
"type": "function",
"groups": ["CRS"],
"description": "Returns the authority ID string for a coordinate reference system.",
2025-02-07 11:26:47 +00:00
"arguments": [{
"arg": "crs",
"description": "crs value"
}],
"examples": [{
2025-02-13 07:30:27 +00:00
"expression": "crs_to_authid(crs_from_text('PROJ:+proj=merc +a=6378137 +b=6378137 +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +k=1 +units=m +nadgrids=@null +wktext +no_defs +type=crs'))",
2025-02-07 11:26:47 +00:00
"returns": "'EPSG:3857'"
}],
"tags": ["crs", "epsg", "authid"]
}