Finding the NASA Earth API's imagery date limits for multiple locations
Using the ''Assets'' endpoint of the NASA Earth API available at (https://api.nasa.gov/api.html#earth), create a text document which contains a query and the query's return for 5 different locations of your choice (so 5 queries in total).
For each location you should end up with a large group of dates, like example query available via (https://api.nasa.gov/planetary/earth/assets?lon=100.75&lat=1.5&begin=2014-02-01&api_key=DEMO_KEY).
Your task is to compare the oldest (the first) and most recent (the last) dates from each location to see how they are different from one another. Document the results of your comparison.
Send your document to lgcodein@gmail.com. Don't forget to notify us that you completed the task uploading it to the Google Code-In dashboard.