NSCC-COGS / Aestheta

An Industrial Think Tank Focused on Developing and Promoting AI Technology for Geospatial Applications [Please note this group was formed as an academic exercise for educational purposes and does not represent a real world organization]
MIT License
7 stars 3 forks source link

determine a source for Landsat data #16

Closed kkmcgg closed 3 years ago

kkmcgg commented 3 years ago

You should be able to hunt down method in the old course tutorials linked on our read me. There we used a text file of links to Landsat files found on Amazon's AWS. This is a bit clunky however and a smoother system would be better.

donuty-party commented 3 years ago

Note regarding the Landsat 8 Open Data on AWS: "this dataset is deprecated in favor of the USGS cloud access mechanism. This bucket will be deleted on July 1, 2021."

That'd be good for the duration of this course, but not so useful for future students. USGS is moving to a "requester pays" AWS bucket, which I understand requires and AWS account and would incur data transfer charges. Quick look reveals that wouldn't actually cost much, but would I put my credit card on the line? 🤔

The alternative is to use Earth Explorer. If we go that route, this looks like it could be helpful: http://kapadia.github.io/usgs/index.html

kkmcgg commented 3 years ago

Yep I saw that. I may merge this into a related issue #46 . That link will definitely be worth looking into thanks!

donuty-party commented 3 years ago

Just saw the notification from two days ago where you discussed exactly this. 😅

Jeeah commented 3 years ago

Earth Explorer is a good idea due to the AWS method not being able to work after July 1. https://kapadia.github.io/usgs/reference/api.html#examples and then we need to be registered to get an API key. https://ers.cr.usgs.gov/register

bojiang423 commented 3 years ago

landsatxplore is also an option to download landsat images https://pypi.org/project/landsatxplore/

kkmcgg commented 3 years ago

This is a big next step for us and needs to be sorted out. I'll make this a discussion topic for Tuesday. Cheers!

kkmcgg commented 3 years ago

I'm going to close this issue and move the discussion over to #46 - I think we've discovered a number of sources that we can play around with. Nice work all