{"id":19685524,"url":"https://github.com/stuartmackay/ebird-notebooks","last_synced_at":"2025-02-27T07:29:16.663Z","repository":{"id":261766993,"uuid":"885222825","full_name":"StuartMacKay/ebird-notebooks","owner":"StuartMacKay","description":"eBird Notebooks is collection of Jupyter notebooks for analysing data  from the eBird Basic Dataset or downloaded using the eBird API.","archived":false,"fork":false,"pushed_at":"2025-02-07T20:15:17.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T21:23:59.381Z","etag":null,"topics":["data-science","django","ebird","jupyter-lab","jupyter-notebooks"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StuartMacKay.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-08T07:32:42.000Z","updated_at":"2025-02-07T20:15:20.000Z","dependencies_parsed_at":"2025-02-07T21:20:49.967Z","dependency_job_id":"8d5dc768-c3eb-4892-8d51-23e1a0509262","html_url":"https://github.com/StuartMacKay/ebird-notebooks","commit_stats":null,"previous_names":["stuartmackay/ebird-notebooks"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StuartMacKay%2Febird-notebooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StuartMacKay%2Febird-notebooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StuartMacKay%2Febird-notebooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StuartMacKay%2Febird-notebooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StuartMacKay","download_url":"https://codeload.github.com/StuartMacKay/ebird-notebooks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240993550,"owners_count":19890418,"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":["data-science","django","ebird","jupyter-lab","jupyter-notebooks"],"created_at":"2024-11-11T18:22:32.437Z","updated_at":"2025-02-27T07:29:16.640Z","avatar_url":"https://github.com/StuartMacKay.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"eBird Notebooks\n===============\neBird Notebooks brings together Django and Jupyter Lab to create an easy to\nuse platform for analysing data from eBird.\n\nFeatures\n--------\n* Load observations from the `eBird Basic Dataset`_\n* Load observations from your `eBird account`_\n* Load checklists from the `eBird API`_\n\n.. _eBird Basic Dataset: https://support.ebird.org/en/support/solutions/articles/48000838205-download-ebird-data#anchorEBD\n.. _eBird account: https://ebird.org/downloadMyData\n.. _eBIrd API: https://documenter.getpostman.com/view/664302/S1ENwy59\n\nQuickstart\n----------\n\n.. quickstart-start\n\nDownload and unzip the code.\n\n.. code-block:: console\n\n    cd ebird-notebooks\n\nCreate the virtual environment:\n\n.. code-block:: console\n\n    uv venv\n\nActivate it:\n\n.. code-block:: console\n\n    source .venv/bin/activate\n\nInstall the project requirements:\n\n.. code-block:: console\n\n    uv sync\n\nCreate a copy of the example .env file and edit it to add your `eBird API key`_:\n\n.. code-block:: console\n\n    cp .env.example .env\n\nCreate the database tables:\n\n.. code-block:: console\n\n    python manage.py migrate\n\nStart Jupyter Lab:\n\n.. code-block:: console\n\n    python manage.py shell_plus --notebook\n\nFinally, open up the `Notebook basics`_ and run all cells.\n\n.. _eBird API key: https://ebird.org/api/keygen\n.. _Notebook basics: https://github.com/StuartMacKay/ebird-notebooks/tree/master/notebooks/notebook_basics.ipynb\n\n.. quickstart-end\n\nDjango Admin\n------------\nTHe great thing about Django is the batteries-included philosophy, and, in particular,\nthe Django Admin which allows you to browse and edit the data in the database.\n\nTo use the Django Admin, create a user account (with superpowers):\n\n.. code-block:: console\n\n    python manage.py createsuperuser\n\nNow run the django server:\n\n.. code-block:: console\n\n    python manage.py runserver\n\nOpen a new tab on your browser and visit http://localhost:8000/admin/\n\nProject Information\n-------------------\n* Issues: https://github.com/StuartMacKay/ebird-notebooks/issues\n* Repository: https://github.com/StuartMacKay/ebird-notebooks\n\nThe app is tested on Python 3.12, and Django 5.1.\n\nThe project is made available under the terms of the `MIT`_ license.\n\n.. _MIT: https://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartmackay%2Febird-notebooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuartmackay%2Febird-notebooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuartmackay%2Febird-notebooks/lists"}