-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
40 lines (25 loc) · 809 Bytes
/
README
File metadata and controls
40 lines (25 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Geo/ShapeFile version 2.52
==========================
Geo::ShapeFile is a perl library for reading ESRI shape files (such as
those produced by the ESRI Arc/Info application.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Carp
IO::File
Math::Trig
Test::More (if you want to run the tests)
REPORTING BUGS
Please report any bugs or problems by sending email to:
geo-shapefile-bugs@jasonkohles.com
EXAMPLES
Some example scripts (hopefully documented) can be found in the eg/ directory.
COPYRIGHT AND LICENCE
Copyright (C) 2000-2007 Jason Kohles
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.