mapreader.download.data_structures

Module Contents

Classes

Coordinate

GridIndex

GridBoundingBox

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

  • lon (float) –

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

  • y (int) –

  • z (int) –

class mapreader.download.data_structures.GridBoundingBox(cell1, cell2)
Parameters:
property covered_cells
property x_range
property y_range