Skip to main content

Movement Ecology Tools For Python

Project description

MovData is a Python library that provides tools for analysing movement data within the fields of ecology and conservation.

Note: MovData is a very young package. While the available tools should be stable and working correctly, it’s still possible this API functions may change in upcoming releases. But we would love for you to try it out, give feedback or contribute!

What is a Relocations?

Relocations is a model for a set of fixes from a given subject. Because fixes are temporal, they can be ordered asc or desc. The additional_data dict can contain info specific to the subject and relocations: name, type, region, sex etc. These values are applicable to all fixes in the relocations array. If they vary, then they should be put into each fix’s additional_data dict.

Examples

quickly create a geometry point

>>> import movdata
>>> geopoint = movdata.geopoint(x=1, y=1, crs=4326)
>>> geopoint.shapely_geometry

    POINT Z (1 2 0)

>>> geopoint.to_crs(crs=3857)

    POINT Z (111319.4907932736 222684.2085055441 0)

Earth Engine Authentication

EE needs to be authenticated before using the eetools module in pymet. Here’s how to authenticate:

  • Run the command ‘earthengine authenticate’ from a cmd window/shell which will provide a url to paste into a browser with the sign in page for your Google accounts. Choose the account whitelisted for earth engine

  • You will be given a code that should be pasted into the terminal

  • An authentication token will be stored locally indefinitely

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

movdata-0.1.20rc1.tar.gz (33.8 kB view details)

Uploaded Source

Built Distribution

movdata-0.1.20rc1-py3-none-any.whl (37.6 kB view details)

Uploaded Python 3

File details

Details for the file movdata-0.1.20rc1.tar.gz.

File metadata

  • Download URL: movdata-0.1.20rc1.tar.gz
  • Upload date:
  • Size: 33.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.7

File hashes

Hashes for movdata-0.1.20rc1.tar.gz
Algorithm Hash digest
SHA256 cdff65a6522c98572f3dd2bb5ba1265b8302ba678629450628db984871c66025
MD5 24e5b70a59f97aebd50f9ea7cb56f438
BLAKE2b-256 5c576e439d13cfd4a2f1b1ddfee42320c7f265e82c73a1ca1365e6b8ae140bc6

See more details on using hashes here.

File details

Details for the file movdata-0.1.20rc1-py3-none-any.whl.

File metadata

  • Download URL: movdata-0.1.20rc1-py3-none-any.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.7

File hashes

Hashes for movdata-0.1.20rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 87f258c7001d38e905abb452c4e88eb096fa761880c541df8e36ef8bbbf1732b
MD5 3e17f32b087abe018753d8416e4c2557
BLAKE2b-256 388521e7549585f42487385f20bb0dc747862ae0c11c4dcd22acc759634618fc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page