Skip to content

Commit f492c75

Browse files
committed
Merge branch 'development' into 'master'
Add license and recommended citation See merge request oscf/camtrap-dp!21
2 parents 004c810 + cffe952 commit f492c75

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Camtrap DP Development Team
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ file | definition | specification
77
`datapackage.json` | Metadata regarding the data package and camera trap project. | [camtrap-dp-profile.json](camtrap-dp-profile.json)
88
`deployments.csv` | Table with camera trap deployments. Includes `deployment_id`, start, end, location and camera setup information. | [deployments-table-schema.json](deployments-table-schema.json)
99
`multimedia.csv` | Table with multimedia files (images/videos) captured by the camera traps. Associated with deployments (`deployment_id`) and organized in sequences (`sequence_id`). Includes timestamp and file path. | [multimedia-table-schema.json](multimedia-table-schema.json)
10-
`observations.csv` | Table with observations based on the multimedia files. Associated with deployments (`deployment_id`), sequences (`sequence_id`) and optionally individual multimedia files (`multimedia_id`). Observations can mark non-animal events (camera setup, empty, human) or animal observations (`observation_type` = `animal`), the latter optionally split by count, age, sex, behaviour and/or individual. | [observations-table-schema.json](observations-table-schema.json)
10+
`observations.csv` | Table with observations based on the multimedia files. Associated with deployments (`deployment_id`), sequences (`sequence_id`) and optionally individual multimedia files (`multimedia_id`). Observations can mark non-animal events (camera setup, human, empty) or one or more animal observations (`observation_type` = `animal`) of a certain species, count, age, sex, behaviour and/or individual. | [observations-table-schema.json](observations-table-schema.json)
1111

1212
The specifications build upon existing standards:
1313

@@ -17,3 +17,7 @@ The specifications build upon existing standards:
1717
## Contribute
1818

1919
You can contribute by watching this repository and participating in the [issue discussions](https://gitlab.com/oscf/camtrap-dp/-/issues).
20+
21+
## Recommended citation
22+
23+
> Camtrap DP Development Team (2021) Camera Trap Data Package https://gitlab.com/oscf/camtrap-dp

0 commit comments

Comments
 (0)