A plugin that allows you to read CityJSON files directly into ParaView for modeling.
https://github.com/cityjson
https://www.cityjson.org/
https://3d.bk.tudelft.nl/
- Download the latest binary here (Linux only at the moment)
- Open up ParaView
- Go to
Tools->Manage Plugins...->Load New ...
- Choose the downloaded CityJSONReader plugin
- Load whatever CityJSON file you want
- Get a copy of ParaView
- Build ParaView (see their instructions if necessary)
- Get a copy of this repo
- Build this:
- Go to the folder you have the source to this plugin
mkdir build
cmake .. -DParaView_DIR=<PATH TO BUILT PARAVIEW>
cmake --build ..
make
- You can find your built plugin in
lib\plugins\CityJSONReader
as .dll for Windows .so for Mac/Linux