معرفی شرکت ها


capi-vis-3.0.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python library for performing coast aware path interpolation using visibility graphs
ویژگی مقدار
سیستم عامل -
نام فایل capi-vis-3.0.8
نام capi-vis
نسخه کتابخانه 3.0.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده James Balajan
ایمیل نویسنده James.Balajan@wisetechglobal.com
آدرس صفحه اصلی https://github.com/Balajanovski/capi
آدرس اینترنتی https://pypi.org/project/capi-vis/
مجوز -
# Coast Aware Path Interpolator (CAPI) ![](https://github.com/Balajanovski/capi/actions/workflows/build.yml/badge.svg) ## What is CAPI? CAPI is a Python library which aims to provide sensible interpolations of paths around obstacles represented as polygons. For instance, when we have two points in the path of a vessel, and we wish to infer the ship's trajectory between them, we definitely do not want the inferred path to cross over land. So, we take the shortest path which does not violate this constraint. ![](imgs/img_1.PNG) ![](imgs/img_2.PNG) ## How does CAPI Work? CAPI comes with two parts. Firstly, a visibility graph generator, which turns a vector representation of all the obstacles (such as a shapefile for countries), into a visibility graph. Secondly, CAPI comes with a path searcher, which uses A* to traverse the generated visibility graph and come up with the sensible interpolation. ## Is CAPI fast? That's up to you to decide. However, we have taken care to make CAPI as fast as it can be. The visibility graph computation and shortest path calculation gruntwork are all implemented in C++. OpenMP is used to improve concurrency for the visibility graph computation. ## C++ Dependencies - OpenMP - [S2Geometry](https://github.com/google/s2geometry) dependencies. `sudo apt install libgflags-dev libgoogle-glog-dev libgtest-dev libssl-dev git` - [S2Geometry](https://github.com/google/s2geometry). The repo needs to be cloned at commit `git reset --hard 4c7cdae4eb7345fc8824c08af6b8d9581bf8febb` and built. ## CAPI History - CAPI was created as a project for my work at Wisetech Global in 2021.


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl capi-vis-3.0.8:

    pip install capi-vis-3.0.8.whl


نصب پکیج tar.gz capi-vis-3.0.8:

    pip install capi-vis-3.0.8.tar.gz