FE tool - new layers

Bug #843793 reported by Ben Wyss
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenQuake (deprecated)
Fix Released
Medium
Ben Wyss

Bug Description

The Faulted Earth tool needs new tables (sorry about the strange naming of some of the table columns, there is a 10 character limit on column names to be use for shapefiles) to be generated by Django models: traces, fault_summary, fault, and fault_source
    * traces:
    the traces table need to have the following columns:
        id PK integer
        the_geom geometry (multistring polyline)
        section_name character varying(30)
        loc_meth character varying(30)
        scale integer
        accuracy integer
        geom_exp character varying(30)
        notes text
    * fault_summary
        The fault summary table is already completed, but many need to be altered (primary key, foreign key, we will have to remove the_geom column etc.)
    * fault
       The fault table will be just like the fault_summary table but with out the_geom column
    * fault_source
        id PK integer
        fault_name character varying(30)
        fault_polygon double
        length double precision
        u_sm_d_min double precision
        u_sm_d_max double precision
        u_sm_d_pre double precision
        low_d_min double precision
        low_d_max double precision
        low_d_pref double precision
        low_d_com integer
        width DECIMAL
        area DECIMAL
        dip_min integer
        dip_max integer
        dip_pref integer
        dip_com integer
        dip_dir integer
        rake SMALLINT
        slip_typ character(30)
        slip_r_min numeric
        slip_r_max numeric
        slip_r_pre numeric
        slip_r_com numeric
        magnitude smallint
        re_int_min integer
        re_int_max integer
        re_int_pre integer
        aseis_slip double precision
        last_eq date
        data_complet integer
        compiler character varying(50)
        contrib character varying(50)
        created timestamp without time zone

Ben Wyss (bmwyss)
description: updated
description: updated
John Tarter (toh2)
Changed in openquake:
milestone: none → 0.4.4
assignee: nobody → ben w (bmwyss)
summary: - FE tool - news layers
+ FE tool - new layers
Changed in openquake:
importance: Undecided → Medium
status: New → Confirmed
Ben Wyss (bmwyss)
Changed in openquake:
status: Confirmed → In Progress
John Tarter (toh2)
Changed in openquake:
milestone: 0.4.4 → 0.4.5
Ben Wyss (bmwyss)
Changed in openquake:
status: In Progress → Fix Committed
Changed in openquake:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.