Versions Compared

Key

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

...

There is also another NGSI v1 deployed on http://130.206.85.12:1026 that offers the following data;information about the different buses on service in Santander:

  • Buses: Real time information about the different buses on service in the city of Santander. The following screenshot shows the data returned from these sensors:

    • As can be seen, the following attributes are returned:
      • position: The current position of the bus
      • line: The bus line covered by the given bus
      • TimeInstant: relates to the time when the information was extracted
      • vehicle:  The number that identifies the bus
      • speed: the current speed of the bus

...

  • Mobile SensorsReal time information of ambient data, retrieved from sensors deployed in mobile vehicles (public transport, taxis, police cars,...) at Santander. The following screenshot shows the data returned from these sensors:



    • The attributes returned for each entity are:
      • COConcentration: Concentration of CO registered by the sensor
      • Latitud: The latitude where the measure were taken
      • Longitud: The longitude where the measure were taken
      • NO2Concentration: Concentration of NO2 registered by the sensor
      • O3Concentration: Concentration of O3 registered by the sensor
      • TimeInstant: relates to the time when the information was extracted
      • airParticles: The number of particles in the air registered by the sensor
      • altitude: The altitude where the measure were taken
      • odometer: The number of kms that the sensor has covered until now
      • relativeHumidity:  % of relative humidity
      • temperature: Temperature in ºC
  • Sound SensorsSound monitoring entities that show information about the sound level, time instant, battery charge and geolocation. The sound level measured is provided by the sound field. The following screenshot shows the data returned from these sensors:

    • The attributes returned for each entity are:
      • Latitud: The latitude where the measure were taken
      • Longitud: The longitude where the measure were taken
      • TimeInstant: relates to the time when the information was extracted
      • batteryCharge: The level of battery of the given sensor
      • altitude: The altitude where the measure were taken.
      • sound: The current level of sound (given in dB) registered by the sensor
         

Last but not least, there is a The NGSI v2 endpoint is deployed on http://130.206.83.68:1026 and can be queried with simple HTTP GET requests. This service responses with a list of entities containing an id, a type and a set of attributes. In this endpoint it is pusblished This endpoint contains the following datainformation:

  • 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 parking
      • location: Coordinates of the different points that build up the geo poligon which demarcate the parking area in WGS84 format
      • centroid: Coordinates of the geo poligon centroid in WGS84 format
      • totalSpotNumber: Total number of spots for parking
      • updated: The last update date in ISO8601 format

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

...