Skip to main content
Ctrl+K

polaris 25.03 documentation

  • Getting Started
  • Examples
    • Building Models
      • Checking a model for critical errors
      • Simplifying a model network
      • Building a model from GMNS
      • Creating external locations
      • Guided creation of a new model from scratch
      • Creation of locations from OSM data
    • Editing Models
      • Simplifying networks
      • Changing the Projection system for a model
      • Changing the zone system for a model
      • Editing Public Transport Route System
    • Preparing Inputs
      • Redistributing fleets based on new control totals
    • Working with existing models
      • Retrieving model tables
      • Compares two models
      • Restoring from version control
      • Migrate (update) databases
      • Computing paths over the network
      • Manipulating Skim matrices
      • Computing walking distance to transit stops
    • Running models
      • Running a model
      • Examining Memory
      • Running a model on EQSQL
    • Result Analysis
      • Analysing Population Synthesis
      • Comparing Model Ouputs
      • Analyzing traffic convergence
      • Examining paths
    • Modelling like in the old days
      • Static Traffic Assignment
      • Exporting trips to zonal matrices
      • Outputs for Static Traffic Assignment
  • Supply
    • Network Data Model
      • about model table structure
      • area type table structure
      • connection table structure
      • counties table structure
      • electricity grid transmission table structure
      • electricity provider table structure
      • electricity provider pricing table structure
      • ev charging station plug types table structure
      • ev charging station plugs table structure
      • ev charging station pricing table structure
      • ev charging station service bays table structure
      • ev charging stations table structure
      • geo consistency controller table structure
      • land use table structure
      • link table structure
      • link overrides table structure
      • link type table structure
      • location table structure
      • location links table structure
      • location parking table structure
      • micromobility agencies table structure
      • micromobility docks table structure
      • migrations table structure
      • node table structure
      • parking table structure
      • phasing table structure
      • phasing nested records table structure
      • pocket table structure
      • road connectors table structure
      • roadsideunit table structure
      • sign table structure
      • signal table structure
      • signal nested records table structure
      • timing table structure
      • timing nested records table structure
      • toll pricing table structure
      • traffic incident table structure
      • transit agencies table structure
      • transit bike table structure
      • transit fare attributes table structure
      • transit fare rules table structure
      • transit links table structure
      • transit modes table structure
      • transit pattern links table structure
      • transit pattern mapping table structure
      • transit patterns table structure
      • transit routes table structure
      • transit stops table structure
      • transit trips table structure
      • transit trips schedule table structure
      • transit walk table structure
      • transit zones table structure
      • turn overrides table structure
      • use code table structure
      • zone table structure
    • Editing and consistency
    • Network Checking
    • Traffic elements
    • Public Transport
    • Transit Map-Matching algorithm
    • Import-Export
    • Non-Simulation Zones
  • Demand
    • Demand data model
      • about model table structure
      • activity table structure
      • activity type table structure
      • automation type table structure
      • connectivity type table structure
      • ev charging table structure
      • ev features table structure
      • fleet table structure
      • fuel type table structure
      • household table structure
      • migrations table structure
      • mm trip table structure
      • mode table structure
      • parking records table structure
      • person table structure
      • person gaps table structure
      • plan table structure
      • planned activity table structure
      • powertrain type table structure
      • selection table structure
      • tnc request table structure
      • tnc servicing table structure
      • tnc trip table structure
      • transit vehicle table structure
      • transit vehicle links table structure
      • traveler table structure
      • trip table structure
      • vehicle table structure
      • vehicle class table structure
      • vehicle type table structure
      • vintage type table structure
  • Freight
    • Freight data model
      • about model table structure
      • airport table structure
      • airport locations table structure
      • county skims table structure
      • delivery table structure
      • establishment table structure
      • firm table structure
      • international port table structure
      • international port locations table structure
      • migrations table structure
      • naics landuses table structure
      • port share table structure
      • rail operator table structure
      • rail operator counties table structure
      • rail operator railports table structure
      • railport table structure
      • railport locations table structure
      • shipment table structure
      • shipment delivery table structure
      • shipment legs table structure
      • trade flow table structure
      • truck poe table structure
  • Results
    • H5 Database Structure
      • Measure of Effectiveness (Link Volumes)
      • Paths
    • SQLite Database
      • generated evcs table structure
      • migrations table structure
      • tnc statistics table structure
      • zone fmlm success table structure
      • zone mm supply table structure
      • zone tnc drs detour times table structure
      • zone tnc ev table structure
      • zone tnc repositioning statistics table structure
      • zone tnc revenue table structure
      • zone walk times table structure
      • zoneaccessibility table structure
      • zonewaittimes table structure
  • Run
    • polaris.runs.convergence.convergence_config.ConvergenceConfig
    • polaris.runs.convergence.workplace_stabilization_config.WorkplaceStabilizationConfig
    • polaris.runs.calibrate.calibration_config.CalibrationConfig
  • Analyze
    • KPI
      • polaris.analyze.result_kpis.ResultKPIs
      • polaris.analyze.kpi_comparator.KpiComparator
    • Post-processing
  • Building new models
    • Population Synthesis
    • New model supply
  • HPC
    • Defining a job
    • Controlling the system
    • Worker Nodes on LCRC
    • Setting Up Globus Connect Personal (GCP)
  • Contributing to polaris-studio
  • Frequently Asked Questions
POLARIS Polaris Studio QPolaris

Supply

Supply#

The Network submodule of polaris-studio was the first Python module developed for Polaris, and is the only one responsible for the establishment and maintenance of data models, and includes substantial amounts of SQL (both SQLite and SpatiaLite) code.

  • Network Data Model
    • Conventions
    • Data tables
  • Editing and consistency
    • Hands-on in a nutshell
    • Editing tools
  • Network Checking
    • Check types
  • Traffic elements
    • U-Turns and Overrides
    • Pockets table
    • Intersection types
    • Intersection control
  • Public Transport
    • Editing triggers
    • GTFS IMPORTER
    • GTFS EXPORTER
  • Transit Map-Matching algorithm
    • Methodology
    • Results
    • References
  • Import-Export
    • Text-based files
    • GMNS
  • Non-Simulation Zones

previous

Outputs for Static Traffic Assignment

next

Network Data Model

By Polaris team

© Copyright 2025, Argonne National Laboratory.