Package index
-
ecopi_api() - Make API requests to the Ecopi API
-
ecopi_error_body() - Extract error message from JSON body of an HTTP response
-
get_aggregations_project_detections_count() - Get a count of detections per project by default and per group(s) if specified.
-
get_aggregations_project_recorder_time_series() - Count of detections & sum of recorded minutes per user defined interval for a !!recorder!! of a project.
-
get_aggregations_project_time_series() - Count of detections & sum of recorded minutes per user defined interval for a project.
-
get_by_url() - Get data from a linked URL endpoint (mostly provided from other gtes)
-
get_detections() - Get detections list.
-
get_detections_retrieve() - Get detections retrieve.
-
get_historicalprojects() - Get historical projects list.
-
get_historicalrecordergroups() - Get historical recorder groups list.
-
get_historicalrecorders() - Get historical recorders list.
-
get_mediafile() - Get media file.
-
get_project_info() - Get project info.
-
get_projects() - Get projects list.
-
get_recordergroups() - Get recorder groups list.
-
get_recorderlogs() - Get recorder logs list.
-
get_recorders() - Get recorders list.
-
get_recorders_count_detections() - Get a count of detections per recorder grouped by given parameters.
-
get_recorders_count_detections_project_recorder_recordings() - Get a count of detections per recorder grouped by rerecording.
-
get_recorderspeciescounts() - Get a count of detections per species and recorder for a specific project.
-
get_recorderstates() - Get recorder states list.
-
get_recordings() - Get recordings list.
-
patch_detections() - PATCH detection
-
patch_recorders() - PATCH recorder.
-
post_detection() - Post a new detection
-
resp_body_json_to_df() - Convert API Response Body to Data Frame