I want to calculate the trend in land surface temperature using the Landsat series how to download all thermal band of all Landsat series from 2000 to 2020 of a specific region with time.?
Now USGS earth explorar is give all the bands separately. All landsat images (TM, ETM+, OLI/TIRS) are downloaded as per your choice. Kindly go to the website and input your criteria (date, study area and other nessesary information). Then click to result, you can see the separate bands by clicking products option.
You can just use Google earth engine for downloading your desired bands. Simply specify your region, time, row, and path of your area, then export it into the drive.
As mentioned above, you can specify the band which you want to export within Google Earth Engine. You can also run this analysis within Google Earth Engine itself.
Yes you can download through USGS website that mentioned by @Bijay and also download from using QGIS SCP (Semi Automated Classification Plugins) tool. Here you can download specific band of Landsat, Sentinel etc satellite images.
Thanks, everyone for your valuable suggestion. Already I have tried it in the google earth engine, actually, I want to calculate the mean land surface temperature of specific mon by year for time series. But the code I have available calculate the annual mean. unable to calculate mean of the specific month like mean of January 1990, January 1991, January 1992, January 1993, January 1994, January 1995, so on..... as a raster layer. Thank you
Probably it is enough to change date and daterange (line 44 ff.) and to make some adjustments to the slider (line 137 ff.). To get a result just move the slider.