summarylogtreecommitdiffstats
path: root/spherical_geometry.patch
diff options
context:
space:
mode:
Diffstat (limited to 'spherical_geometry.patch')
-rw-r--r--spherical_geometry.patch13
1 files changed, 11 insertions, 2 deletions
diff --git a/spherical_geometry.patch b/spherical_geometry.patch
index e519f713366a..716156e25eb5 100644
--- a/spherical_geometry.patch
+++ b/spherical_geometry.patch
@@ -1,5 +1,5 @@
--- a/README.rst 2018-02-22 23:21:38.000000000 +0800
-+++ b/README.rst 2018-05-06 16:14:13.548738696 +0800
++++ b/README.rst 2018-06-30 21:44:05.756359550 +0800
@@ -102,6 +102,8 @@
Disjoint Polygons
^^^^^^^^^^^^^^^^^
@@ -9,8 +9,17 @@
If a polygon is the result of the intersection of polygons, it may be disjoint.
Disjoint polygons are represented as a list of spherical polygons. The library
handles the details of this internally. However, the user must be aware that
+@@ -156,7 +158,7 @@
+ `~SphericalPolygon.multi_intersection`: Return a new polygon that
+ is the intersection of two or more polygons.
+
+- - `~SphericalPolygon.overlap`: Determine how much a given polygon
++ - `~SingleSphericalPolygon.overlap`: Determine how much a given polygon
+ overlaps another.
+
+ - `~SphericalPolygon.to_radec`: Convert (*x*, *y*, *z*) points in the
--- a/setup.cfg 2018-02-22 23:21:38.000000000 +0800
-+++ b/setup.cfg 2018-05-06 16:13:56.131595995 +0800
++++ b/setup.cfg 2018-06-30 21:42:29.061892875 +0800
@@ -12,7 +12,7 @@
norecursedirs = .git build docs/_build