LatLonTiles¶
-
class
bruty.tile_calculations.LatLonTiles(min_x=- 180, min_y=- 90.0, max_x=180.0, max_y=90.0, zoom=13)¶ Bases:
bruty.tile_calculations.TilingScheme
Attributes Summary
Methods Summary
height()num_tiles([zoom])tile_index_to_xy(tx, ty[, zoom])width()xy_to_tile_index(x, y[, zoom])Attributes Documentation
-
id¶
Methods Documentation
-
height()¶
-
num_tiles(zoom=None)¶
-
tile_index_to_xy(tx, ty, zoom=None)¶
-
width()¶
-
xy_to_tile_index(x, y, zoom=None)¶
-
__init__(min_x=- 180, min_y=- 90.0, max_x=180.0, max_y=90.0, zoom=13)¶ Latitude Longitude grid, defaults the the whole world. :param min_x: :param max_x: :param min_y: :param max_y: :param zoom:
-