-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from ayushanand18/readme-update
update: Updating README and Docs
- Loading branch information
Showing
4 changed files
with
36 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,22 @@ | ||
# PyDwcViz | ||
A python package to help with Darwin-Core Data analysis and visualization. | ||
A python package that makes Darwin-Core Data analysis and visualization easy. | ||
|
||
## Installation | ||
### Install latest development version from GitHub | ||
```python | ||
pip install git+git://github.com/marinebon/py-dwc-viz.git | ||
``` | ||
|
||
## Modules | ||
Module | Description | ||
-------|------------ | ||
`diversity`|Generate biodiversity indices for species analysis. | ||
`map`|Visualize DwC data easily on maps | ||
`stats`|Visualize distribution of records and environmental parameters. | ||
`taxon`|Visualize taxonomic distributions. | ||
|
||
## Documentation | ||
The documentation can be found at [GitHub Pages](https://marinebon.github.io/py-dwc-viz). | ||
|
||
## Authors | ||
Open-sourced and Built with ❤️ by MBON volunteers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _map: | ||
|
||
Map | ||
===== | ||
|
||
Visualize DwC data easily on maps. | ||
|
||
.. py:module:: pydwcviz.map | ||
.. autofunction:: points |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters