Skip to content

Commit ef881cd

Browse files
authored
Update README.pg_sphere
Text polishing.
1 parent 82a2c95 commit ef881cd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.pg_sphere

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
pgSphere is a PostgreSQL extension for spherical geometry.
2+
3+
It provides:
4+
5+
* New data types (points, spherical polygons, paths, circles, ellipses, coordinate ranges)
6+
* Input and output of data in various formats
7+
* Membership, overlap, and other operators
8+
* Circumference and area of objects
9+
* Object rotation by Euler angles
10+
* Indexing of spherical data types
11+
112
This is an R-Tree implementation using GiST for spherical objects
213
like spherical points and spherical circles with
314
useful functions and operators.
415

5-
616
NOTICE:
717
This version will work only with postgresql version 9.1 and above.
818

0 commit comments

Comments
 (0)