Helps achieve surface reflectance scale conversion
Project description
ResTransformer-based surface reflectance scale conversion tool
As a critical component of many remote sensing satellites and remote sensing model validation, image scale surface quantitative parameters are often affected by scale effects in the acquisition process, resulting in deviations in the accuracy of image scale parameters. We propose ResTransformer, a deep learning model for scale conversion of surface reflectance combined with UAV images, which can adapt to surface reflectance scale conversion scenarios with different sizes, heterogeneous sample areas and arbitrary sampling methods. The method provides a promising, highly accurate, robust approach for image element-scale surface reflectance scale conversion.
Processing hyperspectral images
from ScaleConvertionTools.SC import read_tiff
if __name__ == '__main__':
tiff_path=r"D:\Transformer\test\dat1.tif"
read_tiff(feature_bands=[[0,8],[8,16],[16,24]],save_dir=r"D:\Transformer\test",tiff_path=tiff_path,sen_alt=[9,9,9,9,9,9])
Processing uav images
from ScaleConvertionTools.SC import read_tiff, read_png
if __name__ == '__main__':
tiff_path = r"D:\Transformer\test\dat1.tif"
img_path = r"G:\UAVPICTURRE\13瑁稿湡-涓婁笢涓嬭タ-H975m-6m-116.JPG"
save_dir = "tmp"
read_png(img_path=img_path, save_dir=save_dir, pixel=[2, 4, 8, 10, 20, 30])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ScaleConvertionTools-0.1.tar.gz
.
File metadata
- Download URL: ScaleConvertionTools-0.1.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.8rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bbac427a4d704c41807508ca2f0ae39462c6a2e621a47697266bc7e084ec1c1 |
|
MD5 | 878192167df37d7ebc86921468c720da |
|
BLAKE2b-256 | ac12fec0725d80736457d28229f2bbe366492d503fc9a865a4d3b9c60db4a4b2 |
File details
Details for the file ScaleConvertionTools-0.1-py3-none-any.whl
.
File metadata
- Download URL: ScaleConvertionTools-0.1-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.8rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8ad23727b3bc1989c34fb67bf24837cc111bcc45bb483933e1a9d5dc006741a |
|
MD5 | 620fa46c7de2753f7e3b2aed80057377 |
|
BLAKE2b-256 | b188227bcbba26982130f091c56d8df567d0031b3e78ed800d104d4c3b340b18 |