{"id":16496935,"url":"https://github.com/bencevans/camtrap-dp-py","last_synced_at":"2026-05-09T12:36:26.818Z","repository":{"id":229833899,"uuid":"777697956","full_name":"bencevans/camtrap-dp-py","owner":"bencevans","description":"Python Library for Camtrap Data Packages","archived":false,"fork":false,"pushed_at":"2024-03-26T14:27:34.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T19:51:28.170Z","etag":null,"topics":["camera-traps","camtrap-dp","ecology"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bencevans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-26T10:52:03.000Z","updated_at":"2024-03-26T14:30:35.000Z","dependencies_parsed_at":"2024-03-26T14:42:48.607Z","dependency_job_id":null,"html_url":"https://github.com/bencevans/camtrap-dp-py","commit_stats":null,"previous_names":["bencevans/camtrap-dp-py"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Fcamtrap-dp-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Fcamtrap-dp-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Fcamtrap-dp-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencevans%2Fcamtrap-dp-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bencevans","download_url":"https://codeload.github.com/bencevans/camtrap-dp-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241367936,"owners_count":19951448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camera-traps","camtrap-dp","ecology"],"created_at":"2024-10-11T14:37:14.067Z","updated_at":"2026-05-09T12:36:21.669Z","avatar_url":"https://github.com/bencevans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Camtrap Data Package Python Library\n\nThe Camtrap Data Package Python Library is a Python library for working with the [Camtrap Data Package](https://camtrap-dp.tdwg.org/) version 1.0 format.\n\n## Installation\n\n```bash\npip install camtrapdp\n```\n\n## Usage\n\nThe `camtrapdp` package provides classes for working with the Camtrap Data Package format, reading and writing to CSV and Pandas DataFrames.\n\n### Read an Deployments CSV file\n\n```python\nfrom camtrapdp import Deployment\n\n# Read a deployments CSV file\ndeployments = Deployment.from_csv('deployments.csv')\n\n# Print the first deployment\nprint(deployments[0])\n```\n\n### Write a Deployments CSV file\n\n```python\nfrom camtrapdp import Deployment\n\n# Create a deployment\ndeployments = [\n    Deployment(...),\n    Deployment(...)\n]\n\n# Write a deployments CSV file\nDeployment.to_csv(deployments, 'deployments.csv')\n```\n\n## Related\n\n- [Camtrap Data Package](https://camtrap-dp.tdwg.org/) - The Camtrap Data Package specification\n- [Camtrap Data Package Rust Library](https://github.com/bencevans/camtrap-dp-rs) - A Rust library for working with the Camtrap Data Package format","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbencevans%2Fcamtrap-dp-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbencevans%2Fcamtrap-dp-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbencevans%2Fcamtrap-dp-py/lists"}