OxyCompBio / Oxy-Megadetector

1 stars 0 forks source link

Update get_han_photos project query with exif sorted order #11

Closed max-mapper closed 1 year ago

max-mapper commented 2 years ago
select *
from `afc-uwin.photos.paca_uwin`
where photoDir like "%HAN%"
order by exifTimestamp asc

should also group by the photoDir so photos are in camera month/exif timestamp order