-
it's so minor it will take you 5min: https://www.cityjson.org/dev/upgrade20/
https://www.cityjson.org/specs/2.0.0/
thanks!
-
I'm currently struggling with tyler creating 3d tiles from a CityGML tile (tried some tiles from https://opengeodata.lgln.niedersachsen.de/#lod2).
My current workflow is converting citygml file to …
-
Hi all,
For my master degree thesis, I developed a data management pipeline whose objective is the one of outputting a CityJSON file for further conversion into CityGML with both Energy and Utility…
-
I imported the CityGML data published by the city of Helsinki: https://hri.fi/data/en_GB/dataset/helsingin-3d-kaupunkimalli (download link http://3d.hel.ninja/data/citygml/Helsinki3D_CityGML_BUILDINGS…
-
This code read a citygml file and write it in cityjson
```java
public static void test() {
File f = new File("myFile.GML");
CityGMLContext cityGMLContext = CityGMLContext.new…
-
To help us identify a suitable CityGML 2.0 validator to use with TEAM Engine, we have created this GitHub Issue to capture some of the insight and lessons learnt as we review available open source lib…
-
I'm trying to convert a CityGML file that uses the EnergyADE extension.
I'm getting a warning that 'Non-CityGML content is skipped unless a matching ADE extension has been loaded'. How would I loa…
-
**Describe the bug**
Unable to convert to obj file.
**cjio version**
```bash
$ cjio --version
cjio v0.7.6; supports CityJSON v1.1
```
**To Reproduce**
```bash
$ cjio data/assets/52385628_…
-
Hi there, i have a problem with cjio merge trying to merge 4 cityJsons:
these 4 should be one big rectangle, without this big empty line in the middle:
![image](https://user-images.githubusercon…
-
Hello,
I experienced that when I convert a CityGML file to CityJSON v1.0 and to CityJSON v1.1,, that the Y coordinate is different. The CityJSON v1.1 Y coordinate is incorrect.
How to reproduce:…