clarisma / geodesk-py

Fast and storage-efficient spatial database engine for OpenStreetMap data
https://docs.geodesk.com/python
GNU Lesser General Public License v3.0
36 stars 0 forks source link

`Box()` should take `Coordinate` objects and coordinate tuples #42

Open clarisma opened 7 months ago

clarisma commented 7 months ago

Right now, Box only accepts 2 or 4 coordinate values (as numbers), or keyword arguments.

Should be able to call:

Box(lonlat(-12,36), lonlat(8,39))