shapefile
shapefile copied to clipboard
ESRI ShapeFile library for PHP
Would be nice to have a basic parser for dBase (.dbf) files in case the dbase extension is not installed. - https://pecl.php.net/package/dbase
Instead of adding errors using the `ShapeFile::$lastError` and `ShapeRecord::$lastError` properties and the `ShapeFile::setError()` and `ShapeRecord::setError()` methods, an exception should be thrown.
Currently the `PhpMyAdmin\ShapeFile\ShapeFile::$boundingBox` property is a shaped array. It should be converted to a value object.
The `PhpMyAdmin\ShapeFile\ShapeType` class should be changed to a PHP backed enum and the ShapeType constants should be turned into enum cases. Currently, the ShapeFile class accepts any integer as a...
Hi! We have a use case where we need to only load the first N records of a file. It's currently not supported but the change could be minimal. So...