vivyd.data.Site#

class Site(*, name, location, institution)[source]#

Bases: object

A class representing the site/location where the data was collected. This can be a lab or a field site for instance.

Parameters:
  • name (str)

  • location (str)

  • institution (str)

Attributes#

Site.name: str#
Site.location: str#
Site.institution: str#