260407-contenu des tables OSM dans OSM-raw


debian@vps-02c1f983-vps-ovh-net:~$ docker exec -i alteris_postgis psql -U alteris_admin -d alteris_geo -c "\d osm_raw.buildings"
                           Table "osm_raw.buildings"
       Column       |          Type           | Collation | Nullable | Default
--------------------+-------------------------+-----------+----------+---------
 osm_id             | bigint                  |           |          |
 access             | text                    |           |          |
 addr:housename     | text                    |           |          |
 addr:housenumber   | text                    |           |          |
 addr:interpolation | text                    |           |          |
 admin_level        | text                    |           |          |
 aerialway          | text                    |           |          |
 aeroway            | text                    |           |          |
 amenity            | text                    |           |          |
 area               | text                    |           |          |
 barrier            | text                    |           |          |
 bicycle            | text                    |           |          |
 brand              | text                    |           |          |
 bridge             | text                    |           |          |
 boundary           | text                    |           |          |
 building           | text                    |           |          |
 construction       | text                    |           |          |
 covered            | text                    |           |          |
 culvert            | text                    |           |          |
 cutting            | text                    |           |          |
 denomination       | text                    |           |          |
 disused            | text                    |           |          |
 embankment         | text                    |           |          |
 foot               | text                    |           |          |
 generator:source   | text                    |           |          |
 harbour            | text                    |           |          |
 highway            | text                    |           |          |
 historic           | text                    |           |          |
 horse              | text                    |           |          |
 intermittent       | text                    |           |          |
 junction           | text                    |           |          |
 landuse            | text                    |           |          |
 layer              | text                    |           |          |
 leisure            | text                    |           |          |
 lock               | text                    |           |          |
 man_made           | text                    |           |          |
 military           | text                    |           |          |
 motorcar           | text                    |           |          |
 name               | text                    |           |          |
 natural            | text                    |           |          |
 office             | text                    |           |          |
 oneway             | text                    |           |          |
 operator           | text                    |           |          |
 place              | text                    |           |          |
 population         | text                    |           |          |
 power              | text                    |           |          |
 power_source       | text                    |           |          |
 public_transport   | text                    |           |          |
 railway            | text                    |           |          |
 ref                | text                    |           |          |
 religion           | text                    |           |          |
 route              | text                    |           |          |
 service            | text                    |           |          |
 shop               | text                    |           |          |
 sport              | text                    |           |          |
 surface            | text                    |           |          |
 toll               | text                    |           |          |
 tourism            | text                    |           |          |
 tower:type         | text                    |           |          |
 tracktype          | text                    |           |          |
 tunnel             | text                    |           |          |
 water              | text                    |           |          |
 waterway           | text                    |           |          |
 wetland            | text                    |           |          |
 width              | text                    |           |          |
 wood               | text                    |           |          |
 z_order            | integer                 |           |          |
 way_area           | real                    |           |          |
 tags               | hstore                  |           |          |
 way                | geometry(Geometry,3857) |           |          |
Indexes:
    "planet_osm_polygon_osm_id_idx" btree (osm_id)
    "planet_osm_polygon_way_idx" gist (way)
Triggers:
    planet_osm_polygon_osm2pgsql_valid BEFORE INSERT OR UPDATE ON osm_raw.buildings FOR EACH ROW EXECUTE FUNCTION planet_osm_polygon_osm2pgsql_valid()

debian@vps-02c1f983-vps-ovh-net:~$


Revision #1
Created 2026-04-10 09:15:16 UTC by Julien
Updated 2026-04-10 09:15:16 UTC by Julien