Skip to content
Snippets Groups Projects

Added initial database documentation

Closed Felix Delattre requested to merge feature/add-some-docu into master
3 unresolved threads

Adds basic documentation about the OBM-Buildings database.

\approve @ds \fyi @cnievas @nicgar

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
22 * $ `psql -h hayabusa.gfz-potsdam.de -U consumer -p 5433 gis`
23
24 ## Database tables
25
26 * `obm_buildings` - Main OBM Buildings attributes
27
28 These tables are going to be moved into [database-osmreplication](https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/database-osmreplication):
29
30 * `planet_osm_line` - OpenStreetMap source data
31 * `planet_osm_nodes` - OpenStreetMap source data
32 * `planet_osm_point` - OpenStreetMap source data
33 * `planet_osm_polygon` - OpenStreetMap source data
34 * `planet_osm_rels` - OpenStreetMap source data
35 * `planet_osm_roads` - OpenStreetMap source data
36 * `planet_osm_update` - OpenStreetMap source data
37 * `planet_osm_ways` - OpenStreetMap source data
  • Danijel Schorlemmer
  • 28 These tables are going to be moved into [database-osmreplication](https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/database-osmreplication):
    29
    30 * `planet_osm_line` - OpenStreetMap source data
    31 * `planet_osm_nodes` - OpenStreetMap source data
    32 * `planet_osm_point` - OpenStreetMap source data
    33 * `planet_osm_polygon` - OpenStreetMap source data
    34 * `planet_osm_rels` - OpenStreetMap source data
    35 * `planet_osm_roads` - OpenStreetMap source data
    36 * `planet_osm_update` - OpenStreetMap source data
    37 * `planet_osm_ways` - OpenStreetMap source data
    38 * `spatial_ref_sys` - PostGIS table including known spatial reference systems
    39
    40
    41 ## OpenBuildingMap Building attributes
    42
    43 The core of OpenBuildingMap are the following attributes in the `obm_buildings`:
  • 23
    24 ## Database tables
    25
    26 * `obm_buildings` - Main OBM Buildings attributes
    27
    28 These tables are going to be moved into [database-osmreplication](https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/database-osmreplication):
    29
    30 * `planet_osm_line` - OpenStreetMap source data
    31 * `planet_osm_nodes` - OpenStreetMap source data
    32 * `planet_osm_point` - OpenStreetMap source data
    33 * `planet_osm_polygon` - OpenStreetMap source data
    34 * `planet_osm_rels` - OpenStreetMap source data
    35 * `planet_osm_roads` - OpenStreetMap source data
    36 * `planet_osm_update` - OpenStreetMap source data
    37 * `planet_osm_ways` - OpenStreetMap source data
    38 * `spatial_ref_sys` - PostGIS table including known spatial reference systems
  • Danijel Schorlemmer assigned to @fd and unassigned @ds

    assigned to @fd and unassigned @ds

  • Felix Delattre added 1 commit

    added 1 commit

    • 49b1a9ff - Added initial database documentation

    Compare with previous version

  • Felix Delattre added 1 commit

    added 1 commit

    • a52b74b8 - Added initial database documentation

    Compare with previous version

  • Felix Delattre assigned to @ds and unassigned @fd

    assigned to @ds and unassigned @fd

  • closed

  • Please register or sign in to reply
    Loading