Versions Compared

Key

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

...

  • Indoor parkings: Real time information of existing indoor parkings and the number of available spots. In the following screenshot you can find an example of the information returned for an indoor parking:


    • As can be seen in the screeshot, ParkingLot entities contain the following attributes:
      • created: The creation date in ISO8601 format
      • extraSpotNumber: An integuer with the number of available spots for parking
      • location: Coordinates of the parking in WGS84 format
      • name: Name of the parking
      • parkingDisposition: Disposition of the cars in the parking, e.g parallel
      • totalSpotNumber: An integuer with the total number of parking spots

  • Ambient data: Real time information of ambient data, retrieved from sensors deployed in city buses. The following screenshot shows the information available for these sensors:


    • As can be seen in the screenshot, AmbientObserved entities contain the following attributes:
      • created: The creation date in ISO8601 format
      • direction:heading:  Direction of the bus (in degrees) where the sensor is deployed
      • location: Coordinates of the sensor in WGS84 format
      • mileage:total: Total distance covered by the bus where the sensor is deployed
      • pollutants: Current values of CO, NO2 and O3
      • position:altitude: Current altitude (meters) of the bus where the sensor is deployed
      • sensorType: Type of the sensor
      • speed:instantaneous: Current speed (km/h) of the bus where the sensor is deployed

    • Additionally, some of the sensors include two extra attributes:

Image Added

Image Added

      • relativeHumidity:  % of relative humidity
      • temperature: Temperature in ºC

  • Ambient Areas: It includes a Geo poligon describing the different ambient areas, as can be seen in the following screenshot:
    Image Added
    • As can be seen in the screenshot, AmbientArea entities contain the following attributes:
      • created: The creation date in ISO8601 format
      • centroid: Coordinates of the geo poligon centroid in WGS84 format
      • location: Coordinates of the different points that build up the geo poligon in in WGS84

 

 

  • Street Parkings: Including the allowed vehicles (e.g car), the total number of spots, the available spots, and its location

...