Quando si carica un progetto i file di Input devono attenersi ai formati leggibili dall' applicazione, altrimenti anche se il caricamento va a buon fine i dati visualizzati nell'app potrebbero non essere completi. Di seguito, riportiamo le tabelle attributi dei tipi dei campi per caricare i file per i progetti di Walk-Out. Tutti i file devono avere il seguente sistema di riferimento: EPSG:32632,WGS84/UTM ZONE 32N **Infrastruttura** (il file si deve chiamare ebw_grafo.shp) : ``` gid string(100) note string(254) tipo string(100) tipo_rete_ string(254) ``` **Area** (il file si deve chiamare AREA.shp): ``` id integer64 ``` **Civici** (il file si deve chiamare CIVICI.shp): ``` name string(40) ebw_frazio string(50) ebw_comune string(250) ebw_fis_na string(100) ebw_codice string(254) ebw_tipolo string(11) ebw_region string(254) ebw_numero integer64 ebw_indiri string(254) ebw_partic string(254) type string(30) ebw_provin string(254) address_nu string(10) ebw_totale integer64 NOME string(50) COGNOME string(50) TELEFONO integer64 MAIL string(70) NOTE string(100) TOT UI integer(8) ``` **Planimetria** (il file si deve chiamare PLANIMETRIA.shp): ``` type string(11) descriptio string(254) ```