Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* correct version number * add missing test data * update scheme * move old files to old * update scheme * add exceptions to detect file not found error * refactor * move cluster to dataset * add test data * add fast to test categories * generate missing lines in testing * update example * add read_file documentations * add example data * add documentations for Dataset attributes * time_stamp attribute returns None if there is no time_stamp * add dataset attribute image * update scheme * update dataset attributes * add bounds image * update overall docs structure * add scheme images * bump up cleopatra version * change the comparison of the geotrsndform to use the pivot point and cell size * refactor _crop_aligned * encapsulate the _check_no_data_value * make change_no_data_value use the _set_no_data_value * add test to check if the no_data_value does not comply with the band data type * add setter for the no_data_value * test no_data_value setter * crop multi bands * add missing test data * add missing test data * use back slash * use back slash * add debug statment * add debug statment * refactor * update test data * clean test and examples files * change name * remove tif file as git does not detect changes in tif files * reupload tif file as git does not detect changes in tif files * Delete sentinel_crop.tif * replace the crop tif file * adjust resample for multi bands rasters * add test data * adjust align to work with multi band rasters * add test data * extract function works with multiband rasters * bump up hpc and cleopatara * change utils, io, and errors to private modules * add get driver by extension * add get_driver_by_extension function * remove driver from Dataset.to_file function * refactor * overlay works with multi band rasters * to_crs works with multi band rasters * return array with the same type as the raster band * plot rgb * plot rgb example * fix error in using TkAgg in the test file * update check list files * update readme file
- Loading branch information