Open romass12 opened 1 year ago
Can you share how you requested the data using the M2M Python API?
The issue is also described and discussed here: https://gis.stackexchange.com/questions/449502/different-spatial-coverage-in-scenes-downloaded-from-usgs-landsat-data
I am using M2M Python API to download scenes of Landsat 8 data for North America region, as shown in the code snippet below.
The band files I want are 5 and 7, the names are as given below
'LC08_L1TP_118066_20230113_20230113_02_RT_B5.TIF' 'LC08_L1TP_118066_20230113_20230113_02_RT_B7.TIF'
Now, to plot and visualise, re-projection to EPSG:4326 is required. But on reprojection, the lat-lon extent are totally different from what I had requested forThe output of the extent is :
Why is the spatial extent of the scenes downloaded different from what was mentioned in spatialFilter?