corincerami / mars-photo-api

A Rails API for photo data from NASA's Mars Rovers
https://api.nasa.gov/#MarsPhotos
GNU General Public License v3.0
358 stars 48 forks source link

[idea] Earth Date in manifests #74

Closed flooyd closed 6 years ago

flooyd commented 6 years ago

Hello :)

I am making a little site for browsing images from the rovers, and I was wondering if it would be possible to make a manifest query that lists them by the Earth date rather than Sol. My app lets users select an earth date, rover, and camera, and I would like to be able to limit the cameras available based on the day selected. I could try to convert the earth date to Sol, but that seems pretty complex...

corincerami commented 6 years ago

I don't think that would be too hard to add.

corincerami commented 6 years ago

Should be good to go!