Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.74 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.74 KB

Spatial Writer

The writer module provide an interface to convert any SpatialInterfaces to other formats.

This library provide three strategies to convert spatial interfaces to other formats:

  • A strategy to convert any spatial interfaces to extended well known binary (EWKB).
  • Another one to convert any spatial interfaces to well known binary (WKB).
  • A last one to convert any spatial interfaces to the internal MySQL storage format.

Feel free to provide any other strategy to convert spatial interfaces to other formats.

Current status

longitude-one/spatial--writer Stable release Minimum PHP Version Packagist License

Last integration test Maintainability Downloads Coverage Status

Installation

composer require longitude-one/spatial-writer