observation-js Documentation - v1.16.0
    Preparing search index...

    Interface BioBlitzStatistics

    Statistics of a BioBlitz.

    interface BioBlitzStatistics {
        species: number;
        observations: number;
        observers: number;
        updated: string | null;
    }
    Index

    Properties

    species: number

    Number of species observed in the BioBlitz.

    observations: number

    Number of observations in the BioBlitz.

    observers: number

    Number of users with observations in the BioBlitz.

    updated: string | null

    Time when statistics were last calculated (ISO 8601 with UTC offset), or null when the statistics have not been calculated yet.