Skip to content

Commit

Permalink
more on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
buck heroux committed Oct 10, 2014
1 parent 158e970 commit dbb32d0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,17 @@ There are many straightforward methods, so I'll only go into detail of the uniqu
* is_ancestor()
* is_descendent()
* area()
*
* to_geo()
* to_tile()

###difference(to)
####difference(to)

Gets the quadkeys between self and to forming a rectangle, inclusive.

###unwind()
qk.difference(to) -> [qk,,,,,to]

####unwind()

Gets a list of all ancestors in descending order by level, inclusive.

QuadKey('0123').unwind() -> ['0123','012','01','0']

0 comments on commit dbb32d0

Please sign in to comment.