-
[CityJSON](http://www.cityjson.org/) is a format for encoding a subset of the [CityGML](https://www.citygml.org/) data model, an OGC standard, using JSON. A CityJSON file represents both the geometry …
-
> Het nadeel van CityJSON is echter dat het sommige complexe topologische relaties, zoals die met water of terrein, niet volledig ondersteunt.
Is dit zo? CityJSON is op hetzelfde datamodel als City…
-
Can I convert ifc to cityjson using ifcconvert?
All the IFC files I have cannot be converted.
Can I get an example of the ifc file that I am studying to convert from ifcopenshell, which converts…
-
I have been trying to merge four tiles, downloaded through WFS in Blender:
3DBAG tiles:
['9/248/576', '9/248/580', '9/252/576', '9/252/580']
The code i use for loading in the file to be read:…
-
In CityGML, you can define ADE attributes for abstract CityGML classes, and these attributes are inherited and available for all subclasses. For example, when you add an attribute `myAdeAttribute` to …
-
-
Hi @jszczesniak and @zberzolla
There is a placeholder for you to fill in the logic to read CityJSON. For it work with the current workflow, the method needs to:
- [ ] Process the file
- [ ] …
-
I'm able to convert CityJson 2.0 to xkt, is there a way to add this model on top of a (google/leaflet) map?
-
The point of contact roles are in camelCase, except `co-author` which is kebab-case (https://www.cityjson.org/specs/2.0.1/#pointofcontact).
Could we rename `co-author` to `coAuthor` to unify the case…
-
Hi!
I am not sure if this is out of scope for JSON-FG or not (perhaps the main purpose of JSON-FG is to exchange data to a consumer, not between producers of data?). But I have som questions regard…