Skip to content

Commit

Permalink
Sort cloud coverage data by begin time
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed Jan 23, 2023
1 parent 6bd967a commit 98c98c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eoxserver/services/ows/wps/processes/get_cloud_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def execute(
parent_product__end_time__gte=begin_time,
footprint__intersects=wkt_geometry,
coverage_type__name="SCL",
)
).order_by("parent_product__begin_time")

logger.info("Matched %s coverages for cloud coverage", coverages.count())

Expand Down

0 comments on commit 98c98c2

Please sign in to comment.