You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, visualize.FeatureSpace() expects to be given a path to a raster file, which it then reads in, setting its internal data structure and attributes. Need to provide setters so that:
An existing gdal.Dataset or np.ndarray (with gt and wkt also provided) can be used to initialize a FeatureSpace instance;
Either an MNF-transformed or non-transformed raster/ array can be provided and plot_spectral_profile() still works;
The text was updated successfully, but these errors were encountered:
Currently,
visualize.FeatureSpace()
expects to be given a path to a raster file, which it then reads in, setting its internal data structure and attributes. Need to provide setters so that:gdal.Dataset
ornp.ndarray
(withgt
andwkt
also provided) can be used to initialize aFeatureSpace
instance;plot_spectral_profile()
still works;The text was updated successfully, but these errors were encountered: