Open APIs

 View Only
  • 1.  TMF639 Implement location in resource inventory

    Posted Jul 07, 2022 00:42
    Hi Team,
    Can you please tell where I can add location in resource inventory . Just like I want to add Geometry which contains lat/long.

    ------------------------------
    Arko Chakravarty
    VCT International
    ------------------------------


  • 2.  RE: TMF639 Implement location in resource inventory

    Posted Jul 07, 2022 03:53
    Hello Arko

    You can use the place attribute. Place is an abstract class and you'll use a place specialization to describe this geometry.
    You can do something like this (using geoJson notation):

    ...  
    "place": {
        "role": "installationPlacz",
        "@type": "GeographicLocation",
        "geographicLocation": {
           "@type" : "GeoJsonPoint"
           "bbox": [45.749630, 4.862099]
        }
      },
    ...​


    Hope it helps
    Ludovic

    ------------------------------
    Ludovic Robert
    Orange
    My answer are my own & don't represent necessarily my company or the TMF
    ------------------------------