Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnowhitaker/birdio

Starting work on a bird call identification project
https://github.com/johnowhitaker/birdio

Last synced: about 2 months ago
JSON representation

Starting work on a bird call identification project

Awesome Lists containing this project

README

        

# Birdio
> Work in progress, building a bird-call identification system.

This file will become your README and also the index of your documentation.

## Install

(Not set up yet)

`pip install your_project_name`

## How to use

Fill me in please! Don't forget code examples:

Querying Xeno Canto based on location:

```python
q = query_box(-27, -25, 20, 25)
q['recordings'][0]
```

{'id': '459459',
'gen': 'Aquila',
'sp': 'rapax',
'ssp': '',
'en': 'Tawny Eagle',
'rec': 'Raphaël Nussbaumer',
'cnt': 'South Africa',
'loc': 'Kgalagadi Transfrontier Park, Northern Cape',
'lat': '-26.306',
'lng': '20.4895',
'alt': '900',
'type': 'begging call',
'url': '//www.xeno-canto.org/459459',
'file': '//www.xeno-canto.org/459459/download',
'file-name': 'XC459459-20181218_070850_Tawny_eagle.mp3',
'sono': {'small': '//www.xeno-canto.org/sounds/uploaded/KHGERYPVPK/ffts/XC459459-small.png',
'med': '//www.xeno-canto.org/sounds/uploaded/KHGERYPVPK/ffts/XC459459-med.png',
'large': '//www.xeno-canto.org/sounds/uploaded/KHGERYPVPK/ffts/XC459459-large.png',
'full': '//www.xeno-canto.org/sounds/uploaded/KHGERYPVPK/ffts/XC459459-full.png'},
'lic': '//creativecommons.org/licenses/by-nc-sa/4.0/',
'q': 'B',
'length': '0:38',
'time': '07:18',
'date': '2018-12-18',
'uploaded': '2019-02-28',
'also': [''],
'rmk': '',
'bird-seen': 'unknown',
'playback-used': 'unknown'}

```python
1+1
```

2