Home
 

STAR Data

Input 1 STAR Working map
Output Continuous data
or Qualitative data

Display:

Description:
The objective of this module is to introduce the STAR data the user wants to work on into the diagram.
These data are extracted from a STAR ODBC source.

Just check the data to be used.

You can specify a condition if you want (SQL request).
For instance :
  superficie>100 AND danger='neant'

Types of data:

For Cartes & Données, a "text" data is qualitative and a "numeric" data is continuous.

Script :

module untyped_list ""
3        mod_type integer "112"
3        mod_subtype integer "0"
3        mod_name string "Area"
3        mod_dads integer_list ""
4          ? integer "1"
3        data_names untyped_list ""
4          ? string "Community"
4          ? string "ZoneType"
4          ? string "ZoneNumber"
4          ? string "PlanningRules"
4          ? string "DPU"
4          ? string "Area"
3        data_types untyped_list ""
4          ? integer "10"
4          ? integer "10"
4          ? integer "10"
4          ? integer "10"
4          ? integer "10"
4          ? integer "2"
3        data_tables untyped_list ""
4          ? string "ZONES"
4          ? string "ZONES"
4          ? string "ZONES"
4          ? string "ZONES"
4          ? string "ZONES"
4          ? string "ZONES"
3        data_type integer "2"
3        data_name string "Area"
3        filter string "Area>100000"

Values for data_type:
Continuous data          2
Qualitative data        10