ctmm-initiative / ctmmweb

Web app for analyzing animal tracking data, built upon ctmm R package
http://biology.umd.edu/movement.html
GNU General Public License v3.0
32 stars 21 forks source link

basic test of movebank api calls #3

Closed xhdong-umd closed 7 years ago

xhdong-umd commented 7 years ago

In the process of finding movebank sample data I found the movebank search interface difficult to use. There is no way to filter by data availability or data size. Very often I chose a study only to find there is no data to download. move package cannot help here too.

I looked at the available api calls and found it's possible to get a better interface to filter and find data set.

There is also the complex and sensitive issue of saving user's password need to be addressed..