summaryrefslogtreecommitdiff
path: root/lib/polygon.py
Commit message (Expand)AuthorAgeFilesLines
* mod for d2to1 installsienkiew2014-03-251-831/+0
* Restored the old implementation of the SphericalPolygon.__init__(...) for the...mcara2014-02-271-1/+7
* fixed skyline bug, change polygon.to_radec output formatlim2012-07-121-5/+4
* Intersection with an empty polygon should return an empty polygon.mdroe2012-07-111-4/+7
* lim updated existing doc and added skyline doclim2012-06-271-5/+8
* lim corrected doc in unique_points and sorted_pointslim2012-06-211-5/+6
* lim added option to preserve order in unique_points and sorted_pointslim2012-06-211-17/+42
* reverted a change that broke testslim2012-06-201-2/+4
* lim added final touches to skyline and polygon, and added skyline testslim2012-06-191-7/+90
* Make area calculation more accurate by not counting the first point twice whe...mdroe2012-06-071-1/+1
* lim added SkyLine codes and added radec to SphericalPolygonlim2012-06-061-0/+12
* Fix bug with serial intersection where the intersection is null.mdroe2012-06-051-0/+4
* Some tweaks to the area calculation.mdroe2012-06-051-9/+18
* Python 3.x fixesmdroe2012-06-041-16/+16
* Use an entirely different method for area computation. It first transforms t...mdroe2012-06-041-40/+41
* Fix drawing -- basemap can not handle drawing great circle arcs that go aroun...mdroe2012-06-011-11/+15
* lim changed SphericalPolygon.__copy__ and added methods to SkyLinelim2012-05-311-2/+2
* lim replaced relative imports and updated skylinelim2012-05-311-4/+5
* lim fixed plot_args dict init buglim2012-05-301-2/+1
* lim added files to sphere branchlim2012-03-291-0/+679