DataDrivenConstruction commited on
Commit
d967ba0
·
verified ·
1 Parent(s): 207899a

Add readme-md HR/README.md

Browse files
Files changed (1) hide show
  1. HR/README.md +75 -0
HR/README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OpenConstructionEstimate — Croatia / Zagreb
2
+
3
+ **Construction Work Items, Components & Resources**
4
+
5
+ ---
6
+
7
+ | Property | Value |
8
+ |---|---|
9
+ | Reference region | Croatia / Zagreb |
10
+ | ISO country | HR |
11
+ | Language | `hr` |
12
+ | Currency | `EUR` (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 | `HR_ZAGREB_workitems_costs_resources_DDC_CWICR.parquet` |
23
+ | Excel (formatted) | `HR_ZAGREB_workitems_costs_resources_DDC_CWICR_FORMATTED.xlsx` |
24
+ | Excel (simple) | `HR_ZAGREB_workitems_costs_resources_DDC_CWICR_SIMPLE.xlsx` |
25
+ | Catalog CSV | `DDC_CWICR_HR_ZAGREB_Catalog.csv` |
26
+ | Catalog XLSX | `DDC_CWICR_HR_ZAGREB_Catalog.xlsx` |
27
+ | Qdrant snapshot | `HR_ZAGREB_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_hr_zagreb \
68
+ --snapshot HR_ZAGREB_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).