• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H03-May-2022-5039

lib/Geo/H14-Apr-2021-2,8091,538

t/H03-May-2022-1,007840

xt/H03-May-2022-378237

ChangesH A D14-Apr-20218.6 KiB183158

MANIFESTH A D14-Apr-20212.8 KiB110109

MANIFEST.SKIPH A D22-Apr-2017252 2918

META.jsonH A D14-Apr-20211.6 KiB6867

META.ymlH A D14-Apr-2021888 3736

Makefile.PLH A D11-May-20191.3 KiB4744

READMEH A D23-Apr-2017928 4023

perlcriticrcH A D30-Dec-20168.7 KiB202154

perlcriticrc-conwayH A D30-Dec-20167.8 KiB283190

README

1Geo/ShapeFile
2=============
3
4Geo::ShapeFile is a perl library for reading ESRI shape files (such as
5those produced by the ESRI ArcGIS application).
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16Or you can use cpanm if it is installed for your perl (see https://metacpan.org/pod/App::cpanminus if not).
17This will get you the latest released version, not the one on the github repo.
18
19   cpanm Geo::ShapeFile
20
21
22REPORTING BUGS
23
24Please report any bugs or problems to:
25https://github.com/shawnlaffan/Geo-ShapeFile/issues
26
27EXAMPLES
28
29Some example scripts (hopefully documented) can be found in the eg/ directory.
30
31COPYRIGHT AND LICENCE
32
33Copyright (C) 2000-2013 Jason Kohles
34Copyright (C) 2014      Shawn Laffan
35
36
37This library is free software; you can redistribute it and/or modify
38it under the same terms as Perl itself.
39
40