[][src]Crate cosmogony

Re-exports

pub use crate::cosmogony::Cosmogony;
pub use crate::cosmogony::CosmogonyMetadata;
pub use crate::cosmogony::CosmogonyStats;
pub use crate::zone::Zone;
pub use crate::zone::ZoneIndex;
pub use crate::zone::ZoneType;

Modules

cosmogony
file_format
zone
zone_typer

Functions

build_cosmogony
get_zones_and_stats
get_zones_and_stats_without_geom
is_admin
load_cosmogony

Load a cosmogony from a reader and a file_format

load_cosmogony_from_file

Load a cosmogony from a file

read_zones

Stream Cosmogony's Zone from a Reader

read_zones_from_file

Return an iterator on the zones if the input file is a jsonstream, the zones are streamed if the input file is a json, the whole cosmogony is loaded