Project 'dynamicexposure/openbuildingmap/database-obmbuildings' was moved to 'globaldynamicexposure/openbuildingmap/database-obmbuildings'. Please update any links and bookmarks that may still have the old path.
Added initial database documentation
3 unresolved threads
3 unresolved threads
Merge request reports
Activity
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 - Resolved by 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`: changed this line in version 2 of the diff
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 Superseeded by https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/database-obmbuildings/-/merge_requests/2 and added an issue to not lose the old information: https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/database-obmbuildings/-/issues/1
Edited by Felix Delattre
Please register or sign in to reply