Esempio n. 1
0
 def parse_services_access_count(self, start_date, end_date):
     """
     Parses information about the access counts of the services (rasdaman, geoserver, w*s).
     """
     return HAParser.print_as_json_array(
         DbReader.read_service_access_by_date(start_date, end_date))
 def parse_services_access_count(self, start_date, end_date):
     """
     Parses information about the access counts of the services (rasdaman, geoserver, w*s).
     """
     return HAParser.print_as_json_array(DbReader.read_service_access_by_date(start_date, end_date))