I calculated NDVI value and saved single band images following this page; https://developers.planet.com/docs/planetschool/calculate-an-ndvi-in-python/. After that I wanted to load those images on python by rasterio or gdal, loading images were succeeded, but unfortunately all the value was Nan. Why all the value is loaded as Nan? And how to fixed this situation?
I googled but could not find solutions. I need your helps, Plz...