Use this when you want to convert raw geometry data into a usable geometry within a flow, for example processing geometry that has been stored or passed as a serialized string. (Opposite of Stringify)
Category: Geometric Operations
Kind: Operation
Description: Deserialize raw geometry
Inputs
Name | Abbreviation | Type | Access | Description |
Serialized | S | Any | Item | Json geometry |
Outputs
Name | Abbreviation | Type | Access | Description |
Geometry | G | Geometry | Item | The geometry |

