2017 © Pedro Peláez
 

yii2-extension esri

ESRI parser

image

nailfor/esri

ESRI parser

  • Thursday, August 4, 2016
  • by nailfor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ESRI parser for php

ESRI parser shapes and metadata, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

composer require nailfor/esri "1.0"

or add, (*4)

"nailfor/esri" : "*"

to the require section of your application's composer.json file., (*5)

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., (*6)

The Versions

04/08 2016

dev-master

9999999-dev https://github.com/nailfor/esri

ESRI parser

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Avatar nailfor

extension yii2 yii esri