Skip to content

webot/PHP5-Shape-File-Parser

This branch is 4 commits behind fillerwriter/PHP5-Shape-File-Parser:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8695a08 · Mar 16, 2012

History

13 Commits
Mar 16, 2012
Jun 4, 2011
Jun 6, 2011

Repository files navigation

#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.

About

Class for loading data from shape files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published