CityJSON is a JSON-based encoding for storing 3D city models, also called digital maquettes or digital twins (longer explanation).
CityJSON是一种基于JSON编码,用于存储3D城市模型,也称为数字孪生模型。
The aim of CityJSON is to offer a compact and developer-friendly format, so that files can be easily visualised, manipulated, and edited. It was designed with programmers in mind, so that tools and APIs supporting it can be quickly built, and several are available (most as open-source).
CityJSON的目标是提供一种紧凑且对开发人员友好的格式,便于可视化、操作和编辑。它的设计考虑到了程序员,因此可以快速构建支持它的工具和API,目前已经有多个可用(大多数是开源的)。
CityJSON是对OGC CityXML数据模型(版本3.0.0)一个子集的编码,OGC CityXML是一种开放的标准化数据模型和交换格式(GML),用于存储城市和景观的数字3D模型。CityJSON目前不支持的少数特性要么是因为它们很少使用,要么是因为它们会使JSON编码过于复杂。
cjio轻松操作文件,例如,可以合并文件、删除/过滤对象、更改CRS、管理纹理等;
