Changes between Version 9 and Version 10 of dataRepositoryManager


Ignore:
Timestamp:
Oct 4, 2012, 6:22:25 PM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dataRepositoryManager

    v9 v10  
    5151
    5252== Monav data repository ==
    53 Located in the ''monav'' driectory
     53Located in the ''monav'' driectory in the main repository folder.
     54
     55The individual packages are stored in a simple folder structure:
     56{{{
     57continent/[country_name/][city_name/]package_name.tar.gz
     58}}}
     59NOTE: Square brackets indicate optional path components.
     60
     61=== Internal package structure ===
     62The package archives contain a named folder and inside this folder is the folder with Monav routin data.
     63
     64Example - car routing data for Czech Republic:
     65{{{
     66Czech_Republic/routing_car/
     67}}}
     68
     69Each package contains data for a single transportation mode.
     70
     71==== package.JSON ====
     72
     73Inside the routing_* subdirectory is JSON file called package.JSON that makes it possible to map the package folders back to packages existing in the repository.
     74
     75This is mainly needed to facilitate package updates.
     76
     77{{{
     78= header =
     79format_version - 1 for now
     80
     81= package =
     82origin - base repository URL (ex.: http://data.modrana.org
     83path - path to the package in the repository (ex.: monav/europe/czech_republic.tar.gz)
     84}}}
     85
    5486
    5587
     
    6698france.osm.pbf
    6799bike speed profile PQ:
    68 1 thread =
     1001 thread = 295.96 s
    691014 threads =
    70 48 threads = 25.83
    71 96 threads = 28.132
     10248 threads = 25.83 s
     10396 threads = 28.132 s
    72104
    73105}}}