Add new fields to export_attributes.sql

This commit is contained in:
Mike Simpson 2023-05-31 21:09:01 +01:00
parent 439e415c6e
commit d40410e0fa

View File

@ -78,7 +78,36 @@ COPY (SELECT
disaster_assessment_method,
disaster_source_link,
disaster_start_date,
disaster_end_date
disaster_end_date,
size_far_ratio,
size_far_ratio_source_type,
size_far_ratio_source_links,
size_plot_area_total,
size_plot_area_total_source_type,
size_plot_area_total_source_links,
size_parcel_geometry,
size_parcel_geometry_source_type,
size_parcel_geometry_source_links,
context_front_garden,
context_back_garden,
context_flats_garden,
context_garden_source_type,
context_garden_source_type,
context_street_width,
context_street_width_source_type,
context_street_width_source_links,
context_pavement_width,
context_pavement_width_source_type,
context_pavement_width_source_links,
context_street_geometry,
context_street_geometry_source_type,
context_street_geometry_source_links,
context_green_space_distance,
context_green_space_distance,
context_green_space_distance_source_links,
context_tree_distance,
context_tree_distance_source_type,
ccontext_tree_distance_source_links
FROM buildings)
TO '/tmp/building_attributes.csv'
WITH CSV HEADER