Images acquired in the early hours have a low sun elevation angle (typically <10 degrees, depending on the location). To exclude images that are taken early:
1. In Planet Explorer, click on the Search and Browse icon in the top left corner
2. Under filters, scroll to "Sun elevation" and set your parameters
If using Data API, use this filter:
{"type":"RangeFilter","config":{"gte":10,"lte":90},"field_name":"sun_elevation"}
Comments
Please sign in to leave a comment.