ProjectObservation

class pyinaturalist.models.ProjectObservation(id=None, preferences=NOTHING, project=NOTHING, user_id=None, uuid=None, user=None)

Bases: pyinaturalist.models.base.BaseModel

Metadata about an observation that has been added to a project

Attributes Summary

Name

Type

Description

id

int

Unique record ID

preferences

Dict

project

Dict

user_id

int

uuid

str

Universally unique identifier

user (LazyProperty)

User

User that added the observation to the project