Skip to main content

Localization Package

Project description

https://travis-ci.org/LCAV/pylocus.svg?branch=master

Python Localization Package

This package contains Multidimensional Scaling, lateration, and other algorithms useful for localization using distances and/or angles.

Local install

Since this package is in an early development phase, this is the recommended install method. The latest updates will not always be immediately available on pip, they will be bundled in the next package release. By keeping the local git repository up-to-date and redoing the local install regularly, you can be sure to be using the latest version.

To perform a local install on your computer, run from this folder level (where setup.py is located):

pip install -e .

This installs the package using symbolic links, avoiding the need for a reinstall whenever the source code is changed. If you use conda, then

conda develop .

does the same trick.

Install

To install from pip, simply run :

pip install pylocus

PyPi link : https://pypi.python.org/pypi/pylocus

Requirements

Depending on which parts of the project you are using, you might need to install more heavy requirements such as cvxpy and cxopt. These are not included in the default install and can be installed by running the following line.

pip install -r optional_requirements.txt

Documentation

See the tutorials folder for some exmaple scripts on how to use this package. More scripts will be added soon.

This is a constantly growing package and documentation is work-in-progress. The current version can be found on ReadTheDocs: http://pylocus.readthedocs.org/en/latest/

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pylocus-0.0.4-py3-none-any.whl (35.5 kB view hashes)

Uploaded Python 3

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