2017 © Pedro Peláez
 

library php-shapefile

This is fork from prairiewest/php-shapefile. Which can record shape files with dbf data

image

mepoooe/php-shapefile

This is fork from prairiewest/php-shapefile. Which can record shape files with dbf data

  • Monday, June 18, 2018
  • by mepoooe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 19 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PHP ShapeFile

PHP Class to read some types of ESRI Shapefile and its associated DBF into a PHP Array. Note that the .shp file can only be read sequentially, the .shx is not used for seeking to specific records., (*1)

This fork will also write Shapefiles (and the index and DBF)., (*2)

Only the following shape types are currently supported:, (*3)

  • Point
  • Multipoint
  • Polyline
  • Polygon

Sample usage can be found in the /tests directory., (*4)


Documentation and examples at http://gasparesganga.com/labs/php-shapefile, (*5)

The Versions

18/06 2018

dev-master

9999999-dev

This is fork from prairiewest/php-shapefile. Which can record shape files with dbf data

  Sources   Download

MIT

18/06 2018

1.4

1.4.0.0

This is fork from prairiewest/php-shapefile. Which can record shape files with dbf data

  Sources   Download

MIT

18/06 2018

1.3

1.3.0.0

This is fork from prairiewest/php-shapefile. Which can record shape files with dbf data

  Sources   Download

MIT