mapreader.download.data_structures

Classes

Coordinate

GridIndex

GridBoundingBox

Module Contents

class mapreader.download.data_structures.Coordinate(lat, lon)
Parameters:
  • lat (float)

  • lon (float)

lat
lon
class mapreader.download.data_structures.GridIndex(x, y, z)
Parameters:
  • x (int)

  • y (int)

  • z (int)

x
y
z
class mapreader.download.data_structures.GridBoundingBox(cell1, cell2)
Parameters:
z
lower_corner
upper_corner
property covered_cells
property x_range
property y_range