nailfor/esri

ESRI parser

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master / 1.0.x-dev 2016-08-04 07:29 UTC

This package is not auto-updated.

Last update: 2024-03-22 19:29:16 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.