research.datasets.RemoteSensingDatasets¶
- class research.datasets.RemoteSensingDatasets(names='all', return_coords=False)[source]¶
Class to download, transform and save remote sensing datasets.
Methods
download()Download the datasets.
Download and transform the Botswana Data Set.
Download and transform the Indian Pines Data Set.
Download and transform the Kennedy Space Center Data Set.
Download and transform the Pavia Centre Data Set.
Download and transform the Pavia University Data Set.
Download and transform the Salinas Data Set.
Download and transform the Salinas-A Data Set.
save(path, db_name)Save datasets.
- download()¶
Download the datasets.
- fetch_botswana()[source]¶
Download and transform the Botswana Data Set. Label “0” means the pixel is not labelled. It is therefore dropped.
http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes#Botswana
- fetch_indian_pines()[source]¶
Download and transform the Indian Pines Data Set. Label “0” means the pixel is not labelled. It is therefore dropped.
http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes#Indian_Pines
- fetch_kennedy_space_center()[source]¶
Download and transform the Kennedy Space Center Data Set. Label “0” means the pixel is not labelled. It is therefore dropped.
- fetch_pavia_centre()[source]¶
Download and transform the Pavia Centre Data Set. Label “0” means the pixel is not labelled. It is therefore dropped.
http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes#Pavia_Centre_scene
- fetch_pavia_university()[source]¶
Download and transform the Pavia University Data Set. Label “0” means the pixel is not labelled. It is therefore dropped.
http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes#Pavia_University_scene
- fetch_salinas()[source]¶
Download and transform the Salinas Data Set. Label “0” means the pixel is not labelled. It is therefore dropped.
http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes#Salinas_scene
- fetch_salinas_a()[source]¶
Download and transform the Salinas-A Data Set. Label “0” means the pixel is not labelled. It is therefore dropped.
http://www.ehu.eus/ccwintco/index.php/Hyperspectral_Remote_Sensing_Scenes#Salinas-A_scene
- save(path, db_name)¶
Save datasets.