helpful utilities for working with geodata with Fiona
Project description
fionautil
Utilities for working with geodata with Fiona.
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fionautil-0.7.0.tar.gz
.
File metadata
- Download URL: fionautil-0.7.0.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.6.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe7389671e03b0a27430ae0af5a86da085134f7713f598c9f28c7dfd2dcbe3cd |
|
MD5 | 008fbf446b41243a4d9c2324446f42aa |
|
BLAKE2b-256 | a7be2482c9053cca42aa6833186041ed8f5ed03f0dbf7928feb033bc4a80b3bc |
File details
Details for the file fionautil-0.7.0-py2.py3-none-any.whl
.
File metadata
- Download URL: fionautil-0.7.0-py2.py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.6.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cfa41e4a652a424a4c48cc97702381826a2e0dcb98710b2e505e063b322d24d |
|
MD5 | 2a4ef7121512a5040a9543c9acf38376 |
|
BLAKE2b-256 | e60bac082f75a63740c20d2c70392adf0272b29b9ef20b4a30ffc319b75c2900 |