Skip to main content

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)

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


Download files

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

Source Distribution

fionautil-0.5.2.tar.gz (17.0 kB view details)

Uploaded Source

Built Distribution

fionautil-0.5.2-py2.py3-none-any.whl (27.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file fionautil-0.5.2.tar.gz.

File metadata

  • Download URL: fionautil-0.5.2.tar.gz
  • Upload date:
  • Size: 17.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fionautil-0.5.2.tar.gz
Algorithm Hash digest
SHA256 35325eb1bb6e67c836841970f6c96dff297aaa797f658eaa173e6c8c6131e9ee
MD5 7e41d0221926b0862683500881d00314
BLAKE2b-256 c8d868a7bfce7ec6dd2513242268a0abd8fb66c09a33a4f89fd4ff58d54732c3

See more details on using hashes here.

File details

Details for the file fionautil-0.5.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for fionautil-0.5.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f4be32feb9ebc126bb80d1619d9c4355731c5fd2ed7857bda5b7c607b1fe9e76
MD5 ce63de2e5981adc0817b9373c7b708b4
BLAKE2b-256 a45d867af607e5b2fa37ac8cda1c630dff37ac3d1b05305529fc5462f6b58183

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