All Downloads are FREE. Search and download functionalities are using the official Maven repository.

RoadAndRoadUseWithTimes.schema.dataSchema.json Maven / Gradle / Ivy

There is a newer version: 1.0.0-RC2
Show newest version
{
  "edges": {
    "RoadUse": {
      "description": "A directed edge representing vehicles moving from junction A to junction B.",
      "source": "junction",
      "destination": "junction",
      "directed": "true",
      "properties": {
        "startDate": "date.earliest",
        "endDate": "date.latest",
        "count": "count.long"
      },
      "groupBy": [
        "startDate",
        "endDate"
      ]
    },
    "RoadHasJunction": {
      "description": "A directed edge from each road to all the junctions on that road.",
      "source": "road",
      "destination": "junction",
      "directed": "true"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy