Skip to content

Commit

Permalink
added todo in case future intervention is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jankovicgd committed Feb 20, 2023
1 parent 3679ba6 commit 5cec044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eoxserver/services/ows/wps/processes/get_cloud_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def execute(
):
wkt_geometry = geometry[0].text

# TODO Use queue object for more complex query if parent_product__footprint is not enough
coverages = models.Coverage.objects.filter(
parent_product__begin_time__lte=end_time,
parent_product__end_time__gte=begin_time,
Expand Down

0 comments on commit 5cec044

Please sign in to comment.