Skip to content

Commit

Permalink
fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed Jun 27, 2024
1 parent 0c5bbe9 commit 7783589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datastore/datastore/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ def query(
self._LOG.debug("loading product...")
kube = self.catalog(CACHE_DIR=self.cache_dir)[dataset_id][
product_id
].get(geoquery=geoquery, compute=compute).process_with_query()
].read_chunked()
self._LOG.debug("original kube len: %s", len(kube))
return kube
return Datastore._process_query(kube, geoquery, compute)

@log_execution_time(_LOG)
def estimate(
Expand Down

0 comments on commit 7783589

Please sign in to comment.