geo-io / geometry
Basic geometric objects.
Installs: 25 745
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.3
- geo-io/interface: ~1.0
README
Basic implementation of geometric objects which roughly follows the Simple Feature Access for SQL specification, although without any kind of advanced functionalities such as geometric operations.
It can be used as a default input/output for the Geo I/O geometric data representation parsers and generators.
Supported types are Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon and GeometryCollection.
Installation
Install through composer. Check the packagist page for all available versions.
composer require geo-io/geometry
License
Copyright (c) 2014-2022 Jan Sorgalla. Released under the MIT License.