Metacity
  • Welcome
  • Metacity
    • Installation
    • [dev] CGAL Dependency
    • Data Import
    • Models and Attributes
    • Layers
    • Grids
    • Quad-trees
    • Dockerized Processor
    • Development notes
  • Archives
    • DataAPI
      • Development
    • MetacityGL
      • Installation
      • Creating a MetacityGL App
      • Writing Custom Layers
      • Loading Metacity Data
      • Development notes
    • BananaGL
      • Development
    • AMOS
      • Synthetic Population
        • Case Studies
        • Data Specification
        • Activity Chains
        • Spatial Distribution
        • MATSim population input and comparison
        • Households
      • MATSim
        • Basic Info
        • Running Scenario
          • Config File
          • Current state
        • Input information
          • OSM
          • Filtering GTFS
          • Coordinates
        • Output
          • Processing
      • OICT
        • MapResolver
      • Resources
        • Trafic Simulation
        • MATSim
        • Vis and Meta Software
        • Synthetic Population
        • Public Relations
        • Inspiration
    • Metacity Block Edition
      • Epic Games Mega Grant
      • 🧠Internal notes
  • Links
    • Homepage
    • GitHub
  • Code of Conduct
Powered by GitBook
On this page
  • Usage
  • Structure
Edit on GitHub

Metacity

Python package for Geodata processing

PreviousWelcomeNextInstallation

Last updated 1 year ago

The Metacity package allows to preprocess geospatial data and export it to a more suitable form for web visualization.

Usage

The Python packagemetacity acts as the entry data gateway. The easiest way to understand Metacity is to think of it as a pipeline. To prepare your data for visualization, you will need to:

  1. Optionally optimize and modify the data (see )

  2. Convert Layers selected for visualization to or

  3. Optionally optimize the data (see or )

  4. Export data for streaming from or

Structure

Metacity consists of several sub-packages:

  • metacity.io - importing and exporting data

  • metacity.geometry - geometry processing

  • metacity.utils - managing file systems and inspecting data

  • metacity.pipeline - CLI tool for quick edits - deprecated

Import your data
Create new Layer(s)
Grid
Quad-trees
Grid Modifiers
Grids
Quad-tree Modifiers
Quad-trees
Layer Modifiers