Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • V vadere
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 130
    • Issues 130
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.

  • vadere
  • vadere
  • Issues
  • #251
Closed
Open
Issue created Jun 24, 2019 by Benedikt Kleinmeier@hm-kleinmeiMaintainer

Add coordinate system parameters to scenario file

Problem to solve

At the moment, it is hard to interchange information between Vadere's scenario file and external applications fully automated because some essential information are missing in the scenario file. For instance, the coordinate system which is used by Vadere and if imported data (e.g., from openstreetmap.org by using osm2vadere) was shifted to the point (0;0) to avoid problems in Vadere when using big coordinates (e.g., 50,000;50,000).

Further details

The new information about the coordinate system should be add to topography section of the scenario file:

"topography" : {
      "attributes" : {
        "bounds" : {
          "x" : 0.0,
          "y" : 0.0,
          "width" : 38.0,
          "height" : 12.0
        },
        "boundingBoxWidth" : 0.5,
        "bounded" : true,
        /* TODO: Add new information about the coordinate system, e.g.:
         * "coorinateSystem": "EPSG:25832",
         * "coordinatesShiftedBy": { "x": 10, "y": 10 }
         */
      },
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking

LRZ Homepage | Datenschutz | Dokumentation und Betriebsbedingungen | Impressum