hypertext/php5_shapefile_parser

There is no license information available for the latest version (dev-master) of this package.

geometry class, shape, kml, wkt

Maintainers

Package info

github.com/hypertext/PHP5-Shape-File-Parser

pkg:composer/hypertext/php5_shapefile_parser

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2017-07-13 14:44 UTC

This package is not auto-updated.

Last update: 2026-03-07 21:54:14 UTC


README

#Shapefile Parser

This class allows for the extraction of data from a ESRI shapefile. The class is early in development and thus likely to be in flux.

Functions

  • load - Takes a .shp file path, loads data into class.
  • headerInfo - Returns header info from loaded .shp file.
  • getShapeData - Returns an array of geo data from .shp data in WKT format.

Goals

  • Read both plain .shp files and archives with associated .shp data.
  • When reading an archive, also pull in meta information from data.
  • Lower memory footprint.
  • Better documentation.