2025-02-14 08:48:38 +10:00

16 lines
395 B
Plaintext

{
"name": "make_crs",
"type": "function",
"groups": ["CRS"],
"description": "Creates a coordinate reference system from a string definition",
"arguments": [{
"arg": "definition",
"description": "CRS definition"
}],
"examples": [{
"expression": "make_crs('EPSG:3857')",
"returns": "crs value 'EPSG:3857 - WGS 84 / Pseudo-Mercator'"
}],
"tags": ["crs", "epsg"]
}