nailfor / esri
ESRI parser
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- hisamu/php-xbase: ^1.0
Requires (Dev)
- php: >=5.4.0
- hisamu/php-xbase: ^1.0
This package is not auto-updated.
Last update: 2025-01-10 23:25:15 UTC
README
ESRI parser shapes and metadata
Installation
The preferred way to install this extension is through composer.
Either run
composer require nailfor/esri "1.0"
or add
"nailfor/esri" : "*"
to the require section of your application's composer.json
file.
Usage
use esri\shpParser;
$path = 'path/to/folder/or/file.shp';
$parser = new shpParser(['path'=>$path]);
$records = $parser->getRecords();
Credits
License
The BSD License (BSD). Please see License File for more information.