Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. Shapely is a Python package for set-theoretic analysis and manipulation of planar features using functions from the well known and widely deployed GEOS library. GEOS, a port of the Java Topology Suite (JTS), is the geometry engine of the PostGIS spatial extension for the PostgreSQL RDBMS.

    • Release Notes

      previous. Migrating from PyGEOS. next. Version 2.x. ©...

    • Installation

      In addition, Shapely is also available via some system...

    • Testing

      Given two array_like objects, check that the shape is equal...

    • Measurement

      area (geometry, **kwargs). Computes the area of a...

    • Geometry

      Shapely geometry classes, such as shapely.Point, are the...

  2. pypi.org › project › shapelyshapely · PyPI

    Project description. Manipulation and analysis of geometric objects in the Cartesian plane. Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. It is using the widely deployed open-source geometry library GEOS (the engine of PostGIS, and a port of JTS ).

  3. Shapely# Manipulation and analysis of geometric objects in the Cartesian plane. Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. It is using the widely deployed open-source geometry library GEOS (the engine of PostGIS, and a port of JTS).

    • Overview
    • What is a ufunc?
    • Multithreading

    Manipulation and analysis of geometric objects in the Cartesian plane.

    Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. It is using the widely deployed open-source geometry library GEOS (the engine of PostGIS, and a port of JTS). Shapely wraps GEOS geometries and operations to provide both a feature rich Geometry interface for singular (scalar) geometries and higher-performance NumPy ufuncs for operations using arrays of geometries. Shapely is not primarily focused on data serialization formats or coordinate systems, but can be readily integrated with packages that are.

    A universal function (or ufunc for short) is a function that operates on n-dimensional arrays on an element-by-element fashion and supports array broadcasting. The underlying for loops are implemented in C to reduce the overhead of the Python interpreter.

    Shapely functions generally support multithreading by releasing the Global Interpreter Lock (GIL) during execution. Normally in Python, the GIL prevents multiple threads from computing at the same time. Shapely functions internally release this constraint so that the heavy lifting done by GEOS can be done in parallel, from a single Python process.

  4. Shapely is a Python package for set-theoretic analysis and manipulation of planar features using functions from the well known and widely deployed GEOS library. GEOS, a port of the Java Topology Suite (JTS), is the geometry engine of the PostGIS spatial extension for the PostgreSQL RDBMS.

  5. ShapelyDocumentation,Release2.0.4 ManipulationandanalysisofgeometricobjectsintheCartesianplane. ShapelyisaBSD ...