10-29-2020
05:30 AM
- last edited on
12-16-2020
03:31 AM
by
fcaelen
Hello
Anyone have an idea how to visualize buoy data in M.App Enterprise, the feature in map must be point and have atribute like below, are possible to visualize in line chart?
Thanks
Regards
10-30-2020 12:35 PM - edited 10-30-2020 12:36 PM
Hello,
Yes, possible using an Analyzer view in advanced mode. The datasets (point and attribute) just need a linking attribute.
1st dataset: This will contain your point data along with an attibute linking the readings
2nd dataset: Your buoy attribute only dataset. This will need to be brought in and linked through API. (This will be much easier to do in the uncoming release).
Functional Attributes:
- Just a single functional attribute joining the date and time data into a single field.
Charts:
Hope this helps,
Dave
10-30-2020 08:24 PM
Very interesting answer.
can you provide an example for upload the 2nd dataset in analyzer?
I understand is through API, but I can't figure out how to do it, because it doesn't have geometry, right?
10-30-2020 10:12 PM
i use this in console
let stage = await Analyzer.createStage("Name _of_dataset", { mode: "EnterpriseConnector", vectorset: "Name_of_VectorSet", datasetName: "Name_of_dataset_in_vectorsets"});
and success to add multiple data.
but i have no idea how to linked a point with attribute through API
Thanks
Regards
11-02-2020 01:07 AM
you have to link the stages. Please refer to the exercise 2 at Section 5a here: