javascriptautodesk-forgeautodeskaps

BIM-IOT integration on AutoDesk platform services


I want to integrate my BIM model with IOT data(available in Excel) in AutoDesk platform services and want to show some heatmaps or histogram for data I got. I want to work on javascript but I am civil engineer I don't have knowledge of coding so how to start learning code like is I require to learn javascript in deep or some basic knowledge will helpful for me . Or can you suggest me to learn something according to my project need

Thanks


Solution

  • As a start, we recommend one of our tutorials.

    Our tutorials require some web development knowledge, mostly in the topics below:

    1. Basic server development (Node.js or .NET).
    2. REST API.
    3. HTML, CSS, and JavaScript.

    Once you've got that covered, you can go through Simple Viewer for a better understanding of model visualization.

    After getting familiar with the initial workflow, will be easier to take the most out of the Data Visualization extension.

    Finally, there's the aps-iot-extensions sample that will be helpful to achieve your goal once you get familiar with the concepts shared previously.