cityjson 0.7.1

Types and accessor methods for representing semantic 3D city models in Rust, implementing the CityJSON specifications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod appearance;
pub mod attributes;
pub mod boundary;
pub mod citymodel;
pub mod cityobject;
pub mod coordinate;
pub mod extension;
pub mod geometry;
pub(crate) mod geometry_validation;
pub mod metadata;
pub mod transform;
pub mod vertex;
pub mod vertices;