def get(self, ath_id): geojsonlines = sp.get_heatmap_lines(engine, int(ath_id)) return output_json(geojsonlines, 200, 600)
def get(self, ath_id): geojsonlines = sp.get_heatmap_lines( engine, int(ath_id)) return output_json(geojsonlines, 200, 600)
def get(self, ath_id): geojsonPoints = sp.get_heatmap_lines(engine, int(ath_id)) gc.collect() return output_json(geojsonPoints, 200, 600)
def get(self, ath_id): geojsonPoints = sp.get_heatmap_lines( engine, int(ath_id)) gc.collect() return output_json(geojsonPoints, 200, 600)