Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bniebuhr authored Jul 1, 2020
1 parent 7c80e22 commit f3ffe73
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# mov(ement) ecology

This in a repository to share codes on animal movement analyses and simulations. These pieces of code are intended for educational and research purposes, and you are free to use and modify them. If you need any modification or found an error, please submit an [issue](https://github.com/bniebuhr/movecology/issues/new) or email me at [email protected].
This in a repository to share codes on animal movement analyses and simulations.

# Repository description

Up to this moment, there is code to deal with:
- correction of summer and winter time in animal movement data (that in some cases may lead to complications);
- data cleaning and regularizing for animal GPS movement data;
- building home range accumulation curves based on MCP and KDE appraches;
- fitting multiple models to animal movement data, according to [Da Silveira et al. (2016)](http://journals.plos.org/plosone/article?id=10.1371%2Fjournal.pone.0156688).

Most of the folders have further description within them.

# Usage

These pieces of code are intended for educational and research purposes, you are free to use and modify them. If you do so, you are not obliged to share you code, but i really encourage you to do so!
If you need any modification or found an error, please submit an [issue](https://github.com/bniebuhr/movecology/issues/new) or email me at [email protected].

Also, if you use this code, please cite the repository.

## License

<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

0 comments on commit f3ffe73

Please sign in to comment.