Skip to content

Commit

Permalink
WIP: Plot of observations in tutorial notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphdewit committed Nov 1, 2024
1 parent d3436de commit a2e1dd2
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 105 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
.python-version
MANIFEST

# PyInstaller
Expand Down
6 changes: 4 additions & 2 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Introduction
`SensingClues <https://sensingclues.org/>`_ allows you to record, monitor and analyze wildlife observations to support nature conservation initiatives.
The package ``sensingcluespy`` allows Python-users to connect to SensingClues' database and download
data logged using the Cluey-app. This includes wildlife observations and tracks, custom map layers,
and the wildlife ontology used by SensingClues. **Note:** you need credentials for the SensingClues `Cluey <https://sensingclues.org/cluey>`_-app to
connect to the database.
and the wildlife ontology used by SensingClues.

**Note:** you need credentials for the SensingClues `Cluey <https://sensingclues.org/cluey>`_-app to
connect to the database. However, the tutorial notebook uses a read-only demo-user, allowing you to explore the available functionality, even without your own Cluey-account.



Loading

0 comments on commit a2e1dd2

Please sign in to comment.