-
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.
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
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,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>. |