Actually I want to open the sentinel-2A product, extract and read the bands for the further analysis...That means how will I import the bands ? need help.
Hi Somnath, I've been using Google Earth Engine API in Jupyter notebook and saving band values in Pandas Data Frame - maybe try this? Saves you from downloading images- you just download values in a csv file. However, if it's not a huge number of images, Rahul's solution above looks great, you can also see: https://stackoverflow.com/questions/7569553/working-with-tiffs-import-export-in-python-using-numpy