Skip to content

CamtrapPackage

Defined in: camtrap/package/Package.ts:8

Camera Trap Data Package interface built on top of the TDWG specification

https://camtrap-dp.tdwg.org/metadata/

[key: `${string}:${string}`]: any

optional $schema: string

Defined in: core/package/Package.ts:19

Package schema URL for validation

Package.$schema


optional bibliographicCitation: string

Defined in: camtrap/package/Package.ts:130

Bibliographic citation for the dataset


contributors: CamtrapContributor[]

Defined in: camtrap/package/Package.ts:26

Contributors to the package

Package.contributors


optional coordinatePrecision: number

Defined in: camtrap/package/Package.ts:125

Precision of geographic coordinates


created: string

Defined in: camtrap/package/Package.ts:20

Creation date of the package

ISO 8601

Package.created


optional description: string

Defined in: core/package/Package.ts:29

A description of the package

Package.description


optional homepage: string

Defined in: core/package/Package.ts:34

A URL for the home page of the package

Package.homepage


optional image: string

Defined in: core/package/Package.ts:76

Package image

Package.image


optional keywords: string[]

Defined in: core/package/Package.ts:60

Keywords for the package

Package.keywords


optional licenses: CamtrapLicense[]

Defined in: camtrap/package/Package.ts:141

Licenses for the package Extended with scope property

Package.licenses


optional name: string

Defined in: core/package/Package.ts:14

Unique package identifier Should use lowercase alphanumeric characters, periods, hyphens, and underscores

Package.name


profile: string

Defined in: camtrap/package/Package.ts:13

Package profile identifier


project: object

Defined in: camtrap/package/Package.ts:32

Project metadata

optional acronym: string

Project acronym

captureMethod: ("activityDetection" | "timeLapse")[]

Capture method used

optional description: string

Project description

optional id: string

Project identifier

individualAnimals: boolean

Whether individual animals were identified

observationLevel: ("media" | "event")[]

Level at which observations are recorded

optional path: string

Project URL or path

samplingDesign: "simpleRandom" | "systematicRandom" | "clusteredRandom" | "experimental" | "targeted" | "opportunistic"

Sampling design methodology

title: string

Project title


optional relatedIdentifiers: RelatedIdentifier[]

Defined in: camtrap/package/Package.ts:135

Related identifiers for the dataset


resources: Resource[]

Defined in: core/package/Package.ts:71

Data resources in this package (required)

Package.resources


optional sources: Source[]

Defined in: core/package/Package.ts:55

Data sources for this package

Package.sources


spatial: GeoJSON

Defined in: camtrap/package/Package.ts:94

Spatial coverage of the data


taxonomic: TaxonomicCoverage[]

Defined in: camtrap/package/Package.ts:120

Taxonomic coverage of the data


temporal: object

Defined in: camtrap/package/Package.ts:100

Temporal coverage of the data

end: string

End date of temporal coverage

ISO 8601

start: string

Start date of temporal coverage

ISO 8601


optional title: string

Defined in: core/package/Package.ts:24

Human-readable title

Package.title


optional version: string

Defined in: core/package/Package.ts:40

Version of the package using SemVer

"1.0.0"

Package.version