DataDrivenConstruction commited on
Commit
12242de
·
verified ·
1 Parent(s): 2689916

Add readme-txt TR/README_DDC_CWICR_TABULAR_TR_ISTANBUL.txt

Browse files
TR/README_DDC_CWICR_TABULAR_TR_ISTANBUL.txt ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OpenConstructionEstimate — Turkey / Istanbul
2
+
3
+ **Construction Work Items, Components & Resources**
4
+
5
+ ---
6
+
7
+ | Property | Value |
8
+ |---|---|
9
+ | Reference region | Turkey / Istanbul |
10
+ | ISO country | TR |
11
+ | Language | `tr` |
12
+ | Currency | `TRY` (ISO 4217) |
13
+ | Source track | `DE_BERLIN` (Germany / Berlin) |
14
+ | Generated | 2026-04-30 |
15
+ | Work items | 900,225 rows |
16
+ | Unique resources | 6,671 |
17
+
18
+ ## Available Formats
19
+
20
+ | Format | File |
21
+ |---|---|
22
+ | Parquet | `TR_ISTANBUL_workitems_costs_resources_DDC_CWICR.parquet` |
23
+ | Excel (formatted) | `TR_ISTANBUL_workitems_costs_resources_DDC_CWICR_FORMATTED.xlsx` |
24
+ | Excel (simple) | `TR_ISTANBUL_workitems_costs_resources_DDC_CWICR_SIMPLE.xlsx` |
25
+ | Catalog CSV | `DDC_CWICR_TR_ISTANBUL_Catalog.csv` |
26
+ | Catalog XLSX | `DDC_CWICR_TR_ISTANBUL_Catalog.xlsx` |
27
+ | Qdrant snapshot | `TR_ISTANBUL_workitems_costs_resources_EMBEDDINGS_3072_DDC_CWICR.snapshot` |
28
+
29
+ ## How this track was built
30
+
31
+ This track was generated from `DE_BERLIN` by
32
+ `0_Workflow and Pipelines CWICR/python/11-country-track-builder/add_country_track.py`.
33
+
34
+ - **Norms** (labour hours, machine hours, resource quantities) are
35
+ identical to the source track — Resource-Based Costing methodology
36
+ treats norms as country-agnostic physical first principles.
37
+ - **Prices** are derived via the cascade
38
+ `type_factors → location_factor → optional national overrides`.
39
+ Type factors come from OECD wage indexes (labour), construction
40
+ PPP (material), and ECB FX (equipment). FX snapshot date is
41
+ recorded in the per-resource columns.
42
+ - **Language** columns are translated where target language differs
43
+ from source. Existing tracks are used as parallel-text seeds.
44
+
45
+ ## Data Structure
46
+
47
+ 85+ columns organised into:
48
+
49
+ - Classification hierarchy (10 cols)
50
+ - Rate / work-item identifiers (11 cols)
51
+ - Resource decomposition (7 cols)
52
+ - Labour metrics (11 cols)
53
+ - Machinery & equipment (12 cols)
54
+ - Price aggregates (16 cols)
55
+ - Mass / service / regional markers (~18 cols)
56
+
57
+ See the repository-level [DATA_DICTIONARY.md](../DATA_DICTIONARY.md)
58
+ for the complete column-by-column reference.
59
+
60
+ ## Qdrant collection
61
+
62
+ Vector index built from concatenated localised text fields,
63
+ encoded with OpenAI `text-embedding-3-large` (3072-dim, cosine).
64
+
65
+ ```bash
66
+ qdrant-client snapshot upload \
67
+ --collection ddc_tr_istanbul \
68
+ --snapshot TR_ISTANBUL_workitems_costs_resources_EMBEDDINGS_3072_DDC_CWICR.snapshot
69
+ ```
70
+
71
+ ## Licence
72
+
73
+ Same as the parent dataset: CC BY 4.0 for data, see
74
+ [LICENSE-DATA.txt](../LICENSE-DATA.txt). Code: see
75
+ [LICENSE-CODE.txt](../LICENSE-CODE.txt).