Esempio n. 1
0
 def parse_bbox_access_count(self, start_date, end_date):
     """
     Parses information about the access counts of the accessed bounding boxes.
     """
     return HAParser.print_as_json_array(
         DbReader.read_bbox_access_totals(start_date, end_date))
 def parse_bbox_access_count(self, start_date, end_date):
     """
     Parses information about the access counts of the accessed bounding boxes.
     """
     return HAParser.print_as_json_array(DbReader.read_bbox_access_totals(start_date, end_date))