Supported in: Batch, Streaming
Parses KML string as a list of GeoJSONs, ignoring all KML attributes.
Expression categories: Geospatial
Output type: Array<Geometry> | Struct<ok<Struct<ok, error>>, error>
Argument values:
col
simple
col | Output |
---|---|
<?xml version="1.0" encoding="utf-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"\> <Do... | [ {"coordinates":[[-122.43193945401, 37.801983684521], [-122.431564131101, 37.8020327731402], [-122.43... ] |
Argument values:
col
simple
col | Output |
---|---|
<?xml version="1.0" encoding="utf-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"\> <Do... | [ {"coordinates":[[-122.43193945401, 37.801983684521], [-122.431564131101, 37.8020327731402], [-122.43... ] |
Argument values:
col
with_errors
col | Output |
---|---|
<?xml version="1.0" encoding="utf-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"\> <Do... | { error: null, ok: [ { error: null, ok: {"ty... |
Argument values:
col
with_errors
col | Output |
---|---|
<?xml version="1.0" encoding="utf-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"\> <Do... | { error: null, ok: [ { error: null, ok: {"ty... |
Argument values:
col
simple
col | Output |
---|---|
randomKmlFileString | null |
Argument values:
col
with_errors
col | Output |
---|---|
randomKmlFileString | { error: Failed to parse String. Error: Unexpected character 'r' (code 114) in prolog; expected '<' at [row,col {unknown-source}]: [1,1], ok: null, } |
Argument values:
col
simple
col | Output |
---|---|
null | null |
Argument values:
col
with_errors
col | Output |
---|---|
null | { error: Null input: KML, ok: null, } |