HI guys,
I need little help from experts.
How can I ingest multiple latitudes and longitude in under one dimension?
e.g. I am doing right now
“spatialDimensions”: [
{
“dimName”: “coordinates”,
“dims”: [“lat”, “lon”]
}]
but I have multiple lats -long in the one-row event, so I want to ingest all in the one-row event while real-time processing.
Do we have any feature like this?
Thanks,
Jitesh