Skip to content

Commit

Permalink
Add .info bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Oct 5, 2023
1 parent fd6e664 commit e036fb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ callouts:
warning:
title: Warning
color: red
info:
title: Information
color: grey-dk

# heading_anchors: true

Expand Down
8 changes: 4 additions & 4 deletions datasets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ Here are 2 files with [Geometry templates](https://www.cityjson.org/specs/#geome
- [noise_data.city.json](../tutorials/files/noise_data.city.json) is a demo file with the Noise extension (schema [noise.ext.json](../tutorials/files/noise.ext.json)), more details in [this tutorial]({{ '/tutorials/extension/' | prepend: site.baseurl }})


## Some randomly selected cities

{: .info }
Those files are openly available ([see a more exhaustive list](https://3d.bk.tudelft.nl/opendata/opencities/)) and they were converted to CityJSON v2.0 with [citygml-tools](https://github.com/citygml4j/citygml-tools) (if original encoding was CityGML-XML), and/or upgraded with `cjio upgrade`.
Please be aware that we simply converted the datasets, some datasets contain (geometrical) errors.


## Cities converted from CityGML

{% assign ds = site.data.datasets | sort: 'name' %}

<table >
Expand Down Expand Up @@ -80,8 +82,6 @@ Here are 2 files with [Geometry templates](https://www.cityjson.org/specs/#geome

<i class="fas fa-exclamation-circle"></i> We performed the geometric validation with [val3dity](https://github.com/tudelft3d/val3dity) and report the overall result in the column 'validity'. To understand the errors, we suggest validating the files ([how to do this]({{ '/tutorials/validation/' | relative_url }})) yourself.

<i class="fas fa-exclamation-circle"></i> Please be aware that we simply converted the datasets as they are (with [citygml-tools](https://github.com/citygml4j/citygml-tools)). Datasets contain errors.


## Generating automatically your own CityJSON dataset

Expand Down

0 comments on commit e036fb2

Please sign in to comment.