veroviz package¶
Submodules¶
- veroviz.createAssignments module
- veroviz.createCesium module
- veroviz.createLeaflet module
- veroviz.generateArcs module
- veroviz.generateNodes module
- veroviz.getShapepoints2D module
- veroviz.getShapepoints3D module
- veroviz.getTimeDist2D module
- veroviz.getTimeDist3D module
- veroviz.getTimeDistScalar2D module
- veroviz.getTimeDistScalar3D module
- veroviz.snapNodesToRoad module
- veroviz.utilities module
arcsToPaths()
assignmentsToPaths()
calcArea()
calcPerimeter2D()
closestNode2Loc()
closestPointLoc2Arcs()
closestPointLoc2Assignments()
closestPointLoc2Path()
convertArea()
convertDistance()
convertMatricesDataframeToDictionary()
convertMatricesDictionaryToDataframe()
convertSpeed()
convertTime()
createGantt()
distance2D()
distance3D()
distancePath2D()
exportDataToCSV()
exportDataframe()
findLocsAtTime()
geocode()
getConvexHull()
getElevationDF()
getElevationLocs()
getHeading()
getMapBoundary()
getWeather()
importDataFromCSV()
importDataframe()
initDataframe()
isPassPath()
isPathCrossPoly()
isPathInPoly()
isPointInPoly()
isochrones()
lengthFromNodeSeq()
minDistLoc2Path()
nearestNodes()
nodesToLocs()
pointInDistance2D()
reverseGeocode()
Module contents¶
- setGlobal(newConfig)[source]¶
This function accepts a dictionary as an input. The key corresponds to a global VeRoViz setting parameter. This makes it easier for users to change default values for Leaflet entities and default settings. All the settings are saved in a dictionary named config. Changes to default config settings are temporary (i.e., lasting only for a particular session).
- Parameters:
newConfig (Dictionary) – New configurations for default values and global settings, the keys are the same as the global variable config. See Constants for more details.