Aarif Shaikh

Results 2 comments of Aarif Shaikh

the error can be fixed by replacing np.isnan with pd.isnull however, the next immediate line throws an error. This is because the method is not defined to receive two xarray...

plotter.plot_band(cleaned_landsat_dataset, ndvi_data_arr) should be changed to plotter.plot_band(ndvi_data_arr)