Skip to content

Commit 3c4f338

Browse files
committed
Merge branch 'release-1.1'
2 parents 19b27a2 + 4bafc57 commit 3c4f338

33 files changed

+63
-18
lines changed

docs/3dcitydb/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Singapore, Zurich, and is also being used in a number of research projects.
8383
With the release of 3DCityDB `v5`, we expect that most users of `v4` will
8484
migrate to the new version in the future.
8585

86-
The companies [Virtual City Systems](../partners/vcs.md) and [M.O.S.S.](../partners/moss.md),
86+
The companies [Virtual City Systems](../contributors/vcs.md) and [M.O.S.S.](../contributors/moss.md),
8787
who are also partners in development, use the 3DCityDB at the core of their
8888
commercial products and services to create, maintain, visualize, transform, and export
8989
virtual 3D city models. Furthermore, the state mapping agencies of the federal states in Germany

docs/citydb-tool/delete-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The configuration settings for the `delete` command are shown below.
1818
"deleteOptions": {
1919
"mode": "terminate",
2020
"terminateWithSubFeatures": true,
21+
"indexMode": "dropCreate",
2122
"terminationDate": "2018-07-01T00:00:00",
2223
"lineage": "myLineage",
2324
"updatingPerson": "myUpdatingPerson",
@@ -34,6 +35,7 @@ The configuration settings for the `delete` command are shown below.
3435
|-----------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|---------------|
3536
| [`"mode"`](delete.md#delete-mode) | Delete mode: `delete`, `terminate`. | `terminate` |
3637
| [<code>"terminateWithSub<br/>Features"</code>](delete.md#delete-mode) | Also terminate sub-features. | `true` |
38+
| [`"indexMode"`](delete.md#managing-indexes-during-deletion) | Index mode: `keep`, `drop`, `dropCreate`. | `keep` |
3739
| [`"terminationDate"`](delete.md#defining-termination-metadata) | Time in `<YYYY-MM-DD>` or <code>&lt;YYYY-MM-DDThh&#58;mm:ss[(+&#124;-)hh:mm]></code> format to use as termination date. | `now` |
3840
| [`"lineage"`](delete.md#defining-termination-metadata) | Lineage to use for the features. | |
3941
| [`"updatingPerson"`](delete.md#defining-termination-metadata) | Name of the user responsible for the delete | database user |

docs/citydb-tool/import-config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The example below illustrates the JSON structure for the import options.
2222
{
2323
"importOptions": {
2424
"mode": "importAll",
25+
"indexMode": "keep",
26+
"failFast": false,
2527
"numberOfThreads": 4,
2628
"batchSize": 20,
2729
"tempDirectory": "/my/path/to/temp",
@@ -39,6 +41,8 @@ The example below illustrates the JSON structure for the import options.
3941
| <div style="width:130px;">Property</div> | Description | Default value |
4042
|-----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
4143
| [`"mode"`](import.md#import-modes-and-duplicate-features) | Import mode: `importAll`, `skipExisting`, `deleteExisting`, `terminateExisting`. | `importAll` |
44+
| [`"indexMode"`](import.md#managing-indexes-during-import) | Index mode: `keep`, `drop`, `dropCreate`. | `keep` |
45+
| [`"failFast"`](import.md#controlling-the-import-process) | Fail fast on errors. | `false` |
4246
| [`"numberOfThreads"`](import.md#controlling-the-import-process) | Number of threads to use for parallel processing. | |
4347
| `"batchSize"` | Number of top-level features that are committed to the database in a single transaction. A higher batch size might improve import performance but requires more memory. | 20 |
4448
| [`"tempDirectory"`](import.md#controlling-the-import-process) | Store temporary files in this directory. | |

docs/contributors/.pages

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
nav:
2+
- index.md
3+
- tum-gis.md
4+
- hft-stuttgart.md
5+
- list-eco.md
6+
- moss.md
7+
- vcs.md
8+
- acknowledgements.md
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Acknowledgements
3+
subtitle:
4+
description:
5+
tags:
6+
- contributions
7+
- funding
8+
- support
9+
---
10+
11+
# Acknowledgements
12+
13+
The 3D City Database project team gratefully acknowledges the funding and support that we have received from
14+
partners and projects, which have made possible the ongoing development and enhancement of the 3D City Database `v5`
15+
and its ecosystem of tools.
16+
17+
## Funding and Projects
18+
19+
The 3D City Database project has benefited from the financial support of research programs and projects at both the
20+
national and international levels.
21+
22+
### CHEK - Change Toolkit for Digital Building Permits
23+
24+
![CHEK](assets/CHEK-logo.png){align=left}
25+
The [Change Toolkit for Digital Building Permits project (CHEK)](https://chekdbp.eu/) is an innovation and research
26+
EU-funded Horizon Europe project that aims to provide an innovative toolkit supporting the digitalization of building
27+
permit issuing and automated compliance checks.
28+
29+
![EU](assets/EU-logo.png){align=right}
30+
The 3DCityDB project has received co-funding from CHEK and the European Union’s Horizon Europe programme under Grant
31+
Agreement No.101058559.
32+
33+
## Past funding and support
34+
35+
Funding and support to previous versions of 3DCityDB and its tools are listed
36+
[here](https://3dcitydb-docs.readthedocs.io/en/latest/overview/acknowledgements.html){target="blank"}.
5.8 KB
Loading
1.49 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)