Skip to content

Commit c2b450d

Browse files
committed
Update basedata docs
1 parent 494cda3 commit c2b450d

2 files changed

Lines changed: 2 additions & 27 deletions

File tree

  • docs/mkdocs/docs/tools

docs/mkdocs/docs/tools/infdb-basedata-buildings/index.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# InfDB-basedata-buildings
2-
The tool `InfDB-basedata-buildings` processes building-related data as fundamental data basis for various applications and analyses.
3-
4-
<!-- ## Contents
5-
- Objective (Scope, Motivation)
6-
- Architecture (Design, Implementation)
7-
- Structure (Project/Code)
8-
- Data Pipeline
9-
- Code (Classes and Functions)
10-
- Dependencies
11-
- Usage (Quick Start, Requirements, Configuration) -->
12-
2+
The `basedata-buildings` tool combines LOD2 building data with census statistics to generate an enriched building dataset. The tool performs data cleaning, attribute filling, population disaggregation, building type classification, and construction period assignment. The processing is carried out through a combination of Python-based orchestration and SQL-based transformation steps within InfDB.
133

144
## Usage
155
Details on how to use the tool can be found in the [Usage](usage.md) section.

docs/mkdocs/docs/tools/infdb-basedata-ways/index.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
# InfDB-basedata-ways
2-
The tool `infDB-basedata-ways` processes ways-related data as fundamental data basis for various applications and analyses.
3-
4-
<!-- ## Contents
5-
- Objective (Scope, Motivation)
6-
- Architecture (Design, Implementation)
7-
- Structure (Project/Code)
8-
- Data Pipeline
9-
- Code (Classes and Functions)
10-
- Dependencies
11-
- Usage (Quick Start, Requirements, Configuration) -->
12-
13-
## Structure
14-
The `pyinfdb` package consists of a superior class InfDB based on the internal classes InDBConfig, InfDBClient, InfDBLogger and InfDBIO as shown in the following figure:
15-
![alt text](demo-figure.png)
16-
The user only interacts with the superior InfDB class, the internal classes are not directly accessible. This abstraction ensures the python interface is consistent despite changes in the internal structure of the package.
17-
It provides functions for database access, configuration management, logging and data handling. The central idea is to provide standard methods to interact with InfDB in order to simplify the interaction with InfDB.
2+
The `basedata-ways` tool processes raw street network data to generate a structured dataset of way segments with associated attributes. The tool performs data cleaning, topology correction, segment generation, and attribute enrichment. The processing is executed through Python-based orchestration and SQL-based transformation steps within InfDB.
183

194
## Usage
205
Details on how to use the tool can be found in the [Usage](usage.md) section.

0 commit comments

Comments
 (0)