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 integer 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 integer 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:

...

  • Street Parkings: Real time information of street parkings retrived from some sensors deployed on the street. The following screenshot shows the data returned from these sensors:

    • As can be seen in the screenshot, StreetParking entities contain the following attributes:
      • allowedVehicles: Type of vehicles that can park in the available spots
      • availableSpotNumber: Number of available spots for parkingcentroid
      • location: Coordinates of the centroid different points that build up the geo poligon which demarcate the parking area in WGS84 format
      • centroid calculated from the coordinates of the available parking spotslocation: Coordinates of the available parking spots geo poligon centroid in WGS84 format
      • totalSpotNumber: Total number of spots for parking
      • updated: The last update date in ISO8601 format

...