Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Finally, there is another NGSI v1 endpoint deployed on https://api.ost.pt/ngsi10/contextEntityTypes that provides information about garages (category 9), gas stations (category 417) and parking lots (category 418). The following screenshot shows the data returned from these sensors:




As can be seen in the screenshot, POIs entities contain the following attributes:

  • name: The name of the POI
  • geom_feature: The coordinates where the POI is located
  • last_modified: The last time when the information of the POI was updated
  • start_time: The first time when the system retrieved information from that POI
  • end_time: The expected time when the POI is not going to be updated anymore
  • parent_poi: The ID of the parent POI
  • location: Textual information about the POI position
  • street: The name of the street where the POI is located
  • parish: The name of the parish where the POI is located
  • municipality: The name of the city where the POI is located
  • district: The name of the district where the POI is located
  • country: The name of the country where the POI is located
  • metadata: Extra information about the POI
  • categories: the categories the POI belongs to
  • tags: a set of tags to define the POI

You can find the endpoints and examples on how to query Oporto Sensors in the Oporto Sensors Postman

...