Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Movici documentation
Movici documentation

Contents:

  • Getting Started
    • Introduction
    • Installation
    • Creating your first Simulation
  • The Movici Way
    • Design Overview
    • Movici Data Format
    • Geometries
    • Common Attributes
    • Simulation Life Cycle
  • Tutorials
    • Data Preparation
    • Developing a custom Model
    • Plugins
  • Creating Models
    • Working with Attributes
    • Geospatial Queries
  • Simulations
    • Settings
    • Storage
  • In Depth
    • Simulations
    • Movici Communication Protocol
    • Data masks
  • Model Library
    • Data Collector
    • NetCDFPlayer Model
    • Traffic Assignment Model
  • Glossary
  • API Reference
    • movici_simulation_core
      • integrations
      • base_models
      • core
      • json_schemas
        • models
          • legacy
      • model_connector
      • models
        • area_aggregation
        • common
        • corridor
        • csv_player
        • data_collector
        • generalized_journey_time
        • netcdf_player
        • opportunities
        • overlap_status
        • shortest_path
        • tape_player
        • time_window_status
        • traffic_assignment_calculation
        • traffic_demand_calculation
        • traffic_kpi
        • udf_model
        • unit_conversions
      • networking
      • postprocessing
      • preprocessing
      • services
        • init_data
        • orchestrator
        • update_data
      • testing
      • utils
Back to top
View this page

init_data¶

service¶

class InitDataService¶

Bases: Service

get(msg: GetDataMessage)¶
handle_message(_)¶
handle_message(msg: GetDataMessage)
handle_request(req: Tuple[str, Message])¶
classmethod install(sim: Simulation)¶
logger: Logger¶
root: Path¶
run()¶
setup(*, stream: Stream, logger: Logger, settings: Settings, **_)¶
socket: MessageRouterSocket¶
stream: Stream[Tuple[str, Message]]¶

Module contents¶

Next
orchestrator
Previous
services
Copyright © 2022ff, NGinfra
Made with Sphinx and @pradyunsg's Furo
On this page
  • init_data
    • service
      • InitDataService
        • InitDataService.get()
        • InitDataService.handle_message()
        • InitDataService.handle_request()
        • InitDataService.install()
        • InitDataService.logger
        • InitDataService.root
        • InitDataService.run()
        • InitDataService.setup()
        • InitDataService.socket
        • InitDataService.stream
    • Module contents