معرفی شرکت ها


fionautil-0.7.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

helpful utilities for working with geodata with Fiona
ویژگی مقدار
سیستم عامل -
نام فایل fionautil-0.7.0
نام fionautil
نسخه کتابخانه 0.7.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Neil Freeman
ایمیل نویسنده contact@fakeisthenewreal.org
آدرس صفحه اصلی http://github.com/fitnr/fionautil/
آدرس اینترنتی https://pypi.org/project/fionautil/
مجوز GNU General Public License v3 (GPLv3)
fionautil ~~~~~~~~~ Utilities for working with geodata with `Fiona <https://pypi.python.org/pypi/Fiona/1.5.0>`__. By default, the only prerequisite is Fiona itself. By default, the package installs without shapely. A small number of functions, marked below, do require shapely. To use these function, install with ``pip install fionautil[functionname]`` or just separately install shapely. Contents -------- drivers ~~~~~~~ Tools for fetching the driver name, given a file suffix - from\_file - From suffix feature ~~~~~~~ - field\_contains\_test (test if a feature's properties has certain key:value pairs) - togeojson (return a geojson-ready object) - shapify (requires shapely) - length (requires shapely) - compound geometry ~~~~~~~~ - endpoints (for polyline features) - startpoint (for polyline features) - endpoint (for polyline features) - azimuth (between the start and end of a polyline) - disjointed - explodepoints - explodesegments - exploderings - countpoints - countsegments - roundgeometry - round all coordinates in a geometry to a given precision layer ~~~~~ Most of these tools mimic builtin python itertools. - ffilter - ffilterfalse - fmap - fchain - freduce - fslice - fzip - length Total length of linear features in a file's native projection or the given Proj object - meta (returns a layer's meta attribute) - meta\_complete (returns the meta attribute with addional metadata, e.g. bounds) - bounds (returns a layer's bounds) - find (return a feature that matches a particular key=value) measure ~~~~~~~ - distance (between two coordinates) - azimuth (between two coordinates) - signed\_area - clockwise (shortcut for checking if signed\_area is >= 0) - counterclockwise (shortcut for checking if signed\_area is < 0) - azimuth\_distance (returns both azimuth and distance between two points) - intersect (check if two planar line segments intersect) - onsegment (check if a point lines on a line segment) - intersectingbounds (check if two bounding boxes intersect) round ~~~~~ - geometry - round all coordinates in a geometry to a specified precision - feature scale ~~~~~ Utilities for scaling a feature or geometry by a given constant. Goes faster with Numpy installed. - geometry - scale\_rings - scale - scales a list of coordinates - feature - scale the geometry of a feature


نیازمندی

مقدار نام
<2.0,>=1.7.1 fiona
<1.10,>=1.9.5 pyproj
<2.0,>=1.5.0 shapely
<2.0,>=1.5.0 shapely
<2.0,>=1.5.0 shapely
<2.0,>=1.5.0 shapely
>1.9 numpy


نحوه نصب


نصب پکیج whl fionautil-0.7.0:

    pip install fionautil-0.7.0.whl


نصب پکیج tar.gz fionautil-0.7.0:

    pip install fionautil-0.7.0.tar.gz